summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client
AgeCommit message (Expand)Author
2020-05-18Properly wait for exiting rsync processes. Since SIGCHILD is blockedClaudio Jeker
2020-05-14be little bit more verbose what went wrong in mkostempjob
2020-05-14rpki-client no longer passes -l to rsync since it does not make sense toClaudio Jeker
2020-05-06rpki-client is only interested in real files. Don't tell rsync toClaudio Jeker
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-30Reword verbose log messages to clarify what's happeningjob
2020-04-30Place elapsed, user, and system time for processing in the comment headers.Theo de Raadt
2020-04-29json should have headers in same orderTheo de Raadt
2020-04-28re-organize statistics printing code, to make it less verbose andTheo de Raadt
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-04-23Always initialize cachedir and outputdir.Sebastian Benoit
2020-04-21tweak previous;Jason McIntyre
2020-04-20Document the suggested interval in man pagejob
2020-04-20Strip the 'in bgpd' in the title of the rpki-client man page.Claudio Jeker
2020-04-18use correct path for the default cache dir in rpki-client(8). ok claudio@Stuart Henderson
2020-04-18improve whitespaces in usageTheo de Raadt
2020-04-16remove the libcrypto cleanup before exit. Most of the functions areClaudio Jeker
2020-04-16It is unclear why data is memcpy-ed into a char buf[2] that is used asClaudio Jeker
2020-04-16Revert last commit, this file slipped in.Claudio Jeker
2020-04-16Replace deprecated ERR_remove_state(0) with ERR_remove_thread_state(NULL);Claudio Jeker
2020-04-11Avoid using libc SHA256File(), just perform the operation inline toTheo de Raadt
2020-04-11To help -portable, use a strrchr instead of basename, since we know whatTheo de Raadt
2020-04-11remove a __unused attribute, it's obvious and complicates things.Sebastian Benoit
2020-04-02Use fopen() and BIO_new_fd() instead of BIO_new_file so that a possibleClaudio Jeker
2020-04-01Split the mft file and hash check from the mft parsing. This makes it easierClaudio Jeker
2020-04-01Better warning message. Show the filename of the CRL instead of the constantClaudio Jeker
2020-03-30Delay failure in mft parsing until all elements of FileAndHash have beenClaudio Jeker
2020-03-30Check the hash and with it the presence of a file referenced in a MFT earlyClaudio Jeker
2020-03-27Use the correct math to calculate how many bytes are needed for b64_pton().Claudio Jeker
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