summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client
AgeCommit message (Expand)Author
2020-09-15Align man page with realityjob
2020-09-15Experienced a situation where (older code) rpki-client+openrsyncd got "stuck"Theo de Raadt
2020-09-12Include openssl/x509.h in extern.h since it uses a few of the typedefs fromClaudio Jeker
2020-09-12Remove last two arguments from repo_lookup() since they are unused.Claudio Jeker
2020-09-12Move the proc_rsync and with that the rsync processing into rsync.cClaudio Jeker
2020-09-12Delete unused strdup().tobhe
2020-09-12Change the noop (-n) behaviour. When no network fetch is done thereClaudio Jeker
2020-07-31Replace warnc() with warnx() + strerror() since the first is less portable.Claudio Jeker
2020-07-28-Separate out the adding of trust anchors into a separate function thanBob Beck
2020-07-28One tiny step towards adding RRDP support in rpki-client.Claudio Jeker
2020-07-27Fix return value check for openssl API. Do not return success if pkey is NULL.tobhe
2020-06-30Remove -f (force) option.job
2020-06-24Stop using rsync --delete when syncing up with the CA repos. InsteadClaudio Jeker
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