Age | Commit message (Expand) | Author |
2021-02-18 | All the code for output handling was moved to output.c some time ago. | Claudio Jeker |
2021-02-18 | Only pick up files matching alphanumeric and underscore characters under | Antoine Jacoutot |
2021-02-16 | Prevent double free by copying the URI string from struct tal to the repo. | Claudio Jeker |
2021-02-16 | Rework the repository handling. Split the handling of trust anchors into | Claudio Jeker |
2021-02-16 | Add `bgpctl show rtr` to display basic information about RTR sessions. | Claudio Jeker |
2021-02-16 | Add RTR support to OpenBGPD. Add basic support for the protocol. | Claudio Jeker |
2021-02-16 | get Authority Information Access (AIA) from CA & EE certs | job |
2021-02-13 | distrib: remove .comment section systematically | Sebastien Marie |
2021-02-13 | -h does not display version; from larry hynes | Jason McIntyre |
2021-02-13 | readability fixes; from larry hynes | Jason McIntyre |
2021-02-13 | various readability fixes; from larry hynes | Jason McIntyre |
2021-02-13 | Fix some wrong comments and KNF/long line wraps | Mike Larkin |
2021-02-13 | various readability fixes; from larry hynes | Jason McIntyre |
2021-02-13 | add some missing articles; from larry hynes | Jason McIntyre |
2021-02-13 | readability fix; from larry hynes | Jason McIntyre |
2021-02-13 | comma swap; from larry hynes | Jason McIntyre |
2021-02-12 | Xr to ssl(8) which has clues about EC key generation that are still useful | Stuart Henderson |
2021-02-10 | rephrase example in a more consistent way | Marc Espie |
2021-02-10 | cast large to reduce warning on 32-bit machines (an ELF type is printed with ... | Theo de Raadt |
2021-02-09 | Walk over all results from getaddrinfo() instead of giving up after the | Claudio Jeker |
2021-02-08 | Extend binary operators support, required for more filter features. | Martin Pieuchot |
2021-02-08 | Extract the 1.3.6.1.5.5.7.48.5 (caRepository) SIA from the certificate. | Claudio Jeker |
2021-02-05 | Remove the not so periodic stats from rpki-client. The output is not very | Claudio Jeker |
2021-02-05 | Introduce a transaction id. This is currently mostly a dummy-variable, but | Martijn van Duren |
2021-02-04 | The uri parameter of struct entity is actually a local file path. | Claudio Jeker |
2021-02-04 | Define the msgbuf queues globably. Clean up the code since rsyncq and procq | Claudio Jeker |
2021-02-04 | Fix an overly long line | Claudio Jeker |
2021-02-04 | Eventhough most openssl includes include everything try to be a bit more | Claudio Jeker |
2021-02-04 | Remove openssl includes and fcntl.h neither of those are used in main.c. | Claudio Jeker |
2021-02-04 | Cleanup openssl includes a bit. Use x509.h instead of x509v3.h, add asn1.h | Claudio Jeker |
2021-02-04 | Shuffle code around, move all the bits of proc_parser into parser.c. | Claudio Jeker |
2021-02-03 | Use mkpath() == -1 to check for failure. No functional change. | Claudio Jeker |
2021-02-02 | Adjust the repository handling a bit. Instead of storing host/module pairs | Claudio Jeker |
2021-02-02 | Add a mkpath() helper function to rpki-client to recursively create | Claudio Jeker |
2021-02-02 | Properly implement 'rde med compare strict' and make sure that the order | Claudio Jeker |
2021-02-02 | article fix; from eddie youseph | Jason McIntyre |
2021-02-01 | in case we're not a tty, don't do anything else | Marc Espie |
2021-02-01 | change "demote counter" / "demote count" to "demotion counter", ok deraadt | Stuart Henderson |
2021-02-01 | The code in mdstore.c should stand on its own, so rename the global | Mark Kettenis |
2021-02-01 | Start implementing conditionals for filters. | Martin Pieuchot |
2021-02-01 | Remove dummy TUNSIFMODE ioctl(2) call from pppac(4) and npppd(8). Since | mvs |
2021-02-01 | update the pathname for the control socket path; from daniel jakots | Jason McIntyre |
2021-01-31 | turns out STDOUT may have been redirected, in which case tcgetpgrp will | Marc Espie |
2021-01-31 | last pieces of satisfying -fno-common | Theo de Raadt |
2021-01-30 | Remove duplicate hvmd decleration | kn |
2021-01-30 | Move global domain declaration to parse.y | kn |
2021-01-30 | do not print to STDOUT if we're in background, as requested by Theo | Marc Espie |
2021-01-30 | I'm such a doofus, of course I have to call base method as well | Marc Espie |
2021-01-30 | switch ProgressMeter to clearer API | Marc Espie |
2021-01-30 | rework API slightly, so that handle_continue is an explicit method | Marc Espie |