summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/output.c
AgeCommit message (Expand)Author
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
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-11Add support for BGPsec Router Certificates (RFC 8209)Job Snijders
2021-03-02Open both the cachedir and outputdir early and use fchdir(2) toClaudio Jeker
2021-02-18All the code for output handling was moved to output.c some time ago.Claudio Jeker
2020-12-09Validate ghostbuster records (RFC 6493) but for now do nothing with theClaudio Jeker
2020-11-068 spaces -> tabTheo Buehler
2020-09-12Include openssl/x509.h in extern.h since it uses a few of the typedefs fromClaudio Jeker
2020-05-14be little bit more verbose what went wrong in mkostempjob
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-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
2020-04-11remove a __unused attribute, it's obvious and complicates things.Sebastian Benoit
2020-03-10Narrow the visibility of some functions and variables local to output.cJeremie Courreges-Anglas
2020-03-09Ensure that we properly flush, close and rename temporary output filesJeremie Courreges-Anglas
2020-03-09logx->warn, we want to know why operations on output files failedJeremie Courreges-Anglas
2020-03-06generate 3 different outputs for BIRD:Sebastian Benoit
2019-12-19Fix output loop to not stop when the first unused output format isClaudio Jeker
2019-12-06Don't hardcode the cache directory for rpki-client. If started as rootClaudio Jeker
2019-12-04use return x; instead of return (x);, like all other files here.Sebastian Benoit
2019-12-04reduce includes to the required minimum.Sebastian Benoit
2019-12-04split output management code into seperate file. iterate over outputTheo de Raadt