summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2012-08-19avoid crash when removing non-existing envelopeCharles Longeau
2012-08-19coding style: replace all occurences of u_int* with uint*Charles Longeau
2012-08-19kill dead file that must die.Eric Faurot
2012-08-19Let the scheduler return all schedulable envelopes for the same messageEric Faurot
2012-08-19Kill envelope_{dump,load}_file() and replace them with envelope_{dump,load}_b...Charles Longeau
2012-08-19Add warnings on io errors to help diagnosis.Eric Faurot
2012-08-19add missing IMSG_* in imsg_to_str()Charles Longeau
2012-08-19fix an issue where too long lines were not spot properly.Charles Longeau
2012-08-18zap struct mta_batch. Only pass ids where needed.Eric Faurot
2012-08-18- introduce stat_backend, an API for pluggable statistic backendsGilles Chehade
2012-08-18Disallow empty domain/address sent after HELO/EHLO command.Charles Longeau
2012-08-18Major update of the mta internals.Eric Faurot
2012-08-18RFCs 2461 and 2462 have been replaced by, respectively, RFCs 4861 and 4862;Jason McIntyre
2012-08-18Limit the number of bounce sessions running at the same time. WhenEric Faurot
2012-08-18within Rs/Re reference blocks, use %U instead of %O (or any otherJason McIntyre
2012-08-17Don't need this anymore, we have it in bsd.own.mk now.Christiano F. Haesbaert
2012-08-16switch off inetd tftp-proxy and enable the standalone one instead.David Gwynne
2012-08-15use Lk for links;Jason McIntyre
2012-08-12Use .Lk for HTTP hyperlinks, not .Pa.Ingo Schwarze
2012-08-12By default mask the reserved bits and the ext len bit in the attributeClaudio Jeker
2012-08-11fix use after freeCharles Longeau
2012-08-11Add missing header needed by PRI format stringCharles Longeau
2012-08-11make sure generated id is never 0.Eric Faurot
2012-08-10Move mta and smtp specific defines into their own files.Eric Faurot
2012-08-10code cleanupEric Faurot
2012-08-09Envelopes scheduled as "removed" are already deleted from the scheduler.Eric Faurot
2012-08-09Allow failure reports for different recipients of the same messageEric Faurot
2012-08-09dead prototypeEric Faurot
2012-08-09remove unused function and prototypesEric Faurot
2012-08-09Improve the message flows to completely isolate operations on theEric Faurot
2012-08-08remove useless definesEric Faurot
2012-08-08cleanup some old debug tracesEric Faurot
2012-08-08log received fd in log_imsg() if anyEric Faurot
2012-08-08Improve the scheduler backend API.Eric Faurot
2012-08-08Mention RFC 6106; from brad@, content ok lteo@.Ingo Schwarze
2012-08-07Implement a set of tree_* functions for storing arbitrary pointers in splayEric Faurot