summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2015-02-10Keep track of the last time we scanned the leases to find expiredKenneth R Westerback
2015-02-10pounce on a reallocarray opportunity before teduTheo de Raadt
2015-02-10Merge in a commit from upstream..Brad Smith
2015-02-10Merge in a commit from upstream..Brad Smith
2015-02-10tweak previous;Jason McIntyre
2015-02-10Oops, I accidently reverted the two previous commits in syslog.conf.5.Alexander Bluhm
2015-02-10Make error check consistent in all recvfrom(2) callbacks.Alexander Bluhm
2015-02-10Fix typo in previous commit.Alexander Bluhm
2012-03-26Import Unbound 1.4.16 to work on in-tree (not yet linked to the build).Stuart Henderson
2015-02-10Document that RFC 5905 (ie. NTP protocol) has a limit which will beTheo de Raadt
2015-02-10spacingReyk Floeter
2015-02-10After successfully getting a constraint from an HTTPS server, there isReyk Floeter
2015-02-10Don't show the subseconds when displaying the constraint offset.Reyk Floeter
2015-02-10Fix -d output of smaller than 64 bit values on big-endian systems.Miod Vallat
2015-02-10Remove a lie that "snmpd does not fully work yet". It works like a charm.Reyk Floeter
2015-02-10Specifying the port is non-optional for (non-TLS) syslog over TCP, ok bluhm@Stuart Henderson
2015-02-10redo the tolower/string conversion, but retain itsabbr which is strangelyTed Unangst
2015-02-10More SOCK_NONBLOCK adjustments similar to the other daemons.Claudio Jeker
2015-02-10Forgot the EAGAIN or EINTR check on read.Claudio Jeker
2015-02-10Sync kroute code with bgpd/ospfd code regarding EAGAIN and short readsClaudio Jeker
2015-02-10Sync kroute code with what we do in ospfd/bgpd (EAGAIN handling).Claudio Jeker
2015-02-10Encode directory listings.Florian Obser
2015-02-10Move the constraints in a new section and add a preamble to explainReyk Floeter
2015-02-10Add support for "constraints": when configured, ntpd(8) will query theReyk Floeter
2015-02-10be more verbose when logging privsep errors.Brent Cook
2015-02-10use correct formatters for s/size_t data types.Brent Cook
2015-02-10revert rev 1.12 (tolower conversion). didn't get it quite right.Ted Unangst
2015-02-10move scheck.c into zic.cTed Unangst
2015-02-10Same session_socket_blockmode() changes as done to ospfd. Also do the sameClaudio Jeker
2015-02-10Convert ospfd over to SOCK_CLOEXEC | SOCK_NONBLOCK and make the routeClaudio Jeker
2015-02-10Make also the special sockets SOCK_NONBLOCK. For the routing socket addClaudio Jeker
2015-02-10seems ansi c is here to stay. update definitions, but drop useless const.Ted Unangst
2015-02-10lowerit -> tolowerTed Unangst
2015-02-10Pass SOCK_NONBLOCK | SOCK_CLOEXEC to some more sockets. We never want toClaudio Jeker
2015-02-09convert a dozen fprintf/exit pairs to use err().Ted Unangst
2015-02-09exit() cleanup. don't have to call it in a loop.Ted Unangst
2015-02-09clean up flags++ instances around getopt()Theo de Raadt
2015-02-09remove support for floating or unsigned time_t. leave the incorrect commentTed Unangst
2015-02-09correct copyright, upon approval from paul vixie via todd miller. theTheo de Raadt
2015-02-09uncastTed Unangst
2015-02-09more decastingTed Unangst
2015-02-09delete lots of unnecessary or incorrect casts, including among other minorTed Unangst
2015-02-09we are not interested in warnings about what pre-1998 zic could not handleTed Unangst
2015-02-09remove INITIALIZE macro and do it the hard way.Ted Unangst
2015-02-09unifdef the rest of the HAVEs and HAVE notsTed Unangst
2015-02-09unifdef have gettext. don't have it, won't have it.Ted Unangst
2015-02-09be clear that we want the secret libc tzfile.h, not the usual /usr/includeTed Unangst
2015-02-09build with warningsTed Unangst
2015-02-09replace homegrown is_digit with correct calls to isdigit()Ted Unangst
2015-02-09deregisterTed Unangst