Age | Commit message (Expand) | Author |
2020-02-11 | Simplify and unify wording for the -I sourceaddr option in various places. | Theo de Raadt |
2019-12-16 | When rsync exits non zero because of network issues or because the | Claudio Jeker |
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 | split output management code into seperate file. iterate over output | Theo de Raadt |
2019-12-02 | output_createtmp() remembers the true name, so output_finish() does not | Theo de Raadt |
2019-12-02 | linewrap usage | Theo de Raadt |
2019-12-02 | missing | leads to incompete results | Theo de Raadt |
2019-11-30 | - no -r option | Jason McIntyre |
2019-11-30 | Tweak rpki-client to create all 4 output file formats from a single | Theo de Raadt |
2019-11-29 | Use X509_STORE_CTX_set_flags() instead of doing the same thing by hand | Claudio Jeker |
2019-11-29 | Restore the previous behaiviour of not checking the crl for the mft. | Sebastian Benoit |
2019-11-29 | ... and fix the compile. | Sebastian Benoit |
2019-11-29 | bring back CRL checks, noted by claudio@ | Sebastian Benoit |
2019-11-29 | whitespaces | Theo de Raadt |
2019-11-29 | s/EXIT_SUCCESS/0/ | Sebastian Benoit |
2019-11-29 | s/EXIT_FAILURE/1/ | Sebastian Benoit |
2019-11-29 | normalize_name() is no longer needed | Claudio Jeker |
2019-11-29 | Use the AKI embedded in the CRL to store the crls. This way the AKI from | Claudio Jeker |
2019-11-29 | If run as root, priv-drop to _rpki-client. | Theo de Raadt |
2019-11-29 | fchmod 0644 the output roa file, since it is public information and | Theo de Raadt |
2019-11-29 | Shuffle the desk chairs on this ocean liner | Claudio Jeker |
2019-11-28 | enable more warning flags and fix a few issues noticed. | Sebastian Benoit |
2019-11-28 | improve snprintf overflow test; noted by benno | Theo de Raadt |
2019-11-28 | Convert the auths array into an RB tree indexed by SKI. For fast lookups | Claudio Jeker |
2019-11-28 | Output to a temporary file, which gets renamed on success. This will | Theo de Raadt |
2019-11-28 | convert the return code to be 0 for success and 1 for failure. | Sebastian Benoit |
2019-11-28 | intentionally fclose output file, rather than relying on exit() to do it. | Theo de Raadt |
2019-11-28 | add missing prototype | Sebastian Benoit |
2019-11-28 | Remove -r flag and associated plumbing. We are always checking CRLs from now on. | Sebastian Benoit |
2019-11-28 | improve on previous to only use the required CRLs. | Sebastian Benoit |
2019-11-28 | To verify a manifest, a roa, or a certificate, we check its signature | Sebastian Benoit |
2019-11-27 | Only store ta certs in the trust store and build chains of the | Sebastian Benoit |
2019-11-27 | rename a variable to show it's a CRL. ok claudio@ | Sebastian Benoit |
2019-11-18 | Move the define of TALSZ_MAX to top and add a description for | Claudio Jeker |
2019-11-04 | Refactor tal code a bit. Move the file reader back into tal.c so that the | Claudio Jeker |
2019-10-31 | Handle the TAL files in the master process and pass them as buffer to the | 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-08 | Rewrite the output handling of rpki-client and add an option to dump the | Claudio Jeker |
2019-09-26 | For whatever reason it is fairly common that a ROA object references a CRL | Claudio Jeker |
2019-08-20 | Change the arguments to rpki-client a bit. Instead of listing all TAL files | Claudio Jeker |
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-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 |