Age | Commit message (Expand) | Author |
2015-10-27 | calloc -> malloc when the memory is immediately overwritten with memcpy. | mmcc |
2015-10-27 | Use AF_UNIX instead of AF_LOCAL. | Todd C. Miller |
2015-10-27 | Fix manpage for empty pidfile. Pointed out by millert@ | Stuart Henderson |
2015-10-27 | Don't use a pidfile in unbound by default. Retain the ability in unbound.conf | Stuart Henderson |
2015-10-27 | Remove wrong line. | Renato Westphal |
2015-10-27 | change cipher-server-preference to be on by default. It can be disabled with | Sebastian Benoit |
2015-10-27 | Consistency in error messages. | Jeremie Courreges-Anglas |
2015-10-27 | Fix nsd and unbound's error checking with SSL_CTX_set_options(). | Doug Hogan |
2015-10-27 | tweak previous; | Jason McIntyre |
2015-10-27 | tweak previous; | Jason McIntyre |
2013-11-26 | import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by b... | Stuart Henderson |
2012-03-26 | Import Unbound 1.4.16 to work on in-tree (not yet linked to the build). | Stuart Henderson |
2015-10-27 | Free the received radius packet when it is duplicated. | YASUOKA Masahiko |
2015-10-27 | Initialize module_radius_req before use it. | YASUOKA Masahiko |
2015-10-27 | Set O_NONBLOCK for UDP sockets not to block on recv(). Actually | YASUOKA Masahiko |
2015-10-27 | Fix radiusd module to set O_NONBLOCK properly. | YASUOKA Masahiko |
2015-10-27 | Add a man page for eigrpd.conf. | Renato Westphal |
2015-10-27 | Minor tweaks. | Renato Westphal |
2015-10-27 | Whenever a summary route is activated, install a respective blackhole | Renato Westphal |
2015-10-27 | Introduce a new flag to identify "self" neighbors attached to local interfaces. | Renato Westphal |
2015-10-27 | Print a missing "metric" before the actual metric when printing a | Renato Westphal |
2015-10-26 | Put repquota in line with other utilities: you either wants list everyting, | Vadim Zhukov |
2015-10-26 | Fix makemap(8) for values containing a '#'. | Sunil Nimmagadda |
2015-10-26 | Remove TMPDIR support, it is not really useful in crontab. | Todd C. Miller |
2015-10-26 | Use SOCK_NONBLOCK and SOCK_CLOEXEC instead of fcntl() calls. | Todd C. Miller |
2015-10-26 | Remove some useless defines and the set_cron_uid() function. | Todd C. Miller |
2015-10-26 | rip6query goes to the attic. Hopefully route6d (rip6d?) will get some | Theo de Raadt |
2015-10-26 | one second amnesty for timeouts so we don't spin with short timeouts | Ted Unangst |
2015-10-26 | set listening sockets to nonblocking, then handle as many incoming requests | Ted Unangst |
2015-10-26 | Kernel got fixed we no longer need to check if rtm_pid is 0 to filter out | Claudio Jeker |
2015-10-26 | stop saving a pidfile; ok jung zhuk | Theo de Raadt |
2015-10-26 | fix PATH_INFO for / requests | Joerg Jung |
2015-10-26 | remove libutil from dpadd too | Ted Unangst |
2015-10-26 | last consumer in base of pidfile()... | Theo de Raadt |
2015-10-26 | remove util.h include and -lutil after pidfile removal | Joerg Jung |
2015-10-26 | Stop writing a pidfile | Theo de Raadt |
2015-10-26 | stop using pidfile() | Theo de Raadt |
2015-10-26 | remove unneeded pidfile() from smtpd | Joerg Jung |
2015-10-26 | avoid a potential double free | Jonathan Gray |
2015-10-26 | Using realm for bsdauth is misleading. It is currently unusable. | YASUOKA Masahiko |
2015-10-26 | Partial revert of r1.79, "np" handling is a bit trickier than expected. | Jeremie Courreges-Anglas |
2015-10-26 | Rename the struct pollfd array, "set" -> "pfd" | Jeremie Courreges-Anglas |
2015-10-26 | Those variables should be local to the functions where they are used. | Jeremie Courreges-Anglas |
2015-10-26 | Kill unused variable and function. | Jeremie Courreges-Anglas |
2015-10-25 | hms() returns a pointer to static storage, annotate the return type with "const" | Jeremie Courreges-Anglas |
2015-10-25 | Correctly print size_t/time_t. | Jeremie Courreges-Anglas |
2015-10-25 | Plug memory leak introduced in r1.15. | Jeremie Courreges-Anglas |
2015-10-25 | Those two functions take no parameters, thus /* ARGSUSED */ is meaningless. | Jeremie Courreges-Anglas |
2015-10-25 | Sync surrounding code after reallocarray introduction. | Jeremie Courreges-Anglas |
2015-10-25 | Rename allocopy() to xstrdup(), and make use of strdup(3). | Jeremie Courreges-Anglas |