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