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