Age | Commit message (Expand) | Author |
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 |
2021-01-30 | for now, do not try to install quirks in case we're running "not" | Marc Espie |
2021-01-29 | be more forceful about FULLPKGPATH | Marc Espie |
2021-01-29 | A while ago rpki-client was changed to validate the sha256 hashes of | Claudio Jeker |
2021-01-28 | Remove print_{debug,verbose} since they're currently unused and I see no | Martijn van Duren |
2021-01-28 | Add ldap(1) to the SEE ALSO section. OK deraadt@ | Todd C. Miller |
2021-01-27 | Unveil ldapd. Follow recent precedent and elect to forego the unlinking of | rob |
2021-01-27 | remove bogus key hack now that it's handled by libtls | Eric Faurot |
2021-01-27 | mark up fixes; from lyndon | Jason McIntyre |
2021-01-27 | spelling fixes; | Jason McIntyre |
2021-01-27 | these programs (with common ancestry) had a -fno-common problem related | Theo de Raadt |
2021-01-27 | split out extern and decl for -fno-common | Theo de Raadt |
2021-01-27 | makemap does not need a common which it does not use. | Theo de Raadt |
2021-01-27 | commons used rather than externs, fix for -fno-common | Theo de Raadt |
2021-01-27 | nsd contains two yacc parsers, but predates "yacc -b". Instead a | Theo de Raadt |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter |
2021-01-26 | one variable was common, fixing what I can. | Theo de Raadt |
2021-01-26 | satisfy -fno-common, by (1) copying all the variable decls from | Theo de Raadt |
2021-01-26 | remove test that's now bogus, as fullpkgpath takes precedence. | Marc Espie |
2021-01-25 | Adjust code since bgpd added an extra argument to aspath_verify() to | Claudio Jeker |
2021-01-25 | RFC6472 discourages the use of AS_SET segements in ASPATH attributes. | Claudio Jeker |
2021-01-25 | r1.102 forgot to tweak the "redistribute rtlabel" part of the grammar. | David Gwynne |
2021-01-24 | Pass sockaddr_in6 arround so that we have space to store the scope in | Florian Obser |