summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpki-client (follow)
Commit message (Expand)AuthorAgeFilesLines
* Properly wait for exiting rsync processes. Since SIGCHILD is blockedclaudio2020-05-181-21/+22
* be little bit more verbose what went wrong in mkostempjob2020-05-141-2/+2
* rpki-client no longer passes -l to rsync since it does not make sense toclaudio2020-05-141-3/+3
* rpki-client is only interested in real files. Don't tell rsync toclaudio2020-05-061-2/+2
* Use strftime() rather than ctime() to generate timestamps nicer.deraadt2020-05-032-9/+13
* Make it clear the date is in UTC.deraadt2020-05-032-4/+4
* Reword verbose log messages to clarify what's happeningjob2020-04-301-3/+3
* Place elapsed, user, and system time for processing in the comment headers.deraadt2020-04-304-16/+39
* json should have headers in same orderderaadt2020-04-291-4/+4
* re-organize statistics printing code, to make it less verbose andderaadt2020-04-282-59/+46
* a blank line in the header is prettierderaadt2020-04-281-3/+3
* Print statistics as comments at the top of the files which can takederaadt2020-04-287-46/+172
* Always initialize cachedir and outputdir.benno2020-04-231-3/+3
* tweak previous;jmc2020-04-211-4/+4
* Document the suggested interval in man pagejob2020-04-201-1/+8
* Strip the 'in bgpd' in the title of the rpki-client man page.claudio2020-04-201-3/+3
* use correct path for the default cache dir in rpki-client(8). ok claudio@sthen2020-04-181-3/+3
* improve whitespaces in usagederaadt2020-04-181-2/+2
* remove the libcrypto cleanup before exit. Most of the functions areclaudio2020-04-161-6/+1
* It is unclear why data is memcpy-ed into a char buf[2] that is used asclaudio2020-04-161-5/+4
* Revert last commit, this file slipped in.claudio2020-04-161-4/+5
* Replace deprecated ERR_remove_state(0) with ERR_remove_thread_state(NULL);claudio2020-04-162-7/+6
* Avoid using libc SHA256File(), just perform the operation inline toderaadt2020-04-111-30/+17
* To help -portable, use a strrchr instead of basename, since we know whatderaadt2020-04-111-4/+6
* remove a __unused attribute, it's obvious and complicates things.benno2020-04-111-2/+2
* Use fopen() and BIO_new_fd() instead of BIO_new_file so that a possibleclaudio2020-04-023-8/+24
* Split the mft file and hash check from the mft parsing. This makes it easierclaudio2020-04-013-57/+87
* Better warning message. Show the filename of the CRL instead of the constantclaudio2020-04-011-2/+2
* Delay failure in mft parsing until all elements of FileAndHash have beenclaudio2020-03-301-22/+30
* Check the hash and with it the presence of a file referenced in a MFT earlyclaudio2020-03-301-2/+46
* Use the correct math to calculate how many bytes are needed for b64_pton().claudio2020-03-271-2/+2
* Narrow the visibility of some functions and variables local to output.cjca2020-03-102-16/+16
* Ensure that we properly flush, close and rename temporary output filesjca2020-03-092-9/+15
* logx->warn, we want to know why operations on output files failedjca2020-03-091-3/+3
* Sync manpage to new default valuejob2020-03-061-3/+3
* Change default table name for BIRD to something that is more easily identifable as user providedjob2020-03-061-2/+2
* generate 3 different outputs for BIRD:benno2020-03-063-9/+82
* ugly spaces offended mederaadt2020-02-261-2/+2
* Fix typojob2020-02-241-3/+3
* Simplify and unify wording for the -I sourceaddr option in various places.deraadt2020-02-112-9/+10
* wider list width to adjust for previous;jmc2019-12-191-2/+2
* Fix output loop to not stop when the first unused output format isclaudio2019-12-191-15/+18
* Align man file with realityjob2019-12-191-3/+3
* When rsync exits non zero because of network issues or because theclaudio2019-12-161-8/+5
* correct output option list, from Alarig Le Layderaadt2019-12-121-3/+3
* add -d to usage();jmc2019-12-061-2/+3
* Don't hardcode the cache directory for rpki-client. If started as rootclaudio2019-12-064-40/+61
* No need to unveil(NULL, NULL) right before pledge "stdio rpath".tb2019-12-051-3/+1
* use return x; instead of return (x);, like all other files here.benno2019-12-045-23/+23
* reduce includes to the required minimum.benno2019-12-041-21/+5