Age | Commit message (Expand) | Author |
2020-09-15 | Align man page with reality | job |
2020-09-15 | Experienced a situation where (older code) rpki-client+openrsyncd got "stuck" | Theo de Raadt |
2020-09-12 | Include openssl/x509.h in extern.h since it uses a few of the typedefs from | Claudio Jeker |
2020-09-12 | Remove last two arguments from repo_lookup() since they are unused. | Claudio Jeker |
2020-09-12 | Move the proc_rsync and with that the rsync processing into rsync.c | Claudio Jeker |
2020-09-12 | Delete unused strdup(). | tobhe |
2020-09-12 | Change the noop (-n) behaviour. When no network fetch is done there | Claudio Jeker |
2020-07-31 | Replace 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 than | Bob Beck |
2020-07-28 | One tiny step towards adding RRDP support in rpki-client. | Claudio Jeker |
2020-07-27 | Fix return value check for openssl API. Do not return success if pkey is NULL. | tobhe |
2020-06-30 | Remove -f (force) option. | job |
2020-06-24 | Stop using rsync --delete when syncing up with the CA repos. Instead | Claudio Jeker |
2020-05-18 | Properly wait for exiting rsync processes. Since SIGCHILD is blocked | Claudio Jeker |
2020-05-14 | be little bit more verbose what went wrong in mkostemp | job |
2020-05-14 | rpki-client no longer passes -l to rsync since it does not make sense to | Claudio Jeker |
2020-05-06 | rpki-client is only interested in real files. Don't tell rsync to | Claudio Jeker |
2020-05-03 | Use strftime() rather than ctime() to generate timestamps nicer. | Theo de Raadt |
2020-05-03 | Make it clear the date is in UTC. | Theo de Raadt |
2020-04-30 | Reword verbose log messages to clarify what's happening | job |
2020-04-30 | Place elapsed, user, and system time for processing in the comment headers. | Theo de Raadt |
2020-04-29 | json should have headers in same order | Theo de Raadt |
2020-04-28 | re-organize statistics printing code, to make it less verbose and | Theo de Raadt |
2020-04-28 | a blank line in the header is prettier | Theo de Raadt |
2020-04-28 | Print statistics as comments at the top of the files which can take | Theo de Raadt |
2020-04-23 | Always initialize cachedir and outputdir. | Sebastian Benoit |
2020-04-21 | tweak previous; | Jason McIntyre |
2020-04-20 | Document the suggested interval in man page | job |
2020-04-20 | Strip the 'in bgpd' in the title of the rpki-client man page. | Claudio Jeker |
2020-04-18 | use correct path for the default cache dir in rpki-client(8). ok claudio@ | Stuart Henderson |
2020-04-18 | improve whitespaces in usage | Theo de Raadt |
2020-04-16 | remove the libcrypto cleanup before exit. Most of the functions are | Claudio Jeker |
2020-04-16 | It is unclear why data is memcpy-ed into a char buf[2] that is used as | Claudio Jeker |
2020-04-16 | Revert last commit, this file slipped in. | Claudio Jeker |
2020-04-16 | Replace deprecated ERR_remove_state(0) with ERR_remove_thread_state(NULL); | Claudio Jeker |
2020-04-11 | Avoid using libc SHA256File(), just perform the operation inline to | Theo de Raadt |
2020-04-11 | To help -portable, use a strrchr instead of basename, since we know what | Theo de Raadt |
2020-04-11 | remove a __unused attribute, it's obvious and complicates things. | Sebastian Benoit |
2020-04-02 | Use fopen() and BIO_new_fd() instead of BIO_new_file so that a possible | Claudio Jeker |
2020-04-01 | Split the mft file and hash check from the mft parsing. This makes it easier | Claudio Jeker |
2020-04-01 | Better warning message. Show the filename of the CRL instead of the constant | Claudio Jeker |
2020-03-30 | Delay failure in mft parsing until all elements of FileAndHash have been | Claudio Jeker |
2020-03-30 | Check the hash and with it the presence of a file referenced in a MFT early | Claudio Jeker |
2020-03-27 | Use the correct math to calculate how many bytes are needed for b64_pton(). | Claudio Jeker |
2020-03-10 | Narrow the visibility of some functions and variables local to output.c | Jeremie Courreges-Anglas |
2020-03-09 | Ensure that we properly flush, close and rename temporary output files | Jeremie Courreges-Anglas |
2020-03-09 | logx->warn, we want to know why operations on output files failed | Jeremie Courreges-Anglas |
2020-03-06 | Sync manpage to new default value | job |
2020-03-06 | Change default table name for BIRD to something that is more easily identifab... | job |
2020-03-06 | generate 3 different outputs for BIRD: | Sebastian Benoit |