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