summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpki-client/extern.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Place elapsed, user, and system time for processing in the comment headers.deraadt2020-04-301-1/+5
* Print statistics as comments at the top of the files which can takederaadt2020-04-281-8/+30
* Split the mft file and hash check from the mft parsing. This makes it easierclaudio2020-04-011-1/+2
* Narrow the visibility of some functions and variables local to output.cjca2020-03-101-4/+1
* Ensure that we properly flush, close and rename temporary output filesjca2020-03-091-2/+2
* generate 3 different outputs for BIRD:benno2020-03-061-2/+4
* Don't hardcode the cache directory for rpki-client. If started as rootclaudio2019-12-061-2/+3
* split output management code into seperate file. iterate over outputderaadt2019-12-041-5/+16
* output_createtmp() remembers the true name, so output_finish() does notderaadt2019-12-021-2/+2
* Tweak rpki-client to create all 4 output file formats from a singlederaadt2019-11-301-6/+7
* Use the AKI embedded in the CRL to store the crls. This way the AKI fromclaudio2019-11-291-2/+3
* If run as root, priv-drop to _rpki-client.deraadt2019-11-291-1/+3
* Convert the auths array into an RB tree indexed by SKI. For fast lookupsclaudio2019-11-281-8/+14
* Output to a temporary file, which gets renamed on success. This willderaadt2019-11-281-1/+3
* To verify a manifest, a roa, or a certificate, we check its signaturebenno2019-11-281-1/+18
* whitespacebenno2019-11-271-13/+23
* Only store ta certs in the trust store and build chains of thebenno2019-11-271-1/+3
* knf, make types grepable. ok claudio@benno2019-11-271-17/+18
* Refactor tal code a bit. Move the file reader back into tal.c so that theclaudio2019-11-041-1/+2
* Handle the TAL files in the master process and pass them as buffer to theclaudio2019-10-311-2/+2
* Add an output format for bird and one doing CSV. Also update the manpageclaudio2019-10-161-1/+3
* Rewrite the output handling of rpki-client and add an option to dump theclaudio2019-10-081-4/+27
* Change the arguments to rpki-client a bit. Instead of listing all TAL filesclaudio2019-08-201-2/+3
* Show the most common warnings only if verbose is set. Most of these warningsclaudio2019-08-131-1/+4
* use $OpenBSD$ headersderaadt2019-06-191-1/+1
* Instead of the strange ASN.1 encoding of IP addresses with a size in bytesclaudio2019-06-191-5/+4
* indentation adjustments, in particular near warn statementsderaadt2019-06-191-14/+14
* This portable code knocking out pledge or unveil is better donederaadt2019-06-171-8/+1
* ../../../logmessagejob2019-06-171-0/+311