summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2022-02-04More consistency in the return code docs.Theo Buehler
2022-02-04Document certificate_policies() in a comment.Theo Buehler
2022-02-04whitespaceTheo Buehler
2022-02-04Ensure that certificate policies follow RFC 7318Theo Buehler
2022-02-04Enforce Certificate Policy for RPKITheo Buehler
2022-02-04Add id-cp-ipAddr-asNumber OID to x509_init_oid()Theo Buehler
2022-02-04Fix outdated commentJob Snijders
2022-02-04Rename sockaddr_un sun to sa_un since sun is defined on illumos systems.Claudio Jeker
2022-02-03Enforce the RRDP XMLNS to "http://www.ripe.net/rpki/rrdp"Claudio Jeker
2022-02-03Time for rpki-client 7.6Claudio Jeker
2022-02-03installboot(8): Adjustments for EFI platformsVisa Hankala
2022-02-03Rename armv7_installboot.c to efi_installboot.c.Visa Hankala
2022-02-02When a RRDP fetch failed not only clear the filesystem but also flushClaudio Jeker
2022-02-02Add missing mode argument to open(2) with O_CREAT.Visa Hankala
2022-02-02typoTheo Buehler
2022-02-01pkg_delete(1): print usage when args aren't supplied.Dave Voutila
2022-01-31tcpdump: fix -Wunused-but-set-variable warningChristian Weisgerber
2022-01-30Add missing NULL check.Martijn van Duren
2022-01-30When walking a pf table, we only are supposed to return IPv4 addresses.Martijn van Duren
2022-01-30Localize variables used only in functionsAndrew Fresh
2022-01-29Clean up exit codesAndrew Fresh
2022-01-29rtwn and urtwn firmware got better licenses and moved to baseAndrew Fresh
2022-01-29"Unregister" installed firmware that isn't in the SHA256.sigAndrew Fresh
2022-01-28Properly handle .mft files as intended by the RFC. Instead of alwaysClaudio Jeker
2022-01-28Do not skip .rrdp cache cleanup if rrdp is off (option -R). The syncClaudio Jeker
2022-01-28Must use unsigned 1 here since modern compilers can't shift a signed 1 by 31.Claudio Jeker
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
2022-01-26Allow rsync:// URI as file in -f mode. This makes it easier to exploreClaudio Jeker
2022-01-26Change the repository layout by removing the valid directory. EverythingClaudio Jeker
2022-01-24Adjust code to handle unsupported file types a bit more graceful.Claudio Jeker
2022-01-24When rename fails show the source filename and not the destination.Claudio Jeker
2022-01-24in the options list, show -f as taking "file ..." arguments;Jason McIntyre
2022-01-24Redownload existing files with failed checksumsAndrew Fresh
2022-01-23rearrange SYNOPSIS/usage to be a bit clearer;Jason McIntyre
2022-01-23Handle EINTR the same way in all poll loops. In all cases restart theClaudio Jeker
2022-01-23On poll() failure we want to skip pollfd related action but the signalClaudio Jeker
2022-01-23zap extra blank lineTheo Buehler
2022-01-23Allow rpki-client to display more than one file in -f mode.Claudio Jeker
2022-01-23Simplify valid_cert() and valid_roa() by passing in struct auth insteadClaudio Jeker
2022-01-22Change valid_filename() ot return an enum rtype and rename it toTheo Buehler
2022-01-22Support multiple -v as promised in the man pageAndrew Fresh
2022-01-21Treat ppoll(2) errors as fatal. OK deraadt@Todd C. Miller
2022-01-21Add function to determine the file type from the file name extensionTheo Buehler
2022-01-21the wrapped cron line is going to lose peopleTheo de Raadt
2022-01-21"move" part of the OpenBSD::State code into its own (stateless) classMarc Espie
2022-01-21Avoid out-of-bounds accesses in case the filename is too showrt toTheo Buehler
2022-01-20Make sure that all poll loops properly restart the poll loop on EINTR.Claudio Jeker
2022-01-20catch poll() returning EINTR.Sebastian Benoit
2022-01-20Move the notBefore and notAfter checks from proc_parser_root_cert()Claudio Jeker
2022-01-20remove unused variable from all copies of _asr_strdname()Christian Weisgerber