Age | Commit message (Expand) | Author |
2015-10-27 | add regress test on bind(2)ing with broadcast and inexistant addresses | Vincent Gross |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-10-27 | Use AF_UNIX instead of AF_LOCAL. | Todd C. Miller |
2015-10-27 | RIP arp_ifinit(). | Martin Pieuchot |
2015-10-27 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-10-27 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-10-27 | No more TMPDIR. | Nicholas Marriott |
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 | fix fallout from chacha changes. | David Gwynne |
2015-10-27 | Break the common process set up, event loop and imsg dispatch code | Nicholas Marriott |
2015-10-27 | Remove wrong line. | Renato Westphal |
2015-10-27 | Check that RTM_GET works without RTAX_GATEWAY argument for multipath | Martin Pieuchot |
2015-10-27 | change cipher-server-preference to be on by default. It can be disabled with | Sebastian Benoit |
2015-10-27 | Rewrite in_ouraddr() to not use ``rt_ifa'' since it is not obvious that | Martin Pieuchot |
2015-10-27 | Use verbose defines instead of hardcoded values for clarity when | Mike Belopuhov |
2015-10-27 | Consistency in error messages. | Jeremie Courreges-Anglas |
2015-10-27 | Sync chacha_ivsetup to the version in ssh so that we could | Mike Belopuhov |
2015-10-27 | Move code around for clarity, no functional change. | Martin Pieuchot |
2015-10-27 | Use rt_ifidx rather than rt_ifp. | Martin Pieuchot |
2015-10-27 | Count brackets in #{?...} so that nested conditional formats work, from | Nicholas Marriott |
2015-10-27 | The format callback may not always succeed, so we need to check for | Nicholas Marriott |
2015-10-27 | Use copy-mode -et= in WheelUpPane binding, from Patrick Palka. | Nicholas Marriott |
2015-10-27 | fix execv arguments in a way less likely to cause grief for -portable; | Damien Miller |
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 |
2015-10-27 | Wrap the remaining math functions in libc: __fpclassify*(), __flt_rounds(), | Philip Guenther |
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 | The fd of the passwd database is marked close-on-exec now | Philip Guenther |
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-27 | log certificate serial in verbose() messages to match the main | Damien Miller |
2015-10-27 | avoid de-const warning & shrink; ok dtucker@ | Damien Miller |
2015-10-26 | If a mouse event has no key binding, pass it through to the pane it | Nicholas Marriott |
2015-10-26 | Default bindings for mouse wheel on status line to change window (like | Nicholas Marriott |
2015-10-26 | Tidy up error() levels: merge COMPILE and COMPILE2, and kill ERROR (unused) | Jeremie Courreges-Anglas |
2015-10-26 | Use error(FATAL) instead of what was previously err(1,...) | Jeremie Courreges-Anglas |
2015-10-26 | miscellaneous cruft: | Christian Weisgerber |
2015-10-26 | Handle unknown keys more gracefully, return a string instead of NULL. | Nicholas Marriott |
2015-10-26 | remove the profiling and debugging ifdefs; ok zhuk@ | Christian Weisgerber |
2015-10-26 | document the -p and -l file enquiries and explicitly do not document -s | Christian Weisgerber |