Age | Commit message (Expand) | Author |
2015-09-27 | include <unistd.h> unconditionally | Theo de Raadt |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in ripd. | Stefan Sperling |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in ospfd/ospf6d. | Stefan Sperling |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in ldpd. | Stefan Sperling |
2015-09-27 | As done for bgpd recently, rename if_mediatype to if_type in dvrmpd. | Stefan Sperling |
2015-09-27 | lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */ | Philip Guenther |
2015-09-25 | Output the contents of the environment in debug mode which is | Todd C. Miller |
2015-09-25 | Use .Cm rather than .Ar for fixed strings on the command line | Ingo Schwarze |
2015-09-25 | avoid trailing .Ns, reduce .Xo and .Sm, drop redundant .Bk | Ingo Schwarze |
2015-09-25 | drop useless .Xo and .Bk, and shorten by avoiding some .Sm | Ingo Schwarze |
2015-09-25 | exec.c provided indirection for multiple exec formats. ELF-only now, so... | Philip Guenther |
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 |