summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2012-08-24add stat counter for the number of envelopes inflight.Eric Faurot
2012-08-24rfc 4456 replaces rfc 2796; ok claudioJason McIntyre
2012-08-24In envelope ascii dump/load:Charles Longeau
2012-08-24fix smtpctl show stats crash seen on -portableCharles Longeau
2012-08-24Don't pass struct envelope pointer in queue backend API, instead use envelope...Charles Longeau
2012-08-24Remove the rq_host and rq_batch structures from the ramqueue scheduler.Eric Faurot