summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2012-07-18make the scheduler less verbose by default.Eric Faurot
2012-07-17Use correct types for (large) constants. Found a diff like this in myOtto Moerbeek
2012-07-17use IPsec flowinfo on pipex(4) to select the IPsec tunnel for sendingYASUOKA Masahiko
2012-07-16add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)Markus Friedl
2012-07-16sync the first example with the default conf file; ok gillesJason McIntyre
2012-07-16don;t quote things unneccessarily; ok gillesJason McIntyre
2012-07-15update examples:Gilles Chehade
2012-07-15when specifying a relay port that's not standart, do not ntohs() the relayGilles Chehade
2012-07-15fix exampleGilles Chehade
2012-07-14reorganize the makefile a bitEric Faurot
2012-07-13install the correct file; from schwarze, ok krwTheo de Raadt
2012-07-13Cleanup the knexthop mess and make sure we only send an update to the RDEClaudio Jeker
2012-07-13do not install the pkg(1) front-end stub in /usr/sbin anymore, everyoneTheo de Raadt
2012-07-13do not install the pkg(1) front-end stub in /usr/sbin anymore, everyoneTheo de Raadt
2012-07-13Make sure that set med 0 is ACTION_SET_MED and not relative. FixesClaudio Jeker
2012-07-13npppd used wrong AVPs as a `calling number' because `break' in switchYASUOKA Masahiko
2012-07-13Recognize additional DH groups; ok sthen naddyMike Belopuhov
2012-07-13after connect() returns EINPROGRESS the connection can still fail,Sebastian Benoit
2012-07-13temporary option until I come up with a nicer way: if -DNOINSTALLPATHMarc Espie