summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-11-09Remove -h from the command line options.YASUOKA Masahiko
2015-11-09queue(3) instead of homegrown queues and lists. This also fixesTodd C. Miller
2015-11-08Set the effective gid to kmem so the fchown of kvm_bsd.db is allowedTodd C. Miller
2015-11-08Quiet silly clang analyzer warning in calloc() usage.Todd C. Miller
2015-11-07Ensure the safety of isprint()'s argument. Suggested by guenther@ a fewmmcc
2015-11-06Use __progname instead of the homegrown ProgramName.Todd C. Miller
2015-11-06"source" doesn't need to be a global. While here, the correct spellingFlorian Obser
2015-11-06relayd.conf(5) macro cleanup.Anthony J. Bentley
2015-11-06Radically improve the performance of bgpd filters. Based on PF's skipPeter Hessler
2015-11-06the Solver uses kept_names, so we need these there tooMarc Espie
2015-11-06Use pledge in ikectl. For now one request for sending imsgs to ikedJonathan Gray
2015-11-06err(1, "%s", "") -> err(1, NULL)mmcc
2015-11-05undo botched import to wrong dir, spotted by sobrado@Stuart Henderson
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