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