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