Age | Commit message (Expand) | Author |
2016-05-28 | Implement the fork+exec pattern in smtpd. | Eric Faurot |
2016-03-25 | Nuke session_socket_blockmode() and session_socket_linger(). Use | Kenneth R Westerback |
2016-02-21 | bump version | Gilles Chehade |
2016-02-13 | handle enqueuer socket as a regular listener that can be configured with | Gilles Chehade |
2016-02-05 | remove no longer relevant ifndef | Joerg Jung |
2016-01-27 | Check imsg data length before use. | Sunil Nimmagadda |
2016-01-04 | switch to /usr/local/libexec when looking for -extras and drop loop iterating | Joerg Jung |
2015-12-13 | smtpd is no longer 5.4.6 | Gilles Chehade |
2015-12-13 | refactor a bit to move the SNI handling away from smtp_session into smtp | Gilles Chehade |
2015-12-12 | allow overriding the default cipher-suite | Gilles Chehade |
2015-12-12 | add bits so local enqueuer can run filters when they are enabled | Gilles Chehade |
2015-12-12 | expose foreground_log in smtpd.h so filters can inherit it | Gilles Chehade |
2015-12-12 | sender and recipient are mail addresses, not pathnames, use proper define | Gilles Chehade |
2015-12-12 | use smtpd specific define for table name sizes | Gilles Chehade |
2015-12-12 | pki name and ca name must match a hostname, use HOST_NAME_MAX | Gilles Chehade |
2015-12-12 | do not limit usernames to LOGIN_NAME_MAX in places where "virtual users" | Gilles Chehade |
2015-12-12 | rename an smtpd specific define | Gilles Chehade |
2015-12-12 | prepare some imsg structures for upcoming diff to support wildcard ca | Gilles Chehade |
2015-12-11 | rename field member + whitespaces | Gilles Chehade |
2015-12-11 | add filter.c prototypes, unused for now | Gilles Chehade |
2015-12-11 | prepare smtpd.h for masquerading | Gilles Chehade |
2015-12-07 | Merge makemap(8) into smtpctl(8). | Sunil Nimmagadda |
2015-12-03 | introduce limit session keyword replacing fixed values | Joerg Jung |
2015-12-01 | add received-auth parameter to listener to identify authenticated sessions | Gilles Chehade |
2015-12-01 | add IMSG_SMTP_CHECK_SENDER in preparation for another diff | Gilles Chehade |
2015-12-01 | prepare the ground for the CA certificate handling refactor, this commit | Gilles Chehade |
2015-11-30 | add ca_name field to some structures in preparation for a larger | Gilles Chehade |
2015-11-30 | when looking up tables, start in /usr/local/libexec before /usr/libexec, so | Gilles Chehade |
2015-11-30 | mechanical rename of some IMSG constants | Gilles Chehade |
2015-11-30 | While delivering to lmtp or mda, accept optional "as user" parameter | Sunil Nimmagadda |
2015-11-23 | allow table API to lookup for mailaddr mappings | Gilles Chehade |
2015-11-05 | Implement smtpctl uncorrupt <msgid> | Sunil Nimmagadda |
2015-10-29 | Implement smtpctl discover <evpid|msgid>. | Sunil Nimmagadda |
2015-10-28 | masquerade and senders map require being able to lookup mailaddr structures | Gilles Chehade |
2015-10-28 | aliases support resolving to maildir:/path | Gilles Chehade |
2015-10-27 | aliases_virtual_check() has been unneeded for a while | Gilles Chehade |
2015-10-21 | Only enable SSL_VERIFY_PEER when the verify option is set on a listener. | Joel Sing |
2015-10-17 | mailaddr_match() allows comparing two struct mailaddr taking into account | Gilles Chehade |
2015-10-14 | smtpd in tree is no longer neither 5.4.4, nor 5.4.5, bump SMTPD_VERSION | Gilles Chehade |
2015-10-09 | turn our local enqueuer setgid _smtpq and restrict access to offline queue, | Gilles Chehade |
2015-09-07 | when bypassing the enqueuer, insert Message-Id header if none was found and | Gilles Chehade |
2015-04-19 | Incorrect logic in smtpd(8) can lead to unexpected client disconnect, invalid | Gilles Chehade |
2015-01-20 | use <limits.h> comprehensively. For now try to push <> includes to | Theo de Raadt |
2014-12-24 | bump version | Eric Faurot |
2014-12-14 | these are no longer used, remove | Gilles Chehade |
2014-11-16 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-10-15 | when From, To and Cc headers present users without domains, append the | Gilles Chehade |
2014-07-10 | Improve the scheduler, better and simpler. | Eric Faurot |
2014-07-09 | add a "no-dsn" listener option to disable DSN extension. | Eric Faurot |
2014-07-09 | config parser improvements: | Eric Faurot |