summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/main.c
AgeCommit message (Expand)Author
2023-10-13Allow imposing constraints on RPKI trust anchorsJob Snijders
2023-08-30Constify argument to entity_write_repo()Job Snijders
2023-08-30Fix commentsJob Snijders
2023-06-29rpki-client: fix vap_pas statsTheo Buehler
2023-06-23Improve detection of RRDP session desynchronizationClaudio Jeker
2023-06-20Use new ibuf API in rpki-client.Claudio Jeker
2023-05-30Fixup file modification timestamps to optimize failover from RRDP to RSYNCJob Snijders
2023-05-30Revert commitid ANSBO0rBvIUtTi45:Claudio Jeker
2023-05-30Split cleanup into cleanup and repository cleanup and show how many filesClaudio Jeker
2023-05-26Properly account del_extra_files and add the value to the json header.Claudio Jeker
2023-05-25Update usage add -P epochClaudio Jeker
2023-04-27Make rpki-client choose the verification time of the time it is invokedBob Beck
2023-04-26Add a -P option to rpki-client to specify the evaluation timeBob Beck
2023-04-26Improve accounting by tracking things by repo and tal.Claudio Jeker
2023-04-13Check whether products listed on a manifest were issued by the same authority...Job Snijders
2023-02-23When parsing MFT the CRL referenced by the MFT is loaded and verified atClaudio Jeker
2023-01-13Add aspa-set to openbgpd config output.Claudio Jeker
2023-01-06Rework the main <-> parser/filemode communication protocol a bit.Claudio Jeker
2022-12-15Rework statistic collection to be per repository and add metric output optionClaudio Jeker
2022-12-14Switch to struct timespec for collecting stats. This allows to useClaudio Jeker
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-28Reshuffle case a little bit. No functional change.Claudio Jeker
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-02Add support for draft-ietf-sidrops-signed-tal-12Job Snijders
2022-09-03Move the repo lookup into queue_from_mft()Claudio Jeker
2022-09-02Introduce a deadline timer that aborts all repository syncs.Claudio Jeker
2022-09-02Fix over long linesClaudio Jeker
2022-09-02Use the abort commands when a repo timeout happens. This is cleanerClaudio Jeker
2022-08-30Avoid dead assignmentTheo Buehler
2022-08-30Add support for ASPA objects (draft-ietf-sidrops-aspa-profile-10)Job Snijders
2022-08-29Simplify load_skiplist()Theo Buehler
2022-08-26Tweaks in load_skiplist()Theo Buehler
2022-08-25Make PEM printing available through increased verbosity (-vvf)Job Snijders
2022-08-25In verbose filemode print details about encapsulated certificates.Job Snijders
2022-08-04Once all files from argv have been read the main process can unveil toClaudio Jeker
2022-06-27Add skiplist option to steer clear of skiplisted hostsJob Snijders
2022-06-25Don't add unknown filetypes to the entity queue. Otherwise we bail outTheo Buehler
2022-06-01Remove a confusing comment that has been stale since e2k19 (r1.26).Theo Buehler
2022-05-23There is no need to be quiet by default anymore and also stdout isClaudio Jeker
2022-05-15More KNF and whitespace fixes.Theo Buehler
2022-05-10Improve control flow readability by removing 'else if' stanzasJob Snijders
2022-05-04rpki-client: bypass timeout in file mode.Theo Buehler
2022-05-04Tweak wording of a comment to reflect current reality better.Theo Buehler
2022-04-27typo: exceded -> exceedTheo Buehler
2022-04-21The filemode code is enough different from the regular parser code that itClaudio Jeker
2022-04-20Remove an unreachable error messageTheo Buehler