summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2012-08-07fix evpid parsing on 32bit archsEric Faurot
2012-08-06kill pkg(1) for good. with help from espie.Federico G. Schwindt
2012-08-04Also log the file(s) we manually merged/installed as it's importantAntoine Jacoutot
2012-08-04Factorize common warn, error and report outputs into functions.Antoine Jacoutot
2012-08-02remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.Okan Demirmen
2012-07-29reset the session if no RCPT was accepted for the batch.Eric Faurot
2012-07-29fix bogus permfail when no MX is defined on a valid domain.Eric Faurot
2012-07-29- introduce xlowercase() and allow lowercase() to fail gracefullyGilles Chehade
2012-07-29get rid of A_INVALID.Eric Faurot
2012-07-29remove the session tree from the global env and move it to mta_session.c,Eric Faurot
2012-07-28fix uninitialized field type in scheduler_info struct.Charles Longeau
2012-07-23workaround: link this static for a release, because the upgrade scriptTheo de Raadt
2012-07-19Fix for VU#624931 CVE-2012-2978: NSD denial of servicePeter Hessler