summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2020-12-24First fulfil all challenges then tell the CA that it should check.Florian Obser
2020-12-23smtpd's filter state machine can prematurely release resourcesTodd C. Miller
2020-12-23Fix a memory leak: use a single memory allocation for struct addrinfo andEric Faurot
2020-12-23BGP uses KEEPALIVE packets and the HOLD timer to detect stalled sessions.Claudio Jeker
2020-12-23Use regfree after we're done with preg.Martijn van Duren
2020-12-21The plumbing already allowed for smtp authentication, hook it up to the -aMartijn van Duren
2020-12-21Use NI_NUMERICSERV. We don't use the result and it's faster and is aMartijn van Duren
2020-12-21Now that a NULL string is marshalled as NULL again we can drop someClaudio Jeker
2020-12-20rename pkg_add's pod files to avoid filenames with colonsDaniel Dickman
2020-12-20Onlly call event_del if there are events enabled, since not all libeventsMartijn van Duren
2020-12-20Free filter_name in lka_filter_endMartijn van Duren
2020-12-19remove extra sTheo Buehler
2020-12-18In io_str_read() return 0-length strings as NULL pointers instead ofClaudio Jeker
2020-12-18Add details to -F flagsolene
2020-12-18Use asprintf with %.*s to construct the path based on the mft fileClaudio Jeker
2020-12-17Log reason a request is NAK'ed, as well as any problems sending theKenneth R Westerback
2020-12-11Make the timer code independent of struct peer this way it can be usedClaudio Jeker
2020-12-11Tracing syscalls which conflict with reserved bt(5) keywords currentlyanton
2020-12-10merge unbound 1.13.0Stuart Henderson
2020-12-10import unbound 1.13.0, heavy lifting done by florian@Stuart Henderson
2020-12-10update to nsd 4.3.4Florian Obser
2020-12-10De-daddr32_t.Kenneth R Westerback
2020-12-09Lets claim RFC6493 support.Claudio Jeker
2020-12-09Validate ghostbuster records (RFC 6493) but for now do nothing with theClaudio Jeker
2020-12-09All files provided in a manifest needs to be checked against the providedClaudio Jeker
2020-12-07When asking to install patches and none are available, return 2.Antoine Jacoutot
2020-12-07In revision 1.18 of bt_parse.y, I missed the fact that the print()anton
2020-12-07In btrace(8) handle snprintf(3) errors correctly. If snprintfAlexander Bluhm
2020-12-07Limit the URL embedded in .cer files to only consist out of isalnum orClaudio Jeker
2020-12-04Reference count prefixes added to a pftable. This allows to exportClaudio Jeker
2020-12-04Don't link tcpdump(8) with libl and remove reference to `yydebug'.mvs
2020-12-03grammar fixes from Varik "The Genuine Article!!!" Valefor;Jason McIntyre
2020-12-03Make sure that the strcasecmp for .tal is only done if dlen is large enough.Claudio Jeker
2020-12-03Use strndup() instead of hand rolling our own version.Claudio Jeker
2020-12-03rework the overflow checks for the various relative metric adjustments.Claudio Jeker
2020-12-03Kill unused `ch' variable within safeputs routine. Also use putchar(3)mvs
2020-12-02Remove the last users of io_*_write functions that call io_simple_write()Claudio Jeker
2020-12-01The print() function only accepts a single argument.anton
2020-12-01Remove useless void cast annotation.Florian Obser
2020-12-01Let rad(8) handle all rdomains in a single daemon, similar to previousFlorian Obser
2020-11-29Sync bsnprintf() with ldapd/util.c r1.13Theo Buehler
2020-11-29Silence -Wsign-compare whining in bsnprintf()Theo Buehler
2020-11-29Fix cert and key path inference for absolute pathsTheo Buehler
2020-11-27Check if the interface has an IPv6 link-local address before using it.Florian Obser
2020-11-24Kill connection if rsync server stallsjob
2020-11-24Pid files? Where we're going, we don't need pid files.Florian Obser
2020-11-22add a comma;Jason McIntyre
2020-11-20remove an unused structJoerg Jung
2020-11-20partially revert revision 1.423 which went a bit too farJoerg Jung
2020-11-18Do not check the list of SAN's in the cert when -F is specified to force renewalBob Beck