summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2021-01-30do not print to STDOUT if we're in background, as requested by TheoMarc Espie
2021-01-30I'm such a doofus, of course I have to call base method as wellMarc Espie
2021-01-30switch ProgressMeter to clearer APIMarc Espie
2021-01-30rework API slightly, so that handle_continue is an explicit methodMarc Espie
2021-01-30for now, do not try to install quirks in case we're running "not"Marc Espie
2021-01-29be more forceful about FULLPKGPATHMarc Espie
2021-01-29A while ago rpki-client was changed to validate the sha256 hashes ofClaudio Jeker
2021-01-28Remove print_{debug,verbose} since they're currently unused and I see noMartijn van Duren
2021-01-28Add ldap(1) to the SEE ALSO section. OK deraadt@Todd C. Miller
2021-01-27Unveil ldapd. Follow recent precedent and elect to forego the unlinking ofrob
2021-01-27remove bogus key hack now that it's handled by libtlsEric Faurot
2021-01-27mark up fixes; from lyndonJason McIntyre
2021-01-27spelling fixes;Jason McIntyre
2021-01-27these programs (with common ancestry) had a -fno-common problem relatedTheo de Raadt
2021-01-27split out extern and decl for -fno-commonTheo de Raadt
2021-01-27makemap does not need a common which it does not use.Theo de Raadt
2021-01-27commons used rather than externs, fix for -fno-commonTheo de Raadt
2021-01-27nsd contains two yacc parsers, but predates "yacc -b". Instead aTheo de Raadt
2010-01-15NSD v3.2.4Jakob Schlyter
2021-01-26one variable was common, fixing what I can.Theo de Raadt
2021-01-26satisfy -fno-common, by (1) copying all the variable decls fromTheo de Raadt
2021-01-26remove test that's now bogus, as fullpkgpath takes precedence.Marc Espie
2021-01-25Adjust code since bgpd added an extra argument to aspath_verify() toClaudio Jeker
2021-01-25RFC6472 discourages the use of AS_SET segements in ASPATH attributes.Claudio Jeker
2021-01-25r1.102 forgot to tweak the "redistribute rtlabel" part of the grammar.David Gwynne
2021-01-24Pass sockaddr_in6 arround so that we have space to store the scope inFlorian Obser