summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/output-json.c
AgeCommit message (Expand)Author
12 daysSecond sweep of foosz -> num_foos and friendsTheo Buehler
2024-09-03Also gate SPL statistics behind 'experimental' command line optionJob Snijders
2024-04-21P-256 support is experimental so require -x to enable it.Claudio Jeker
2024-04-08Fix capping of VAPsTheo Buehler
2024-04-05Don't emit Validated ASPAs for Customer ASIDs with more than MAX_ASPA_PROVIDERSJob Snijders
2024-03-01Add -x to opt into experimental file formatsTheo Buehler
2024-03-01Factor signed prefix list JSON output into a helperTheo Buehler
2024-02-26Track the number of new files moving from 'staging' to 'validated cache'Job Snijders
2024-02-22Add support for RPKI Signed Prefix ListsJob Snijders
2024-02-13Remove the stalemanifests metrics (which are no longer in use)Job Snijders
2024-02-03Refactor handling of stale manifestsJob Snijders
2023-06-26Decode and validate ASPA objects following the v1 syntaxJob Snijders
2023-06-05Add an extra argument compact to json_do_object() to instruct the parserClaudio Jeker
2023-05-26Properly account del_extra_files and add the value to the json header.Claudio Jeker
2023-05-03Convert json_do_printf() with "%s" a fmt string to json_do_string().Claudio Jeker
2023-04-27Reimplement output-json.c using json.c from bgpctl.Claudio Jeker
2023-04-26In JSON/ASPA output, only print commas up to after the pen-ultimate applicabl...Job Snijders
2023-04-26Make -A also apply to the JSON outputJob Snijders
2023-04-26Improve accounting by tracking things by repo and tal.Claudio Jeker
2023-04-20ASPAs solely containing providers limited to one AFI, imply AS 0 for the othe...Job Snijders
2023-01-13Add aspa-set to openbgpd config output.Claudio Jeker
2022-12-15Rework statistic collection to be per repository and add metric output optionClaudio Jeker
2022-11-02Add support for draft-ietf-sidrops-signed-tal-12Job Snijders
2022-08-30whitespaceTheo Buehler
2022-08-30Add support for ASPA objects (draft-ietf-sidrops-aspa-profile-10)Job Snijders
2022-05-15More KNF and whitespace fixes.Theo Buehler
2022-04-20Print UTC time with gmtime()Theo Buehler
2022-04-19Change type of talsz and dependent code from size_t to int. Tal ids areClaudio Jeker
2022-01-14Introduce a validated cache which holds all the files that haveClaudio Jeker
2021-11-04Instead of passing tal descriptions around just pass a tal id andClaudio Jeker
2021-11-01Further simplify cert and auth handling. Move common code into auth_insertClaudio Jeker
2021-10-15Update json key namesJob Snijders
2021-10-12Emit SKI in the JSON output and improve flow in x509_get_pubkey()Job Snijders
2021-10-11Add support for BGPsec Router Certificates (RFC 8209)Job Snijders
2021-05-06Add an 'expires' column to CSV & JSON outputjob
2021-05-05Emit an integer instead of a string in JSON outputjob
2021-04-08Expose two extra metrics via JSONjob
2020-12-09Validate ghostbuster records (RFC 6493) but for now do nothing with theClaudio Jeker
2020-09-12Include openssl/x509.h in extern.h since it uses a few of the typedefs fromClaudio Jeker
2020-05-03Use strftime() rather than ctime() to generate timestamps nicer.Theo de Raadt
2020-05-03Make it clear the date is in UTC.Theo de Raadt
2020-04-30Place elapsed, user, and system time for processing in the comment headers.Theo de Raadt
2020-04-29json should have headers in same orderTheo de Raadt
2020-04-28re-organize statistics printing code, to make it less verbose andTheo de Raadt
2020-04-28Print statistics as comments at the top of the files which can takeTheo de Raadt
2019-12-04use return x; instead of return (x);, like all other files here.Sebastian Benoit
2019-12-04split output management code into seperate file. iterate over outputTheo de Raadt
2019-12-02output_createtmp() remembers the true name, so output_finish() does notTheo de Raadt
2019-11-30Tweak rpki-client to create all 4 output file formats from a singleTheo de Raadt
2019-10-16Clean up header includes. Most are no longer required.Claudio Jeker