summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client
AgeCommit message (Expand)Author
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-06Sync manpage to new default valuejob
2020-03-06Change default table name for BIRD to something that is more easily identifab...job
2020-03-06generate 3 different outputs for BIRD:Sebastian Benoit
2020-02-26ugly spaces offended meTheo de Raadt
2020-02-24Fix typojob
2020-02-11Simplify and unify wording for the -I sourceaddr option in various places.Theo de Raadt
2019-12-19wider list width to adjust for previous;Jason McIntyre
2019-12-19Fix output loop to not stop when the first unused output format isClaudio Jeker
2019-12-19Align man file with realityjob
2019-12-16When rsync exits non zero because of network issues or because theClaudio Jeker
2019-12-12correct output option list, from Alarig Le LayTheo de Raadt
2019-12-06add -d to usage();Jason McIntyre
2019-12-06Don't hardcode the cache directory for rpki-client. If started as rootClaudio Jeker
2019-12-05No need to unveil(NULL, NULL) right before pledge "stdio rpath".Theo Buehler
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-04Rework rpki-client documentationjob
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-12-02linewrap usageTheo de Raadt
2019-12-02missing | leads to incompete resultsTheo de Raadt
2019-11-30- no -r optionJason McIntyre
2019-11-30Document new flag and output arrangement betterTheo de Raadt
2019-11-30Tweak rpki-client to create all 4 output file formats from a singleTheo de Raadt
2019-11-29Use X509_STORE_CTX_set_flags() instead of doing the same thing by handClaudio Jeker
2019-11-29Restore the previous behaiviour of not checking the crl for the mft.Sebastian Benoit
2019-11-29remove two items from the todo listSebastian Benoit
2019-11-29... and fix the compile.Sebastian Benoit
2019-11-29bring back CRL checks, noted by claudio@Sebastian Benoit
2019-11-29delete REAMDE.mdSebastian Benoit
2019-11-29Improve the programs description a littleSebastian Benoit
2019-11-29add a comment noting missing functionalitySebastian Benoit
2019-11-29whitespacesTheo de Raadt
2019-11-29document use of /var/db/rpki-client/ and /var/cache/rpki-client/Sebastian Benoit
2019-11-29s/EXIT_SUCCESS/0/Sebastian Benoit
2019-11-29e2k19 - above parSebastian Benoit
2019-11-29not a backout commitSebastian Benoit
2019-11-29commited at minus 21 degCSebastian Benoit
2019-11-29You know the main street in white horse? On the left...Sebastian Benoit
2019-11-29The code is more what you'd call 'guidelines' than actual rules.Sebastian Benoit
2019-11-29s/EXIT_FAILURE/1/Sebastian Benoit
2019-11-29s/EXIT_FAILURE/1/Sebastian Benoit
2019-11-29s/EXIT_FAILURE/1/Sebastian Benoit
2019-11-29normalize_name() is no longer neededClaudio Jeker
2019-11-29Use the AKI embedded in the CRL to store the crls. This way the AKI fromClaudio Jeker
2019-11-29If run as root, priv-drop to _rpki-client.Theo de Raadt
2019-11-29fchmod 0644 the output roa file, since it is public information andTheo de Raadt