summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-11-05mergeStuart Henderson
2015-11-05update to unbound 1.5.6, ok millert@ florian@Stuart Henderson
2015-11-05mergeStuart Henderson
2015-11-05update to NSD 4.1.6, ok millert@ florian@Stuart Henderson
2015-11-05pledge(2) for slowcgi.Florian Obser
2015-11-05re-shuffle slowcgi_listen to run less code as root.Florian Obser
2015-11-05pledge(2) for httpd.Florian Obser
2015-11-05Account for the header size when dealing with null link layer ifaces.Jeremie Courreges-Anglas
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2010-01-15NSD v3.2.4Jakob Schlyter
2015-11-05there is a retry path in here which contains rename() and fchown().Theo de Raadt
2015-11-05revert sys/kern/kern_pledge.c 1.103 and reenable pledge in pwd_mkdbSebastien Marie
2015-11-05quick fix for a regression introduced by sys/kern/kern_pledge.c 1.103Sebastien Marie
2015-11-05tweak dependencies handling, might fix some infrequent bugs including theMarc Espie
2015-11-05replace u_char and u_int* with standard stdint.h types to ease portable versionJoerg Jung
2015-11-05Print unsigned integers as unsigned integers, kill inconsistent casts.Jeremie Courreges-Anglas
2015-11-05Cap the GRE packet len to tcpdump's snap len, fixes a segfault.Jeremie Courreges-Anglas
2015-11-05When fetching the GRE version, use GRE_VERS and not a naked "7" as mask.Jeremie Courreges-Anglas
2015-11-05spelling; from tjJason McIntyre
2015-11-05spelling; from tjJason McIntyre
2015-11-05"commandline" -> "command line", since there are so few examplesJason McIntyre
2015-11-05Implement smtpctl uncorrupt <msgid>Sunil Nimmagadda
2015-11-05Do not terminate message walk on a corrupt envelope.Sunil Nimmagadda
2015-11-05when a message consists solely of headers and does not end them with anGilles Chehade
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-11-04Change cron from including all headers in every file to only includingTodd C. Miller
2015-11-04Bump distribution tarball versions.mmcc
2015-11-04Remove unused LogFD variableTodd C. Miller
2015-11-04Change some globals from extern to static when they are not usedTodd C. Miller
2015-11-04fix a memory leak in multiple error pathsJonathan Gray
2015-11-03If pledge(2) fails use perror instead of log_it(RealUser, ...) sinceTodd C. Miller
2015-11-03It is only necessary to swap the effective gid when reading a file.Todd C. Miller
2015-11-03Recognize carp(4) interfaces (yes, they are special...) in order to sendMartin Pieuchot
2015-11-03Missing comma.Martin Pieuchot
2015-11-03fix a memory leak in an error pathJonathan Gray
2015-11-03When updating an interface, do not delete the kif_node but letGerhard Roth
2015-11-03Blank lines around pledge call.mmcc
2015-11-03Blank line after pledge call.mmcc
2015-11-03Surround pledge call with blank lines.mmcc
2015-11-03Use send(MSG_NOSIGNAL) instead of mucking with the disposition of SIGPIPEPhilip Guenther
2015-11-02Use setegid() directly instead of swap_gids() / swap_gids_back().Todd C. Miller
2015-11-02Print RDNSS nameserver addresses, and print option names for some otherStuart Henderson
2015-11-02switch from using sha1 to sha256Jonathan Gray
2015-11-02sign csrs with openssl ca instead of x509 -reqJonathan Gray
2015-11-02sign csrs with openssl ca instead of x509 -reqJonathan Gray
2015-11-02Accept an ocsp option when creating certificates to set the extendedJonathan Gray
2015-11-02use SOCK_NONBLOCK instead of fcntlJonathan Matthew
2015-11-02use SOCK_NONBLOCK instead of fcntlJonathan Matthew
2015-11-02Both ldapd processes need "stdio" to talk to clients and each other.Jonathan Matthew
2015-11-01Remove register keyword uses. Still needs to be done in all othermmcc