summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2019-06-28Implement the bits and pieces that are needed to dump MRT_DUMP_V2_RIB_GENERICClaudio Jeker
2019-06-27Some asprintf() calls were checked < 0, rather than the precise == -1.Theo de Raadt
2019-06-27Allow logging to both stderr and syslog; don't reset the log level ifOtto Moerbeek
2019-06-27Move the check wether line is NULL above further accesses of it.Matthias Kilian
2019-06-27Allow filters to log information through stderr. This simplifies andMartijn van Duren
2019-06-26Add support for OCSP staplingReyk Floeter
2019-06-26reject DATA containing <CR> that's not part of <CRLF> line terminatorsGilles Chehade
2019-06-25ibuf_write() returns -1 on error.Sebastian Benoit
2019-06-25cleanup return code checks for the pfkey_*() functions.Sebastian Benoit
2019-06-25Initialize the peer id of peerself to PEER_ID_SELF before adding it toClaudio Jeker
2019-06-25Remove irrfilter from bgpctl. The current code is not very useful.Claudio Jeker
2019-06-24rename wait queuesGilles Chehade
2019-06-24mrt dumps lost communities after the community rewrite.Claudio Jeker
2019-06-22Add a direct pointer from struct prefix to struct pt_entry.Claudio Jeker
2019-06-22Adjust peer id allocation a bit. Use defines for the various specialClaudio Jeker
2019-06-21Try harder to have a complete /bsd.upgrade on disk.Florian Obser
2019-06-20prefix_add() is only called by path_update() and path_update alreadyClaudio Jeker
2019-06-20If x509_get_ski_aki() fails because one of the ski or aki objects areClaudio Jeker
2019-06-20Those changes should not have been in last commit. Revert them for now.Claudio Jeker
2019-06-20Don't use assert to validate user input. assert() is not for that, insteadClaudio Jeker
2019-06-20Rewrite some if () { } else if () {} chains into multiple independentClaudio Jeker
2019-06-20If the ASN1_BIT_STRING has a length of 0 the unused bit count must be 0.Claudio Jeker
2019-06-20prefix_updateall() is only used internally, make it a static function.Claudio Jeker
2019-06-20Change nexthop_update to run the list walk over all prefixes to runClaudio Jeker
2019-06-20tweaks with help from jmc@Otto Moerbeek
2019-06-20Tell a bit about automatic mode; ok jmc@Otto Moerbeek
2019-06-20Do a quick DNS probe to decide to stay in the forground and attemptOtto Moerbeek
2019-06-19The main process does not need to toggle the sockets from blocking toClaudio Jeker
2019-06-19Close proc fd used to talk to proc_parser when spaning the rsync processClaudio Jeker