Age | Commit message (Expand) | Author |
2012-09-04 | fix log_err() calls (from Patrick Wildt) and remove extra space. | Okan Demirmen |
2012-09-03 | fix the example filter to match current API by using | Charles Longeau |
2012-09-02 | remove warning | Charles Longeau |
2012-09-01 | remove unused flag | Gilles Chehade |
2012-09-01 | - remove crypto_backend | Gilles Chehade |
2012-09-01 | show more precisely what the problem is. | Marc Espie |
2012-08-31 | Use EVP_MAX_MD_SIZE for the key size for now as discussed on icb. | Federico G. Schwindt |
2012-08-31 | Update license to two-clause BSD. Permission to do so was granted | Todd C. Miller |
2012-08-30 | increase fread()/fwrite() buffer from 8k to 16k | Charles Longeau |
2012-08-30 | - rename show_envelope() to show_queue_envelope() | Gilles Chehade |
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 |