summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-11-07Document the new home of the control socket; ok florian@Otto Moerbeek
2019-11-06Give acme-client a chance to work on IPv6 only hosts by using theFlorian Obser
2019-11-06Rename "asr" to "stub" in user visible parts.Florian Obser
2019-11-06Allow the singular constraint clause to list multiple addresses;Otto Moerbeek
2019-11-06mention in tcpdump(8) description of -i that one can use either a networkStuart Henderson
2019-11-06For now ignore https:// URI in tal files. rpki-client only does rsync.Claudio Jeker
2019-11-06The memory returned by realloc(NULL, ...) is uninitalized. Therefore makeClaudio Jeker
2019-11-06If tal_parse_buffer() fails return early because the code that followsClaudio Jeker
2019-11-05Add ogx to fw_update.Visa Hankala
2019-11-04remove useless NULL check, it's checked 7 lines further up.Sebastian Benoit
2019-11-04The argument to the ctype functions needs to be representable as anClaudio Jeker
2019-11-04Refactor tal code a bit. Move the file reader back into tal.c so that theClaudio Jeker
2019-11-04fix a possible crash when combining "from rdns", nested virtual aliases andGilles Chehade
2019-11-036.6.0 -> 6.6.1Gilles Chehade
2019-11-03Our version numbers goFlorian Obser
2019-11-03Opportunistic DoT support and name forwarder "forwarder" instead of "static;Otto Moerbeek
2019-11-02Build rpki-client with LibreSSL.Joel Sing
2019-11-02switch ASN1_STRING_data() with constified ASN1_STRING_get0_data()Gilles Chehade
2019-11-02Write debug messages to stderr instead of stdoutJeremie Courreges-Anglas
2019-11-02Zap remnants from "cpu throttling on mp systems" introduced in rev 1.46Jeremie Courreges-Anglas
2019-11-01Correctly group initialization of AF_UNIX socket.Florian Obser
2019-10-31fix inconsistency; from tim kuijstenJason McIntyre
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