Age | Commit message (Expand) | Author |
2015-10-29 | refold a few lines | Ted Unangst |
2015-10-29 | collect some cool stats and print them out with SIGUSR1 | Ted Unangst |
2015-10-29 | Implement smtpctl discover <evpid|msgid>. | Sunil Nimmagadda |
2015-10-29 | rdate is a classic "run as root, talk to internet for a while doing | Theo de Raadt |
2015-10-29 | Almost assuredly no longer needs pledge "route" | Theo de Raadt |
2015-10-28 | impose some limit on the cache size as well. | Ted Unangst |
2015-10-28 | if accept() fails due to fd exhaustion, stop accepting for one second. | Ted Unangst |
2015-10-28 | Backout the backout of installboot softraid non-gpt case fix. | Stefan Sperling |
2015-10-28 | bug in the request tree code: requests were being added to the tree before | Ted Unangst |
2015-10-28 | twiddle with rlimit to give us a few more files. use rlimit as a hint as | Ted Unangst |
2015-10-28 | pledge | Theo de Raadt |
2015-10-28 | Revert GPT change. Breaks non-GPT install/upgrade. | Kenneth R Westerback |
2015-10-28 | add pledge to main process, though it needs a few more options | Ted Unangst |
2015-10-28 | use an rb tree for the cache too. modelled after the reqtree. | Ted Unangst |
2015-10-28 | In sr_install_bootblk for i386, don't clobber 'part' in non-GPT case. | Stefan Sperling |
2015-10-28 | use an rb tree for finding requests. from Dimitris Papastamos | Ted Unangst |
2015-10-28 | Remove a few more NULL-checks before free. | mmcc |
2015-10-28 | While I'm in here, drop a NULL-check before free. | mmcc |
2015-10-28 | masquerade and senders map require being able to lookup mailaddr structures | Gilles Chehade |
2015-10-28 | Remove support for lpd.pid file. OK deraadt@ | Todd C. Miller |
2015-10-28 | pcap_stat fields are unsigned, print them as such | Jeremie Courreges-Anglas |
2015-10-28 | By hoisting sysctl hw.cpuspeed towards the top, it is possible to | Theo de Raadt |
2015-10-28 | Remove linkmtu and maxmtu from struct nd_ifinfo. IN6_LINKMTU can now | Florian Obser |
2015-10-28 | pid removal; from jan stary | Jason McIntyre |
2015-10-28 | various macro fixes; | Jason McIntyre |
2015-10-28 | remove old check on username length that simply makes no sense nowadays | Gilles Chehade |
2015-10-28 | dns_lookup_host() needs to remove brackets and IPv6: prefix when receiving | Gilles Chehade |
2015-10-28 | aliases support resolving to maildir:/path | Gilles Chehade |
2015-10-28 | Remove dead code. | Sunil Nimmagadda |
2015-10-27 | add a rcpt-to parameter to be able to use the original (probably expanded) | Joerg Jung |
2015-10-27 | delivery lmtp gets fed with a message file as input which is guaranted to have | Joerg Jung |
2015-10-27 | enqueue pledge: getmailname() needs dns, ~/dead.letter needs cpath/wpath | Gilles Chehade |
2015-10-27 | aliases_virtual_check() has been unneeded for a while | Gilles Chehade |
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 |