summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client
AgeCommit message (Expand)Author
2019-11-18Move the define of TALSZ_MAX to top and add a description forClaudio Jeker
2019-11-18Add and fix some comments.Claudio Jeker
2019-11-18Remove unused variables, these output formats don't need special handlingClaudio Jeker
2019-11-18tal_read_file() should error out instead of returning a NULL buffer.Claudio Jeker
2019-11-06For now ignore https:// URI in tal files. rpki-client only does rsync.Claudio Jeker
2019-11-06The memory returned by realloc(NULL, ...) is uninitalized. Therefore makeClaudio Jeker
2019-11-06If tal_parse_buffer() fails return early because the code that followsClaudio Jeker
2019-11-04The argument to the ctype functions needs to be representable as anClaudio Jeker
2019-11-04Refactor tal code a bit. Move the file reader back into tal.c so that theClaudio Jeker
2019-11-02Build rpki-client with LibreSSL.Joel Sing
2019-10-31Handle the TAL files in the master process and pass them as buffer to theClaudio Jeker
2019-10-23Rewrite the time validity check for mfts. Using ASN1_GENERALIZEDTIME_printClaudio Jeker
2019-10-16tweak previous; help/ok claudioJason McIntyre
2019-10-16Add an output format for bird and one doing CSV. Also update the manpageClaudio Jeker
2019-10-16Clean up header includes. Most are no longer required.Claudio Jeker
2019-10-16Set the maxlength to either the prefixlen itself or the value from the ROA.Claudio Jeker
2019-10-08Rewrite the output handling of rpki-client and add an option to dump theClaudio Jeker
2019-10-03memset struct ip_addr before assigning values to it. in the IPv4 caseClaudio Jeker
2019-09-26For whatever reason it is fairly common that a ROA object references a CRLClaudio Jeker
2019-08-20Adjust manpage. Document -t tal and the new output argument. Also removeClaudio Jeker
2019-08-20Change the arguments to rpki-client a bit. Instead of listing all TAL filesClaudio Jeker
2019-08-13Do not abuse a for-loop to do an addition.Claudio Jeker
2019-08-13Silence warnings about short reads. They happen, we deal with it, it'sFlorian Obser
2019-08-13Show the most common warnings only if verbose is set. Most of these warningsClaudio Jeker
2019-08-12Stop pulling libssl into rpki-client.Joel Sing
2019-08-09Add -b bind_addr as argument which is passed to rsync as --address toClaudio Jeker
2019-08-09If the rsync of a repository fails print out the URI of the failed process.Claudio Jeker
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-06-20If x509_get_ski_aki() fails because one of the ski or aki objects areClaudio Jeker
2019-06-20Those changes should not have been in last commit. Revert them for now.Claudio Jeker
2019-06-20Don't use assert to validate user input. assert() is not for that, insteadClaudio Jeker
2019-06-20Rewrite some if () { } else if () {} chains into multiple independentClaudio Jeker
2019-06-20If the ASN1_BIT_STRING has a length of 0 the unused bit count must be 0.Claudio Jeker
2019-06-19The main process does not need to toggle the sockets from blocking toClaudio Jeker
2019-06-19Close proc fd used to talk to proc_parser when spaning the rsync processClaudio Jeker
2019-06-19use $OpenBSD$ headersTheo de Raadt
2019-06-19repair a cluster of "< 0" error checks for libc / syscalls, whichTheo de Raadt
2019-06-19move tals to /etc, where they can be upgraded by a "sysupgrade" ifTheo de Raadt
2019-06-19indentTheo de Raadt
2019-06-19use asprintf, rather than an intermediate bufferTheo de Raadt
2019-06-19Instead of the strange ASN.1 encoding of IP addresses with a size in bytesClaudio Jeker
2019-06-19rpki-client(1) -> rpki-client(8)job
2019-06-19Improve terminology usedjob
2019-06-19indentation adjustments, in particular near warn statementsTheo de Raadt
2019-06-19swap comparisonsTheo de Raadt
2019-06-18do not need to allocate memory for execvp argumentsTheo de Raadt
2019-06-18Use correct terminilogy in rpki-client manpagejob
2019-06-18Remove tests here and move them to regress. At least then they can useClaudio Jeker
2019-06-18This is part of the old configure setup. Not needed here.Claudio Jeker
2019-06-18There is no need to -I${.OBJDIR}Claudio Jeker