Age | Commit message (Expand) | Author |
2012-08-30 | change crypto_setup() prototype to use const char * instead of uint8_t * | Charles Longeau |
2012-08-30 | switch compress_backend to use FILE * instead of file descriptors, like | Charles Longeau |
2012-08-30 | fix uninitialized variable which can be reach in case of failure. | Charles Longeau |
2012-08-30 | - import latest aldap.[ch] and ber.[ch] from ypldap | Gilles Chehade |
2012-08-30 | when reloading the envelopes from disk, skip envelopes that are | Eric Faurot |
2012-08-30 | - correctly free the task if all rcpt where rejected | Eric Faurot |
2012-08-30 | rfc 5905 replaces rfc 2030; for now, the reference to 2030 in ntpd.conf | Jason McIntyre |
2012-08-30 | Lowercase the first "i" in isFile, isLink, isSymLink, and isHardLink | william |
2012-08-29 | - rfc 4835 obsoletes rfc 2406 | Jason McIntyre |
2012-08-29 | rfc 5036 obsoletes rfc 3036; ok claudio | Jason McIntyre |
2012-08-29 | bump reference to rfc 1583 to rfc 2328; | Jason McIntyre |
2012-08-29 | - document rfc 1994 | Jason McIntyre |
2012-08-29 | switch the default queue encryption to AES-128 | Christian Weisgerber |
2012-08-29 | update the rfc references; ok krw | Jason McIntyre |
2012-08-29 | tweak previous; | Jason McIntyre |
2012-08-29 | obvious, but document that change of any encryption parameter *requires* | Gilles Chehade |
2012-08-29 | Introduce the crypto_backend API and provide support for... encrypted queue | Gilles Chehade |
2012-08-29 | Using the currently chosen (and in my opinion insane) abstraction, pass | Theo de Raadt |
2012-08-28 | remove unused file | Stuart Henderson |
2012-08-28 | resolve conflicts | Stuart Henderson |
2012-08-28 | update to NSD 3.2.13 | Stuart Henderson |
2012-08-28 | Don't enable "sendfile" which does not work on OpenBSD according to robert@ | Antoine Jacoutot |
2012-08-28 | remove encrypt.c prototypes leftovers | Charles Longeau |
2012-08-28 | This file isn't and won't be used --> delete it. | Charles Longeau |
2012-08-28 | Always compare master.passwd(5) and group(5) regardless of their sums: | Antoine Jacoutot |
2012-08-27 | fix sundry macro abuses; | Jason McIntyre |
2012-08-27 | don't call ckdir() on each mktmpfile() call. | Charles Longeau |
2012-08-26 | missing DPADD ... sorry | Gilles Chehade |
2012-08-26 | sane rewrite of the disk-queue traversal code, and log bogus files found | Eric Faurot |
2012-08-26 | correctly check compress_backend_lookup() to avoid a NULL deref | Gilles Chehade |
2012-08-26 | - document queue compression | Gilles Chehade |
2012-08-26 | - use the same compression algorithm, gzip, for message file and envelopes | Gilles Chehade |
2012-08-26 | - define ZLIB_BUFFER_SIZE instead of hardcoding 8192 | Gilles Chehade |
2012-08-26 | - remove unused variable | Gilles Chehade |
2012-08-26 | Add missing RCS Id. | Charles Longeau |
2012-08-25 | Add compress_backend, allowing compression of messages and envelopes in the q... | Charles Longeau |
2012-08-25 | lka must not start servicing requests until it has received its full config | Eric Faurot |
2012-08-25 | - add myself to the copyright in control.c, i've done quite a few changes | Gilles Chehade |
2012-08-25 | - stop accepting clients if we hit our fd reserve limit (or if we fail) | Gilles Chehade |
2012-08-25 | It's ok to try to rollback an update we don't know about. It might | Eric Faurot |
2012-08-25 | - offline enqueue does not need to use the user_backend API, it relies on | Gilles Chehade |
2012-08-25 | - introduce TRACE_PROFILING | Gilles Chehade |
2012-08-25 | - introduce struct stat_value | Gilles Chehade |
2012-08-25 | use duration_to_text() when logging delay, for consistency. | Eric Faurot |
2012-08-25 | log pause/resume from the administrator to maillog. | Eric Faurot |
2012-08-24 | log forced removal and expiration of envelopes to maillog. | Eric Faurot |
2012-08-24 | - rfc 5082 replaces rfc 3682; ok claudio | Jason McIntyre |
2012-08-24 | envelope_validate() don't take the evpid anymore. | Eric Faurot |
2012-08-24 | When an smtp session fails and IMSG_QUEUE_REMOVE_MESSAGE is sent to the | Eric Faurot |
2012-08-24 | Error out if queue_envelope_load() failed, rather than sending crap to | Eric Faurot |