summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2013-12-22ctype cleanups, now that the kernel has u_char strings (that is theTheo de Raadt
2013-12-20delete 4 includes we do not needTheo de Raadt
2013-12-19By default, tftp-proxy listens on localhost addresses.Florian Obser
2013-12-19plug mem leak; Ok benno@Florian Obser
2013-12-18Two 'break;'s in a row seems excessive.Kenneth R Westerback
2013-12-16Document stub_status; for some reason this is not documented in theFlorian Obser
2013-12-16Document which modules, directives and options are not available onFlorian Obser
2013-12-15remove popa3d. Sorry, no plaintext password only daemons allowed anymore.Ted Unangst
2013-12-15stop building popa3d. ok deraadtTed Unangst
2013-12-13Give format specifiers their own subsection, so that we can reference itJeremie Courreges-Anglas
2013-12-13Use \(dq instead of \&" to print a double quote on a macro line.Jeremie Courreges-Anglas
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