summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2013-12-05Nuke local #define ETHER_HEADER_SIZE and use the identical value'dKenneth R Westerback
ETHER_HDR_LEN from if_ether.h. dhclient change ok matthew@ as part of larger diff.
2013-12-05In lookup_host(), return to caller a properly calculated message lengthJeremie Courreges-Anglas
instead of using an uninitialized variable. While here, simplify the code that calculates the message length, and use snprintf/strlcat more carefully. ok millert@
2013-12-05missing initEric Faurot
2013-12-05bogus ';'Eric Faurot
2013-12-05Properly initialize 'transp' to appease the compiler. ok millert@Jeremie Courreges-Anglas
2013-12-05Provide a prototype for ngstore() and include <unistd.h> for getopt().Jeremie Courreges-Anglas
ok millert@
2013-12-05In split_address(), make 'i' a size_t. ok millert@Jeremie Courreges-Anglas
2013-12-05minor tweaks;Jason McIntyre
2013-12-05move defines aroundEric Faurot
2013-12-05warn when failing to parse a fieldEric Faurot
2013-12-05document "verify" keyword and "authtable" option on "listen" rulesEric Faurot
2013-12-05When a relay fails, let the scheduler update all envelopes in theEric Faurot
holdq as if they tempfailed.
2013-12-04opt_map CIRCLEQ -> TAILQ.Kenneth R Westerback
ok jsing@ (with nit), jca@
2013-12-04ctype improvements; checked by okanTheo de Raadt
2013-12-03schedule in O(log n)Eric Faurot
2013-12-03Rework the envelope flushing loops in mta to avoid sending all deliveryEric Faurot
notifications in one go to the queue. Simplify code in the process.
2013-12-03warn when failing to enqueue an internal bounce.Eric Faurot
2013-12-03ctype cleanupsTheo de Raadt
ok okan
2013-12-03Kill usage of timeb.h for upcoming removal of libcompat. OK deraadt@Todd C. Miller
2013-12-03stop using sys/syslimits.h directly, and use limits.hTheo de Raadt
prodded by millert
2013-12-03no need for timeb.hTheo de Raadt
2013-12-03no need to use sgttyb.hTheo de Raadt
2013-12-01Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid andKenneth R Westerback
use TAILQ_*_SAFE more than might be needed. Bulk ports build by sthen@ showed nobody sticking their fingers so deep into the kernel. Feedback and suggestions from millert@. ok jsing@
2013-11-30Fix bug#534: IXFR query loop over UDP for zones that are unchanged.Brad Smith
"After upgrading a secondary NS to NSD 4.0.0, the master server came under IXFR query flood from the slave." ok sthen@
2013-11-30do not send the holdq release message if no envelope were held for a relay.Eric Faurot
2013-11-30do not hardcode scheduler batch size, and reduce default limit to avoidEric Faurot
hammering effects.
2013-11-30mention smtpctl encrypt subcommand.Eric Faurot
2013-11-29fix missing space from line breakTed Unangst
2013-11-28unsigned char for ctypeTheo de Raadt
ok okan krw
2013-11-28limit the number of envelopes to recall in the hoststat cache.Eric Faurot
2013-11-28fix loading of passphrase-protected keys.Eric Faurot
2013-11-28better responseEric Faurot
2013-11-28allow subdomain matching in mailaddr tablesEric Faurot
2013-11-28unsigned char casts for ctypeEric Faurot
ok gilles@
2013-11-27unsigned char for ctypeTheo de Raadt
2013-11-27remove erroneous char cast to switch expression processing getopt(3);Okan Demirmen
not used in any cases. ok deraadt@, guenther@, millert@
2013-11-26unsigned char for ctypeTheo de Raadt
2013-11-26need errno, thx sthenHenning Brauer
2013-11-26don't intentionally cast the argument to isprint() to the wrong type...Theo de Raadt
2013-11-26remove old filesStuart Henderson
2013-11-26merge conflictsStuart Henderson
2013-11-26import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by ↵Stuart Henderson
brad@
2013-11-26msgbuf_write EAGAIN, ok gilles bennoHenning Brauer
all of these from a long train ride
2013-11-26remove "clever" shortcut that might bite later, ok gilles bennoHenning Brauer
2013-11-26deal with msgbuf_write EAGAIN, ok gilles bennoHenning Brauer
2013-11-26msgbuf_write EAGAIN, ok gilles bennoHenning Brauer
2013-11-26deal with msgbuf_write EAGAIN, ok gilles bennoHenning Brauer
2013-11-26deal with msgbuf_write EAGAIN, ok gilles bennoHenning Brauer
2013-11-26deal with msgbuf_write EAGAIN, ok gilles bennoHenning Brauer
2013-11-26Copy some entries from Apache's mime.types file to nginx's, ok robert@Stuart Henderson