summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client
AgeCommit message (Expand)Author
2023-01-20Remove 'allow' from aspa-set provider-set lists. That keyword is no longerClaudio Jeker
2023-01-18Require version 4 UUIDs as RRDP session IDsJob Snijders
2023-01-18The default output format is -o (openbgpd) but it now includes bothClaudio Jeker
2023-01-18rpki-client: explicitly enable policy checksTheo Buehler
2023-01-13Add aspa-set to openbgpd config output.Claudio Jeker
2023-01-10Improve timestamp printing in filemodeJob Snijders
2023-01-06Rework the main <-> parser/filemode communication protocol a bit.Claudio Jeker
2023-01-06more dastardly white spacesTheo de Raadt
2023-01-06Zap trailing tabsTheo Buehler
2023-01-04Print RRDP serial + ID if nothing changedJob Snijders
2023-01-04Validate the session_id to be a real UUID.Claudio Jeker
2023-01-03Print the RRDP Session ID and Serial in verbose modeJob Snijders
2022-12-28spelling fixes; from paul tagliamonteJason McIntyre
2022-12-28style(9) for includesTheo Buehler
2022-12-28Properly ignore comments in geofeed filesTheo Buehler
2022-12-15Rework statistic collection to be per repository and add metric output optionClaudio Jeker
2022-12-14Optimize io_buf_read() a bit by calling read() again after the initalClaudio Jeker
2022-12-14Always initialize b64szJob Snijders
2022-12-14Switch to struct timespec for collecting stats. This allows to useClaudio Jeker
2022-12-14Print expiry moment in human-readable filemode in a consistent fashion across...Job Snijders
2022-12-14Print issuer & serial in filemodeJob Snijders
2022-12-05Prep for rpki-client 8.2Claudio Jeker
2022-12-01Align uppercase / lowercase patternJob Snijders
2022-12-01Adjust comment for rtype_from_mftfile(). It is important that RTYPE_INVALIDClaudio Jeker
2022-11-30Remove unused includesJob Snijders
2022-11-30Remove unused includesJob Snijders
2022-11-30Remove unused includeJob Snijders
2022-11-30Remove unused sys/socket.h includeJob Snijders
2022-11-30Remove unused ctype.h includeJob Snijders
2022-11-29Only include stdarg.h, if we call any of va_{start,end}()Job Snijders
2022-11-29Only include assert.h if we call assert()Job Snijders
2022-11-29Update valid_x509 comment to reality. crl is no longer optional.Claudio Jeker
2022-11-29Return an error string instead of surpressing the warning in valid_x509.Claudio Jeker
2022-11-28Fix indentTheo Buehler
2022-11-28Reshuffle case a little bit. No functional change.Claudio Jeker
2022-11-28Use ssize_t instead of int as requested on reviewTheo Buehler
2022-11-27BIO_puts return values can be ambiguous, improve the checkJob Snijders
2022-11-26Missing return value check for BIO_new()Theo Buehler
2022-11-26Make error messages about 'inherit' elements in End-Entity certs consistentJob Snijders
2022-11-26Disallow 'inherit' elements in geofeed authenticatorsJob Snijders
2022-11-26Fix warning messageJob Snijders
2022-11-26Two small tweaks to the geofeed codeTheo Buehler
2022-11-26Split eContent extration into a small helperTheo Buehler
2022-11-26Add support for authenticating geofeed data CSV files in filemodeJob Snijders
2022-11-18Move skiplist to main and merge with shortlist.Theo Buehler
2022-11-18zap errant space in usage();Jason McIntyre
2022-11-17Schedule cleanup of '-r' now useless getopt optionJob Snijders
2022-11-17Add shortlist functionality, a compagnion to the skiplistJob Snijders
2022-11-16Align output to a more tabular viewJob Snijders
2022-11-10Indicate compliance with work-in-progress spec for ROA objectsJob Snijders