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