Age | Commit message (Expand) | Author |
2015-12-12 | allow overriding the default cipher-suite | Gilles Chehade |
2015-12-12 | check in parse.y that pki param is a valid hostname | Gilles Chehade |
2015-12-12 | prepare bits to enable masquerade in parse.y | Gilles Chehade |
2015-12-12 | add missing check for failed allocation | Gilles Chehade |
2015-12-12 | spaces | Gilles Chehade |
2015-12-12 | add bits so local enqueuer can run filters when they are enabled | Gilles Chehade |
2015-12-12 | Implement senders map. | Sunil Nimmagadda |
2015-12-12 | rename an smtpd specific define | Gilles Chehade |
2015-12-11 | add keywords that are going to be used in upcoming mini diffs | Gilles Chehade |
2015-12-11 | in add_filter_arg() do not allow the same filter twice in same chain | Gilles Chehade |
2015-12-03 | introduce limit session keyword replacing fixed values | Joerg Jung |
2015-12-02 | whitespaces | Gilles Chehade |
2015-12-01 | add received-auth parameter to listener to identify authenticated sessions | Gilles Chehade |
2015-12-01 | update enum values in listen options | Gilles Chehade |
2015-12-01 | reorder header | Gilles Chehade |
2015-12-01 | prepare the ground for the CA certificate handling refactor, this commit | Gilles Chehade |
2015-11-30 | when looking up tables, start in /usr/local/libexec before /usr/libexec, so | Gilles Chehade |
2015-11-30 | While delivering to lmtp or mda, accept optional "as user" parameter | Sunil Nimmagadda |
2015-11-05 | replace u_char and u_int* with standard stdint.h types to ease portable version | Joerg Jung |
2015-10-27 | add a rcpt-to parameter to be able to use the original (probably expanded) | Joerg Jung |
2015-09-07 | when bypassing the enqueuer, insert Message-Id header if none was found and | Gilles Chehade |
2015-08-19 | do not cast result from xcalloc(); it is in scope | Theo de Raadt |
2015-02-08 | Use AI_ADDRCONFIG when resolv hosts on startup. | Reyk Floeter |
2015-01-20 | use <limits.h> comprehensively. For now try to push <> includes to | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-20 | Don't allow embedded nul characters in strings. | Jonathan Gray |
2014-11-16 | Convert the logic in yyerror(). Instead of creating a temporary | Alexander Bluhm |
2014-11-14 | Add gcc printf format attributes to yyerror() in parse.y files. | Doug Hogan |
2014-07-09 | add a "no-dsn" listener option to disable DSN extension. | Eric Faurot |
2014-07-09 | config parser improvements: | Eric Faurot |
2014-07-08 | update filter configuration parsing (not plugged yet) | Eric Faurot |
2014-04-19 | add missing strlcpy() check in create_filter_chain() that would cause smtpd | Gilles Chehade |
2014-04-19 | add missing strlcpy() checks in create_filter() that would cause smtpd to | Gilles Chehade |
2014-04-19 | add missing strlcpy() check in is_if_in_group() to detect and warn about | Gilles Chehade |
2014-04-19 | add missing strlcpy() check when parsing "backup hostname" in smtpd.conf, | Gilles Chehade |
2014-04-19 | (void) cast strlcpy() calls that cannot truncate | Gilles Chehade |
2014-03-25 | reword error message when a table has an invalid configuration file, it has | Gilles Chehade |
2014-02-04 | pki code cleanup | Eric Faurot |
2014-01-22 | relax the cfg file secrecy check slightly to allow group readability | Henning Brauer |
2013-12-26 | bcopy -> memmove | Eric Faurot |
2013-12-05 | bogus ';' | Eric Faurot |
2013-11-30 | do not hardcode scheduler batch size, and reduce default limit to avoid | Eric Faurot |
2013-11-28 | limit the number of envelopes to recall in the hoststat cache. | Eric Faurot |
2013-11-25 | use u_char for buffers in yylex, for ctype calls, as done in all other | Theo de Raadt |
2013-11-21 | correctly set verify flag on the listener | Eric Faurot |
2013-11-20 | Rework the mda and scheduler to use the holdq mechanism instead of | Eric Faurot |
2013-11-19 | Add a limit on the number of inflight envelopes. The scheduler suspends | Eric Faurot |
2013-11-13 | Fix case-folding issue with pki names. They are case-insensitive. | Eric Faurot |
2013-11-06 | Much much improved config parser and related changes. | Eric Faurot |
2013-10-27 | Make the filter infrastructure move forward. | Eric Faurot |