Age | Commit message (Expand) | Author |
2016-05-22 | start work on improving the log format, this is work in progress but it'll | Gilles Chehade |
2016-05-22 | use temporary variables to store some struct tm values, no functional | Gilles Chehade |
2016-05-21 | replace hardcoded '+' with TAG_CHAR define | Gilles Chehade |
2016-05-19 | table formats are described in table(5) not makemap(8) | Gilles Chehade |
2016-05-16 | No need to store the return value of fcntl(fd, F_SETFL, flags). | Todd C. Miller |
2016-05-16 | fix logic in error code path of smtp state machine that can lead to an | Gilles Chehade |
2016-05-16 | replace hardcoded + with TAG_CHAR | Gilles Chehade |
2016-05-11 | mention ca option in listen directive | Joerg Jung |
2016-05-08 | The "loop detected" message should not print the errno string. | Todd C. Miller |
2016-05-03 | listen directive may use a table for authentication, to make this work the | Joerg Jung |
2016-04-29 | fix "smtpctl show queue" reporting "invalid" envelope state. | Eric Faurot |
2016-04-21 | Use automatic DH parameters, instead of fixed ones. Also disable DHE by | Joel Sing |
2016-04-18 | add -T to SYNOPSIS; | Jason McIntyre |
2016-04-18 | document the -T flag | Joerg Jung |
2016-04-17 | fix typo, it is supposed to be smtpctl trace "filters" not "filter" | Joerg Jung |
2016-04-10 | arguments to "chain" are space separated, not comma; verified by jung | Jason McIntyre |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-25 | Nuke session_socket_blockmode() and session_socket_linger(). Use | Kenneth R Westerback |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback |
2016-03-07 | fix error in documentation of `ca' keyword | Gilles Chehade |
2016-02-22 | the default address family for a listener was set too late and would | Gilles Chehade |
2016-02-21 | bump version | Gilles Chehade |
2016-02-15 | Revert previous, semarie@ found a regression. | Martin Pieuchot |
2016-02-14 | Simplify address parsing code by only using inet_net_pton(3). | Martin Pieuchot |
2016-02-13 | tweak previous; | Jason McIntyre |
2016-02-13 | describe how 'listen on socket' works | Gilles Chehade |
2016-02-13 | handle enqueuer socket as a regular listener that can be configured with | Gilles Chehade |
2016-02-13 | remove some noop leftover code from an earlier cleanup | Gilles Chehade |
2016-02-13 | remove support for 'dbm' which is really 'recno' from our makemap, it can't | Gilles Chehade |
2016-02-12 | Cleanup getopt(3) mis-use in sendmail compat code. | Sunil Nimmagadda |
2016-02-10 | Change imsg_read() return value checking from an if..else block to | Todd C. Miller |
2016-02-10 | when creating a db map, we use a temporary file to work on and atomically | Gilles Chehade |
2016-02-09 | add PROC_QUEUE_MESSAGE_UNCORRUPT to smtpd-api.h, needed by privsep queues | Gilles Chehade |
2016-02-09 | r1.16 accidentally masked retries on EAGAIN introduced in r1.15. | Sunil Nimmagadda |
2016-02-09 | rename variable sun to s_un to ease portability | Gilles Chehade |
2016-02-05 | remove no longer relevant ifndef | Joerg Jung |
2016-02-05 | use SMTPD_NAME define | Joerg Jung |
2016-02-04 | fix memory leak | Eric Faurot |
2016-02-04 | Make code more readable by putting the message parsing logic in a single place. | Eric Faurot |
2016-02-04 | When deleting a message, remove associated envelopes from the cache, | Eric Faurot |
2016-02-03 | Add helpers function to talk to the queue. Make the code simpler. | Eric Faurot |
2016-02-03 | tell filters to rollback the current transaction if MAIL or EOM fails | Eric Faurot |
2016-02-03 | When a filter rejects a message content, report immediatly to the | Eric Faurot |
2016-02-03 | NULL initialize two file pointers to make it more obvious when reading that | Gilles Chehade |
2016-02-03 | Use "esc_class" to classify bounce type instead of "errorline" as | Sunil Nimmagadda |
2016-02-02 | in RSA privsep engine, do not provide methods for rsa_sign / rsa_verify, | Gilles Chehade |
2016-02-02 | Remove setproctitle() for the parent process. Because rc.d(8) uses process | Stuart Henderson |
2016-02-02 | Check imsg data size before use. | Sunil Nimmagadda |
2016-01-29 | remove unused field | Eric Faurot |
2016-01-29 | Simplify code: hasrun is confusing and useless. There is no way | Eric Faurot |