summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2021-02-19Convert reallocarray + memset to recallocarray.Theo Buehler
2021-02-19Add the same ASCII check to the URI in TAL files as we do for URI in .cer filesClaudio Jeker
2021-02-19Move the mkpath() call from the rsync path to the main process. This allowsClaudio Jeker
2021-02-18Use X509_get_ext_d2i() also for x509_get_aki() and x509_get_ski().Claudio Jeker
2021-02-18All the code for output handling was moved to output.c some time ago.Claudio Jeker
2021-02-18Only pick up files matching alphanumeric and underscore characters underAntoine Jacoutot
2021-02-16Prevent double free by copying the URI string from struct tal to the repo.Claudio Jeker
2021-02-16Rework the repository handling. Split the handling of trust anchors intoClaudio Jeker
2021-02-16Add `bgpctl show rtr` to display basic information about RTR sessions.Claudio Jeker
2021-02-16Add RTR support to OpenBGPD. Add basic support for the protocol.Claudio Jeker
2021-02-16get Authority Information Access (AIA) from CA & EE certsjob
2021-02-13distrib: remove .comment section systematicallySebastien Marie
2021-02-13-h does not display version; from larry hynesJason McIntyre
2021-02-13readability fixes; from larry hynesJason McIntyre
2021-02-13various readability fixes; from larry hynesJason McIntyre
2021-02-13Fix some wrong comments and KNF/long line wrapsMike Larkin
2021-02-13various readability fixes; from larry hynesJason McIntyre
2021-02-13add some missing articles; from larry hynesJason McIntyre
2021-02-13readability fix; from larry hynesJason McIntyre
2021-02-13comma swap; from larry hynesJason McIntyre
2021-02-12Xr to ssl(8) which has clues about EC key generation that are still usefulStuart Henderson
2021-02-10rephrase example in a more consistent wayMarc Espie
2021-02-10cast large to reduce warning on 32-bit machines (an ELF type is printed with ...Theo de Raadt
2021-02-09Walk over all results from getaddrinfo() instead of giving up after theClaudio Jeker
2021-02-08Extend binary operators support, required for more filter features.Martin Pieuchot
2021-02-08Extract the 1.3.6.1.5.5.7.48.5 (caRepository) SIA from the certificate.Claudio Jeker
2021-02-05Remove the not so periodic stats from rpki-client. The output is not veryClaudio Jeker
2021-02-05Introduce a transaction id. This is currently mostly a dummy-variable, butMartijn van Duren
2021-02-04The uri parameter of struct entity is actually a local file path.Claudio Jeker
2021-02-04Define the msgbuf queues globably. Clean up the code since rsyncq and procqClaudio Jeker
2021-02-04Fix an overly long lineClaudio Jeker
2021-02-04Eventhough most openssl includes include everything try to be a bit moreClaudio Jeker
2021-02-04Remove openssl includes and fcntl.h neither of those are used in main.c.Claudio Jeker
2021-02-04Cleanup openssl includes a bit. Use x509.h instead of x509v3.h, add asn1.hClaudio Jeker
2021-02-04Shuffle code around, move all the bits of proc_parser into parser.c.Claudio Jeker
2021-02-03Use mkpath() == -1 to check for failure. No functional change.Claudio Jeker
2021-02-02Adjust the repository handling a bit. Instead of storing host/module pairsClaudio Jeker
2021-02-02Add a mkpath() helper function to rpki-client to recursively createClaudio Jeker
2021-02-02Properly implement 'rde med compare strict' and make sure that the orderClaudio Jeker
2021-02-02article fix; from eddie yousephJason McIntyre
2021-02-01in case we're not a tty, don't do anything elseMarc Espie
2021-02-01change "demote counter" / "demote count" to "demotion counter", ok deraadtStuart Henderson
2021-02-01The code in mdstore.c should stand on its own, so rename the globalMark Kettenis
2021-02-01Start implementing conditionals for filters.Martin Pieuchot
2021-02-01Remove dummy TUNSIFMODE ioctl(2) call from pppac(4) and npppd(8). Sincemvs
2021-02-01update the pathname for the control socket path; from daniel jakotsJason McIntyre
2021-01-31turns out STDOUT may have been redirected, in which case tcgetpgrp willMarc Espie
2021-01-31last pieces of satisfying -fno-commonTheo de Raadt
2021-01-30Remove duplicate hvmd declerationkn
2021-01-30Move global domain declaration to parse.ykn