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