summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2015-10-27Minor tweaks.Renato Westphal
2015-10-27Whenever a summary route is activated, install a respective blackholeRenato Westphal
2015-10-27Introduce a new flag to identify "self" neighbors attached to local interfaces.Renato Westphal
2015-10-27Print a missing "metric" before the actual metric when printing aRenato Westphal
2015-10-26Put repquota in line with other utilities: you either wants list everyting,Vadim Zhukov
2015-10-26Fix makemap(8) for values containing a '#'.Sunil Nimmagadda
2015-10-26Remove TMPDIR support, it is not really useful in crontab.Todd C. Miller
2015-10-26Use SOCK_NONBLOCK and SOCK_CLOEXEC instead of fcntl() calls.Todd C. Miller
2015-10-26Remove some useless defines and the set_cron_uid() function.Todd C. Miller
2015-10-26rip6query goes to the attic. Hopefully route6d (rip6d?) will get someTheo de Raadt
2015-10-26one second amnesty for timeouts so we don't spin with short timeoutsTed Unangst
2015-10-26set listening sockets to nonblocking, then handle as many incoming requestsTed Unangst
2015-10-26Kernel got fixed we no longer need to check if rtm_pid is 0 to filter outClaudio Jeker
2015-10-26stop saving a pidfile; ok jung zhukTheo de Raadt
2015-10-26fix PATH_INFO for / requestsJoerg Jung
2015-10-26remove libutil from dpadd tooTed Unangst
2015-10-26last consumer in base of pidfile()...Theo de Raadt
2015-10-26remove util.h include and -lutil after pidfile removalJoerg Jung
2015-10-26Stop writing a pidfileTheo de Raadt
2015-10-26stop using pidfile()Theo de Raadt
2015-10-26remove unneeded pidfile() from smtpdJoerg Jung
2015-10-26avoid a potential double freeJonathan Gray
2015-10-26Using realm for bsdauth is misleading. It is currently unusable.YASUOKA Masahiko
2015-10-26Partial revert of r1.79, "np" handling is a bit trickier than expected.Jeremie Courreges-Anglas
2015-10-26Rename the struct pollfd array, "set" -> "pfd"Jeremie Courreges-Anglas
2015-10-26Those variables should be local to the functions where they are used.Jeremie Courreges-Anglas
2015-10-26Kill unused variable and function.Jeremie Courreges-Anglas
2015-10-25hms() returns a pointer to static storage, annotate the return type with "const"Jeremie Courreges-Anglas
2015-10-25Correctly print size_t/time_t.Jeremie Courreges-Anglas
2015-10-25Plug memory leak introduced in r1.15.Jeremie Courreges-Anglas
2015-10-25Those two functions take no parameters, thus /* ARGSUSED */ is meaningless.Jeremie Courreges-Anglas
2015-10-25Sync surrounding code after reallocarray introduction.Jeremie Courreges-Anglas
2015-10-25Rename allocopy() to xstrdup(), and make use of strdup(3).Jeremie Courreges-Anglas