summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/output-bird.c
AgeCommit message (Expand)Author
2020-09-12Include openssl/x509.h in extern.h since it uses a few of the typedefs fromClaudio Jeker
2020-04-28a blank line in the header is prettierTheo de Raadt
2020-04-28Print statistics as comments at the top of the files which can takeTheo de Raadt
2020-03-06generate 3 different outputs for BIRD:Sebastian Benoit
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-11-18Remove unused variables, these output formats don't need special handlingClaudio Jeker
2019-10-16Add an output format for bird and one doing CSV. Also update the manpageClaudio Jeker