summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpki-client/output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove a __unused attribute, it's obvious and complicates things.benno2020-04-111-2/+2
* Narrow the visibility of some functions and variables local to output.cjca2020-03-101-12/+15
* Ensure that we properly flush, close and rename temporary output filesjca2020-03-091-7/+13
* logx->warn, we want to know why operations on output files failedjca2020-03-091-3/+3
* generate 3 different outputs for BIRD:benno2020-03-061-2/+4
* Fix output loop to not stop when the first unused output format isclaudio2019-12-191-15/+18
* Don't hardcode the cache directory for rpki-client. If started as rootclaudio2019-12-061-3/+2
* use return x; instead of return (x);, like all other files here.benno2019-12-041-3/+3
* reduce includes to the required minimum.benno2019-12-041-21/+5
* split output management code into seperate file. iterate over outputderaadt2019-12-041-0/+172