summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2013-12-12Make it clear that slowcgi(8) drops privileges to user www.Florian Obser
2013-12-10Remove the printcap fc, fs, xc, xs capabilities from lpd that were usedChristian Weisgerber
2013-12-08Force LC_ALL to 'C' before exec'ing ftp or gzip -d. pkg_add expectsJeremie Courreges-Anglas
2013-12-08also cover initial installations (which means we do try to installMarc Espie
2013-12-08make use of the new "quirks" interfaceMarc Espie
2013-12-06now at 5.4.1Eric Faurot
2013-12-06fix smtpctl resume routeEric Faurot
2013-12-06"verify" is already documented with "tls-require verify".Eric Faurot
2013-12-05Stop pretending we still support FDDI or token ring hardware types.Kenneth R Westerback
2013-12-05Nuke local #define ETHER_HEADER_SIZE and use the identical value'dKenneth R Westerback
2013-12-05In lookup_host(), return to caller a properly calculated message lengthJeremie Courreges-Anglas
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
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
2013-12-04opt_map CIRCLEQ -> TAILQ.Kenneth R Westerback
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
2013-12-03warn when failing to enqueue an internal bounce.Eric Faurot
2013-12-03ctype cleanupsTheo de Raadt
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
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
2013-11-30Fix bug#534: IXFR query loop over UDP for zones that are unchanged.Brad Smith
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
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
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
2013-11-27unsigned char for ctypeTheo de Raadt
2013-11-27remove erroneous char cast to switch expression processing getopt(3);Okan Demirmen
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