summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2019-06-22Add a direct pointer from struct prefix to struct pt_entry.Claudio Jeker
2019-06-22Adjust peer id allocation a bit. Use defines for the various specialClaudio Jeker
2019-06-21Try harder to have a complete /bsd.upgrade on disk.Florian Obser
2019-06-20prefix_add() is only called by path_update() and path_update alreadyClaudio Jeker
2019-06-20If x509_get_ski_aki() fails because one of the ski or aki objects areClaudio Jeker
2019-06-20Those changes should not have been in last commit. Revert them for now.Claudio Jeker
2019-06-20Don't use assert to validate user input. assert() is not for that, insteadClaudio Jeker
2019-06-20Rewrite some if () { } else if () {} chains into multiple independentClaudio Jeker
2019-06-20If the ASN1_BIT_STRING has a length of 0 the unused bit count must be 0.Claudio Jeker
2019-06-20prefix_updateall() is only used internally, make it a static function.Claudio Jeker
2019-06-20Change nexthop_update to run the list walk over all prefixes to runClaudio Jeker
2019-06-20tweaks with help from jmc@Otto Moerbeek
2019-06-20Tell a bit about automatic mode; ok jmc@Otto Moerbeek
2019-06-20Do a quick DNS probe to decide to stay in the forground and attemptOtto Moerbeek
2019-06-19The main process does not need to toggle the sockets from blocking toClaudio Jeker
2019-06-19Close proc fd used to talk to proc_parser when spaning the rsync processClaudio Jeker
2019-06-19use $OpenBSD$ headersTheo de Raadt
2019-06-19repair a cluster of "< 0" error checks for libc / syscalls, whichTheo de Raadt
2019-06-19move tals to /etc, where they can be upgraded by a "sysupgrade" ifTheo de Raadt
2019-06-19indentTheo de Raadt
2019-06-19use asprintf, rather than an intermediate bufferTheo de Raadt
2019-06-19Instead of the strange ASN.1 encoding of IP addresses with a size in bytesClaudio Jeker
2019-06-19rpki-client(1) -> rpki-client(8)job
2019-06-19Improve terminology usedjob
2019-06-19With the community rewrite the output code needs to also check theClaudio Jeker
2019-06-19indentation adjustments, in particular near warn statementsTheo de Raadt
2019-06-19swap comparisonsTheo de Raadt
2019-06-18When the parser detects that it needs more tokens it returnsFlorian Obser
2019-06-18do not need to allocate memory for execvp argumentsTheo de Raadt
2019-06-18Use correct terminilogy in rpki-client manpagejob
2019-06-18Remove tests here and move them to regress. At least then they can useClaudio Jeker
2019-06-18This is part of the old configure setup. Not needed here.Claudio Jeker
2019-06-18There is no need to -I${.OBJDIR}Claudio Jeker
2019-06-18missing ,Theo de Raadt
2019-06-17A bit more KNF no binary changeClaudio Jeker
2019-06-17Fix Makefilejob
2019-06-17It's enough to allocate the EC key once.Florian Obser
2019-06-17rpk-client.8 -> rpki-client.8Jonathan Gray
2019-06-17One NULL-check before EVP_MD_CTX_free() was left in previous.Theo Buehler
2019-06-17whitespaceTheo de Raadt
2019-06-17system includes first, always.Theo de Raadt
2019-06-17Use bsd.prog.mk style for buildingTheo de Raadt
2019-06-17We do not need for the -portable stubs here.Theo de Raadt
2019-06-17Don't do -portable in base. It is better done outside the tree.Theo de Raadt
2019-06-17 Use non-deprecated API; from Renaud Allard, thanks!Florian Obser
2019-06-17This portable code knocking out pledge or unveil is better doneTheo de Raadt
2019-06-17this file is not neededTheo de Raadt
2019-06-17should be rpki-client(8)Theo de Raadt
2019-06-17../../../logmessagejob
2019-06-17Import Kristaps Dzonsons' RPKI validator into the treejob