Age | Commit message (Expand) | Author |
2015-09-22 | typo. | Igor Sobrado |
2015-09-21 | Make UKC handle device locators as longs | Philip Guenther |
2015-09-21 | typo in documentation. | Igor Sobrado |
2015-09-21 | sort; | Jason McIntyre |
2015-09-21 | Let us log all updates sent from an individual peer. Since this can be | Peter Hessler |
2015-09-21 | Allow for empty blocks for peers. While this is bad style for permant | Peter Hessler |
2015-09-20 | Misuse of libevent in TLS read and write might have caused strange | Alexander Bluhm |
2015-09-20 | Add a set of flags to rmt(8) to make it run in a restricted mode, | Alexander Hall |
2015-09-19 | Use correct function name in error message | Claudio Jeker |
2015-09-18 | In case of a hard error, remove all checksums except for examplessum which | Antoine Jacoutot |
2015-09-18 | Simplify: we don't need a work directory anymore, temproot is enough. | Antoine Jacoutot |
2015-09-18 | Tweak warning/error output a bit. | Antoine Jacoutot |
2015-09-18 | More dead code. | Antoine Jacoutot |
2015-09-16 | Another ifmedia64 fix, this time for bgpd's ift2ifm(). | Stefan Sperling |
2015-09-15 | avoid useless .Ns before punctuation after in-line macros | Ingo Schwarze |
2015-09-14 | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze |
2015-09-13 | More FNDELAY/FIONBIO --> SOCK_NONBLOCK conversions | Philip Guenther |
2015-09-13 | Rename the routines used for packing/unpacking rmtcall RPCs so they don't | Philip Guenther |
2015-09-13 | match a few if_media uint64_t conversions; ok miod | Theo de Raadt |
2015-09-13 | explicit_bzero() from Michael McConville, thanks! | Florian Obser |
2015-09-13 | Set the index of the interface in handroller link_addr(3) like code. | Martin Pieuchot |
2015-09-12 | mark up arguments individually and drop redundant .Bk | Ingo Schwarze |
2015-09-12 | add missing .Ar macros | Ingo Schwarze |
2015-09-12 | use .Cm for fixed string arguments | Ingo Schwarze |
2015-09-12 | It is not necessary to reset errno to 0 since we use logerrorx(). | Alexander Bluhm |
2015-09-12 | Remove dead get_host_seed() function; Martin Natano | Miod Vallat |
2015-09-11 | Instead of printing errno strings here and there, add a logerrorx() | Alexander Bluhm |
2015-09-11 | consistency: .Ic -> .Cm; and drop redundant .Bk | Ingo Schwarze |
2015-09-11 | add some missing .Cm macros and drop some redundant .Bk while here | Ingo Schwarze |
2015-09-11 | kill strcpy dead | Bob Beck |
2015-09-11 | RTF_XRESOLVE is gone. | Martin Pieuchot |
2015-09-11 | Since immediate_abort is modified by a signal handler it must be | Todd C. Miller |
2015-09-11 | Fix server_handshake_tls() - we should only call server_input() in the case | Joel Sing |
2015-09-11 | Put a private copy of the ypresp_allfn/ypresp_data interface into ypserv | Theo de Raadt |
2015-09-11 | Syslog does not need the global list of TCP clients, libevent handles | Alexander Bluhm |
2015-09-11 | Change device locators type from int to long, for the sake of 64-bit ports | Miod Vallat |
2015-09-10 | Instead of having global variables containing the libevent structures, | Alexander Bluhm |
2015-09-10 | Hide netgroup internals inside libc. The parts that netgroup_mkdb | Theo de Raadt |
2015-09-10 | Convert syslogd TLS connect to use handshake callback. The bt_hostname | Alexander Bluhm |
2015-09-10 | delete obsolete .Bk from the SYNOPSIS | Ingo Schwarze |
2015-09-10 | Assign the return value of getopt() to an int, not a char, so that options | Miod Vallat |
2015-09-10 | regen configure, reported by deraadt@ | Stuart Henderson |
2015-09-10 | reduce .Nd to one line and kill .Tn while here | Ingo Schwarze |
2015-09-10 | Remove compat files no longer required. | Stuart Henderson |
2015-09-10 | Fix handling of compat/b64_{ntop,pton} by using __-prefixed versions directly, | Stuart Henderson |
2015-09-10 | fix return type for tls_read/write | Bob Beck |
2015-09-10 | fix type and return check for tls_read/write. | Bob Beck |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter |
2015-09-10 | Make syslogd compile again after recent libtls changes. Adapt to | Alexander Bluhm |
2015-09-10 | fix after libtls api changes | Bob Beck |