summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-10-31Add asr resolver type which completely bypasses libunbound and uses theFlorian Obser
2019-10-31Administrative Shutdown messages can be 255 byte long.Sebastian Benoit
2019-10-31Handle the TAL files in the master process and pass them as buffer to theClaudio Jeker
2019-10-30Add PREFIX_FLAG_STALE to mark prefixes in the Adj-RIB-Out as stale duringClaudio Jeker
2019-10-29don't print a blank line if no stage1 or stage2 aspectsTheo de Raadt
2019-10-29Replace the fatal non existing prefix call with a pt_add() call thatClaudio Jeker
2019-10-29Fix two cases where the nexthop_runners tail queue can get corrupted.Claudio Jeker
2019-10-27Require at least one interface with -ikn
2019-10-26The starttls command doesn't have a value with its extended request.Martijn van Duren
2019-10-26Wrap long lines.Antoine Jacoutot
2019-10-26use ftp -N option; ok jcaTheo de Raadt
2019-10-25Retracted a bit too much.Antoine Jacoutot
2019-10-25ifname in opentap() is not optionalkn
2019-10-24The ber_* namespace is used by liblber since time immemorial,Theo Buehler
2019-10-23retract 1.151, now that ftp reports the failing url itself.Theo de Raadt
2019-10-23adapt to new ftp(1) retrieving error messagesTheo de Raadt
2019-10-23Rewrite the time validity check for mfts. Using ASN1_GENERALIZEDTIME_printClaudio Jeker
2019-10-22Do not log "(null)" in debug logging.Florian Obser
2019-10-20Remove redundant newline.Florian Obser
2019-10-20Print LDC protocol version in debug message.Mark Kettenis
2019-10-20Use strtonum(3) in atrun. Also limit uid/gid to UID_MAX-1 andTodd C. Miller
2019-10-20Tweak and sync comment.Antoine Jacoutot
2019-10-20I didn't check robert's fix closely enough.Marc Espie
2019-10-19Determine the OS version in a way that won't break after 9.9.Theo Buehler
2019-10-19The size limit of the shutdown reason was relaxed to 255 characters butClaudio Jeker
2019-10-18Plug mem leak in error path; ok florian@ who also spotted the rad caseOtto Moerbeek
2019-10-17Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX.Todd C. Miller
2019-10-16tweak previous; help/ok claudioJason McIntyre
2019-10-16Add an output format for bird and one doing CSV. Also update the manpageClaudio Jeker
2019-10-16Clean up header includes. Most are no longer required.Claudio Jeker
2019-10-16Set the maxlength to either the prefixlen itself or the value from the ROA.Claudio Jeker
2019-10-16vmd(8): provide some additional info in a debug msgMike Larkin
2019-10-14pledge() won't work but we can use unveil() to reduce filesystem accessTheo de Raadt
2019-10-14httpd(8) sent a 408 response every time a connection request timeoutFlorian Obser
2019-10-14unpriv(): propagate error code to the caller instead of failing hard.Antoine Jacoutot
2019-10-14Better error message when we fail to fetch SHA256.sig.Antoine Jacoutot
2019-10-13name value to shorten codeMarc Espie
2019-10-13even in the empty case, use wantarray to properly return 0/an empty array.Marc Espie
2019-10-13- have a method explicitly return undef instead of falling off the endMarc Espie
2019-10-11use sizeof(struct) not sizeof(pointer) in calloc callJonathan Gray
2019-10-09Revert previous. This introduces problems when requesting the base oid of aMartijn van Duren
2019-10-08Rewrite the output handling of rpki-client and add an option to dump theClaudio Jeker
2019-10-07worker should always get a conffd, and if we don't, it's an error.Ted Unangst
2019-10-07As found by tb@, the name of the temporary file used when updating theStuart Henderson
2019-10-04merge in the rest of unbound-1.9.4 (we already had the only code change)Stuart Henderson
2019-10-04Buff; also, specify router-id per rfc6286.Richard Procter
2019-10-04Instead of calling fatal() when pftable additions and deletions mixClaudio Jeker
2019-10-04remove strict \r check, the downside overweights the advantages, we'llGilles Chehade
2019-10-03Properly initalize the ICMP message to zero to avoid leaking 4-byteClaudio Jeker
2019-10-03Fix CVE-2019-16866Florian Obser