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