Age | Commit message (Expand) | Author |
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 |
2012-08-30 | - import latest aldap.[ch] and ber.[ch] from ypldap | Gilles Chehade |
2012-08-29 | switch the default queue encryption to AES-128 | Christian Weisgerber |
2012-08-29 | Introduce the crypto_backend API and provide support for... encrypted queue | Gilles Chehade |
2012-08-26 | - use the same compression algorithm, gzip, for message file and envelopes | Gilles Chehade |
2012-08-25 | Add compress_backend, allowing compression of messages and envelopes in the q... | Charles Longeau |
2012-08-21 | Allow smtpd to work as a backup MX, relaying only to MXs with higher | Eric Faurot |
2012-08-19 | coding style: replace all occurences of u_int* with uint* | Charles Longeau |
2012-07-08 | - plug text_to_relayhost() in parse.y to support relay URLs. | Gilles Chehade |