Age | Commit message (Expand) | Author |
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 |
2020-02-26 | ugly spaces offended me | Theo de Raadt |
2020-02-24 | Fix typo | job |
2020-02-11 | Simplify and unify wording for the -I sourceaddr option in various places. | Theo de Raadt |
2019-12-19 | wider list width to adjust for previous; | Jason McIntyre |
2019-12-19 | Fix output loop to not stop when the first unused output format is | Claudio Jeker |
2019-12-19 | Align man file with reality | job |
2019-12-16 | When rsync exits non zero because of network issues or because the | Claudio Jeker |
2019-12-12 | correct output option list, from Alarig Le Lay | Theo de Raadt |
2019-12-06 | add -d to usage(); | Jason McIntyre |
2019-12-06 | Don't hardcode the cache directory for rpki-client. If started as root | Claudio Jeker |
2019-12-05 | No need to unveil(NULL, NULL) right before pledge "stdio rpath". | Theo Buehler |
2019-12-04 | use return x; instead of return (x);, like all other files here. | Sebastian Benoit |
2019-12-04 | reduce includes to the required minimum. | Sebastian Benoit |