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