Age | Commit message (Expand) | Author |
2019-07-08 | uniform error messages on temp file creation | Marc Espie |
2019-07-08 | actually use error, we can delay fatal problems | Marc Espie |
2019-07-08 | check ::Temp creation | Marc Espie |
2019-07-08 | error out if we can't create the temp file | Marc Espie |
2019-07-07 | proper level of two messages, prompted by deraadt@ | Otto Moerbeek |
2019-07-07 | Add support for version 3.0 of the "mdstore" protocol. | Mark Kettenis |
2019-07-07 | use last_error | Marc Espie |
2019-07-07 | Tell user to look at manually running /usr/libexec/reorder_kernel in case | Antoine Jacoutot |
2019-07-07 | Sometimes ntp peers are unreliable (looking at you pool.ntp.org!) | Otto Moerbeek |
2019-07-06 | Make sure we use the svc_handle for the negotiated major version of the | Mark Kettenis |
2019-07-06 | Pad message since newer firmware doesn't like it without padding. | Mark Kettenis |
2019-07-05 | zap an extra space in usage(); | Jason McIntyre |
2019-07-05 | Add a new macro called $HOST that expands to the Host header's value or falls | Robert Nagy |
2019-07-05 | When syslogd(8) parent process terminates, the file cleanup code | Alexander Bluhm |
2019-07-05 | Fix integer sizes in format strings and enable formatting warnings | Patrick Wildt |
2019-07-05 | revisit die messages: remove extra "\n", add $! if needed, don't use | Marc Espie |
2019-07-05 | add the strerror to the error message | Marc Espie |
2019-07-04 | PKG_TMPDIR now defaults to /tmp instead of /var/tmp | Theo Buehler |
2019-07-04 | get vartmp to point to /tmp | Marc Espie |
2019-07-04 | unhardcode error message, suggested by otto@ | Marc Espie |
2019-07-04 | unbreak, mkdtemp returns a scalar | Marc Espie |
2019-07-04 | gc old code (unused since it couldn't work without a state) | Marc Espie |
2019-07-04 | Use v02 let's encrypt API key as in the example file | solene |
2019-07-03 | refine the error handling | Marc Espie |
2019-07-03 | make error message more explicit, so that ppl don't get confused by the | Marc Espie |
2019-07-03 | Add a default case to subtype switch in the table v2 parser. | Claudio Jeker |
2019-07-03 | Remove unneccessary type cast | Claudio Jeker |
2019-07-03 | Forgotten va_copy/va_end; on some archs that is really needed. ok benno@ | Otto Moerbeek |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2018-04-27 | Import lpd, a re-implementation of the lpr daemon following the latest | Eric Faurot |
2019-07-02 | React properly to the very unlikely cases where snprintf(3) may | Alexander Bluhm |
2019-07-02 | up_generate_default() needs to fake a prefix entry so that the outbound | Claudio Jeker |
2019-07-02 | Replace mkstemp/fdopen/unlink dances with tmpfile. | Martijn van Duren |
2019-07-01 | Must update the nexthop state before dropping the nexthop reference | Claudio Jeker |
2019-07-01 | The proceed reply doesn't have a parameter, resulting in subsequent filters | Martijn van Duren |
2019-07-01 | Remove no longer needed local variable oasp. | Claudio Jeker |
2019-07-01 | Unify the way object in the RDE are reference counted. The affected | Claudio Jeker |
2019-06-30 | refactor a bit of code: retrieve_fullname/retrieve_size, so that | Marc Espie |
2019-06-30 | tweak short_print to commonalize stems if they all have the same version | Marc Espie |
2019-06-28 | merge unbound 1.9.2 | Stuart Henderson |
2019-06-28 | update to unbound-1.9.2, florian@ agrees | Stuart Henderson |
2019-06-28 | Actually, the C standard only guarantees that atexit(3) returns non-zero | Ingo Schwarze |
2019-06-28 | fputc/fputs return EOF on error | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | The bgpctl parser can not handle neighbor and neighbors at the same time. | Claudio Jeker |
2019-06-28 | Reset rpending (read pending) indicator for a peer when the peer goes down | Claudio Jeker |
2018-04-27 | Import lpd, a re-implementation of the lpr daemon following the latest | Eric Faurot |
2019-06-28 | switch timestamps to use timevals in filters like we do in reporting | Gilles Chehade |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2019-06-28 | atexit() returns -1 on failure | Theo de Raadt |