summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2012-08-24When creating an envelope, check if the message is incoming orEric Faurot
2012-08-24Link httpd with -lpthread; recent pthread work enforces that a programStuart Henderson
2012-08-24fix assignment typoCharles Longeau
2012-08-24We maintain our own tcpdump, so remove the sentence in the BUGS sectionLawrence Teo
2012-08-23cope with non-executable install-sh in unboundStuart Henderson
2012-08-23resolve conflictsStuart Henderson
2012-08-23update to unbound 1.4.18Stuart Henderson
2012-08-23regenStuart Henderson
2012-08-23copy cflags override code from newer unbound's configure.ac to ldns'sStuart Henderson
2012-08-23resolve conflictsStuart Henderson
2012-08-23update to unbound 1.4.17, testing by okan@ (not yet linked to build;Stuart Henderson
2012-08-23cope with non-executable install-shStuart Henderson
2012-08-23regenStuart Henderson
2012-08-23don't force CFLAGSStuart Henderson
2012-08-23update to ldns 1.6.13, tested by okan@, thanks (not yet linked to build).Stuart Henderson
2012-08-23enhance -v mode of 'sendmail' binaryTodd T. Fries
2012-08-23fix multiple recipient support, from sunil on ircTodd T. Fries
2012-08-23add -R to sendmail compat flags that do nothing (for now)Todd T. Fries
2012-08-23add -N for sendmail compat DSN support; unlimited for nowTodd T. Fries
2012-08-23the afs src tree can go awayTheo de Raadt
2012-08-22libarla has some non-PIC assembler; therefore, afs cannot use PIE.Pascal Stumpf
2012-08-22Build crunched binaries with -fno-pie.Pascal Stumpf
2012-08-22also need to compare backupname if set.Eric Faurot
2012-08-21tweak previous;Jason McIntyre
2012-08-21Allow smtpd to work as a backup MX, relaying only to MXs with higherEric Faurot
2012-08-21Try to connect to the next host if an IO error occurs before the mtaEric Faurot
2012-08-21Use TAILQ rather than array for mx list.Eric Faurot
2012-08-21dns sessions don't use lookup. no need to store them in a tree.Eric Faurot
2012-08-21Re-enable loop detection, but in mta and mda this time.Eric Faurot
2012-08-21merge in pcre-8.31Robert Nagy
2012-08-21update to nginx-1.2.3Robert Nagy
2012-08-20MAX_LINE_SIZE is supposed to define the max length of a SMTP line ...Gilles Chehade
2012-08-20Do not send more bytes than necessary with IMSG_STAT_*. The INCREMENTEric Faurot
2012-08-20- fix the example filter to match current APIGilles Chehade
2012-08-20start iterating from min, not root.Eric Faurot
2012-08-20Explicitely set local variables as such.Antoine Jacoutot
2012-08-20chroot scheduler in /var/empty instead of /var/spool/smtpd now that eric@ fix...Charles Longeau
2012-08-20Don't unset NEED_NEWALIASES too soon or we will not get the warning.Antoine Jacoutot
2012-08-19decls before codeTheo de Raadt
2012-08-19fix smtpctl schedule-all and schedule-id <msgid>Charles Longeau