Age | Commit message (Expand) | Author |
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 |
2013-10-25 | local enqueuer improvements: | Eric Faurot |
2013-07-19 | Many MTA improvements: | Eric Faurot |
2013-07-19 | Assorted queue improvements: | Eric Faurot |
2013-07-19 | Add a table_proc backend for delegating table lookups to another | Eric Faurot |
2013-07-19 | Allow to specify an address family on a listener | Eric Faurot |
2013-07-19 | Improve and document the way the default server name is found. | Eric Faurot |
2013-06-03 | No need to set backend var here, it's always set before to the same value. | Vadim Zhukov |
2013-05-24 | sync with OpenSMTPD 5.3.2 | Eric Faurot |
2013-03-06 | as done in ospf{,6}d/relayd, sync yyerror in various other daemons with | Stuart Henderson |
2013-02-17 | disable queue compression temporarily, we lack the smtpctl bits | Gilles Chehade |
2013-02-14 | - smtpctl trace expand, enables tracing of aliases expansion | Gilles Chehade |
2013-02-05 | add missing free in config parser | Gilles Chehade |
2013-01-28 | allow lookups from backends in "accept for [...] virtual" context | Gilles Chehade |
2013-01-26 | Sync with our smtpd repo: | Gilles Chehade |
2012-11-12 | Cleanups and improvements: | Eric Faurot |
2012-10-14 | introduce map_file.c which will deprecate map_stdio.c | Gilles Chehade |
2012-10-11 | - replace "from all" and "for all" with "from any" and "for any" | Gilles Chehade |
2012-10-09 | - allow a listen statement to impose tls on its clients; | Gilles Chehade |
2012-10-08 | disk space is cheap but we still want to limit the default size of a body | Gilles Chehade |
2012-10-04 | default map source to S_PLAIN, this allows us to simplify smtpd.conf: | Gilles Chehade |
2012-09-30 | use xmalloc(), xcalloc() and xmemdup() helpers | Charles Longeau |
2012-09-30 | - add decision to the rule so that we can actually perform a reject match | Gilles Chehade |
2012-09-29 | Remove support for "as user" for local deliveries. | Eric Faurot |
2012-09-26 | fix double free() issue in error paths | Alexander Hall |
2012-09-17 | Add map_create() and map_add() helpers. Simplify the config parser by a | Eric Faurot |
2012-09-15 | When enqueueing from the local socket, the input address is faked as "::1". | Eric Faurot |
2012-09-08 | remove unused header | Charles Longeau |
2012-09-01 | - remove crypto_backend | Gilles Chehade |