summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2023-06-21clear errno before strtoull as it may already be set to ERANGEOmar Polo
2023-06-21avoid truncation of filtered data linesOmar Polo
2023-06-21add "fib reload" support to ospf6d/ospf6ctl, and trigger itStuart Henderson
2023-06-21Simplify and clean up the code. Try to use more ibuf idioms but theClaudio Jeker
2023-06-21Convert string2binary() to use new ibuf api instead of working with anClaudio Jeker
2023-06-21Update ospf6d to use new ibuf api.Claudio Jeker
2023-06-21Remove extra newlinesClaudio Jeker
2023-06-20Update ospfd to use new ibuf api.Claudio Jeker
2023-06-20Use new ibuf API in rpki-client.Claudio Jeker
2023-06-20tweak fragment handling error messages a bitMarc Espie
2023-06-20Ensure CRLs carry the correct versionJob Snijders
2023-06-20Add compliance checks for the version, KU, and EKU of TAK/MFT/GBR EE certsJob Snijders
2023-06-20Ensure the X.509 version is V3Job Snijders
2023-06-20Be explicit when SIA is without rsync accessLocationJob Snijders
2023-06-20Replace a ibuf_reserve() dance to add a NUL byte with ibuf_add_zero(buf, 1).Claudio Jeker
2023-06-20Fix diagnostic values emitted in warnxJob Snijders
2023-06-18remove ca_verify_cb(). was initially used for debugging, then theOmar Polo
2023-06-18sync imsg_to_str() with the list of imsg types in smtpd.hOmar Polo
2023-06-18relax absolute path requirement for configtest (-n)Omar Polo
2023-06-18smtpd: switch ECDSA_METHOD usage to EC_KEY_METHODOmar Polo
2023-06-17"d" is the key character for DVI files, not "r";Jason McIntyre
2023-06-17bump version to 7.3.0Omar Polo
2023-06-17Fix 'ext-community * *' matching and with this set { ext-community delete * * }.Claudio Jeker
2023-06-17Warn when CMS signing-time attribute is missingJob Snijders
2023-06-16Convert two K&R function definitions to ANSITheo Buehler
2023-06-16locator object owns a state object, no need to pass it as paramMarc Espie
2023-06-16belated move to OOMarc Espie
2023-06-16no extra params there, to be revisitedMarc Espie
2023-06-16fix default parm, noticed by aja@ on clean-old-distfilesMarc Espie
2023-06-14GC remnants of pipe support, long gone.Marc Espie
2023-06-13Upstream fixes for @yearly, @monthly, @weekly, @daily and @hourly.Todd C. Miller
2023-06-13move to use v5.36;Marc Espie
2023-06-12Downgrade CMS signing-time being after notAfter to a warningJob Snijders
2023-06-12Reduce issues with types by switching iosz and totalsz from off_t to size_t.Claudio Jeker
2023-06-12Add content-encoding compression support (just gzip and deflate).Claudio Jeker
2023-06-12Use attr_writebuf() instead of hand rolling a more complicated versionClaudio Jeker
2023-06-12Use data != NULL to be more explicit. No functional change.Claudio Jeker
2023-06-11No need to check for DTYPE_FLOPPY. If there is neither a GPT norKenneth R Westerback
2023-06-11fix typo: 'hash buffer to small' -> too smallOmar Polo
2023-06-07Document CMS signing-time <> mod-time trickJob Snijders
2023-06-07do not pass @_ to code snippets, prepare for 5.36Marc Espie
2023-06-07Cosmetic tweak for previousTheo Buehler
2023-06-07In anticipation of a bump of the ASPA eContent profile version, updateJob Snijders
2023-06-06Make the tlsv1.0 and tlsv1.1 options in relayd do nothingBob Beck
2023-06-05Sync json.c with rpki-client rev 1.3:Claudio Jeker
2023-06-05Add an extra argument compact to json_do_object() to instruct the parserClaudio Jeker
2023-06-04Correct the comment in get_range() describing the range syntax.Todd C. Miller
2023-06-01Check the F_NEXTHOP flag on the right kroute6 object.Claudio Jeker
2023-05-31add missing include of time.hOmar Polo
2023-05-30Fixup file modification timestamps to optimize failover from RRDP to RSYNCJob Snijders