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