summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-10-29refold a few linesTed Unangst
2015-10-29collect some cool stats and print them out with SIGUSR1Ted Unangst
2015-10-29Implement smtpctl discover <evpid|msgid>.Sunil Nimmagadda
2015-10-29rdate is a classic "run as root, talk to internet for a while doingTheo de Raadt
2015-10-29Almost assuredly no longer needs pledge "route"Theo de Raadt
2015-10-28impose some limit on the cache size as well.Ted Unangst
2015-10-28if accept() fails due to fd exhaustion, stop accepting for one second.Ted Unangst
2015-10-28Backout the backout of installboot softraid non-gpt case fix.Stefan Sperling
2015-10-28bug in the request tree code: requests were being added to the tree beforeTed Unangst
2015-10-28twiddle with rlimit to give us a few more files. use rlimit as a hint asTed Unangst
2015-10-28pledgeTheo de Raadt
2015-10-28Revert GPT change. Breaks non-GPT install/upgrade.Kenneth R Westerback
2015-10-28add pledge to main process, though it needs a few more optionsTed Unangst
2015-10-28use an rb tree for the cache too. modelled after the reqtree.Ted Unangst
2015-10-28In sr_install_bootblk for i386, don't clobber 'part' in non-GPT case.Stefan Sperling
2015-10-28use an rb tree for finding requests. from Dimitris PapastamosTed Unangst
2015-10-28Remove a few more NULL-checks before free.mmcc
2015-10-28While I'm in here, drop a NULL-check before free.mmcc
2015-10-28masquerade and senders map require being able to lookup mailaddr structuresGilles Chehade
2015-10-28Remove support for lpd.pid file. OK deraadt@Todd C. Miller
2015-10-28pcap_stat fields are unsigned, print them as suchJeremie Courreges-Anglas
2015-10-28By hoisting sysctl hw.cpuspeed towards the top, it is possible toTheo de Raadt
2015-10-28Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can nowFlorian Obser
2015-10-28pid removal; from jan staryJason McIntyre
2015-10-28various macro fixes;Jason McIntyre
2015-10-28remove old check on username length that simply makes no sense nowadaysGilles Chehade
2015-10-28dns_lookup_host() needs to remove brackets and IPv6: prefix when receivingGilles Chehade
2015-10-28aliases support resolving to maildir:/pathGilles Chehade
2015-10-28Remove dead code.Sunil Nimmagadda
2015-10-27add a rcpt-to parameter to be able to use the original (probably expanded)Joerg Jung
2015-10-27delivery lmtp gets fed with a message file as input which is guaranted to haveJoerg Jung
2015-10-27enqueue pledge: getmailname() needs dns, ~/dead.letter needs cpath/wpathGilles Chehade
2015-10-27aliases_virtual_check() has been unneeded for a whileGilles Chehade
2015-10-27calloc -> malloc when the memory is immediately overwritten with memcpy.mmcc
2015-10-27Use AF_UNIX instead of AF_LOCAL.Todd C. Miller
2015-10-27Fix manpage for empty pidfile. Pointed out by millert@Stuart Henderson
2015-10-27Don't use a pidfile in unbound by default. Retain the ability in unbound.confStuart Henderson
2015-10-27Remove wrong line.Renato Westphal
2015-10-27change cipher-server-preference to be on by default. It can be disabled withSebastian Benoit
2015-10-27Consistency in error messages.Jeremie Courreges-Anglas
2015-10-27Fix nsd and unbound's error checking with SSL_CTX_set_options().Doug Hogan
2015-10-27tweak previous;Jason McIntyre
2015-10-27tweak previous;Jason McIntyre
2013-11-26import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b...Stuart Henderson
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2015-10-27Free the received radius packet when it is duplicated.YASUOKA Masahiko
2015-10-27Initialize module_radius_req before use it.YASUOKA Masahiko
2015-10-27Set O_NONBLOCK for UDP sockets not to block on recv(). ActuallyYASUOKA Masahiko
2015-10-27Fix radiusd module to set O_NONBLOCK properly.YASUOKA Masahiko
2015-10-27Add a man page for eigrpd.conf.Renato Westphal