summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2022-01-20ospf6ctl: fix -Wunused-but-set-variable warningChristian Weisgerber
2022-01-20eigrpd: fix -Wunused-but-set-variable warningChristian Weisgerber
2022-01-20dvmrpctl: fix -Wunused-but-set-variable warningChristian Weisgerber
2022-01-20ospf6d: fix -Wunused-but-set-variable warningsChristian Weisgerber
2022-01-20Rename mft_check() to proc_parser_mft_check() and make it a static function.Claudio Jeker
2022-01-19Add -f to usage in main routineJob Snijders
2022-01-19Document the -f file inspection functionJob Snijders
2022-01-19Implement a filemode where the passed file from the command line isClaudio Jeker
2022-01-19Hook up the new application layer.Martijn van Duren
2022-01-19Add the new application layer. Changes include:Martijn van Duren
2022-01-19Implement snmpe_send to allow to allow the new application layer to sendMartijn van Duren
2022-01-19Make sure that we ASN1 verify the varbindlist as soon as we unpack it.Martijn van Duren
2022-01-19Add definitions for SNMP-TARGET-MIB. These are needed for the newMartijn van Duren
2022-01-19Move some smi.c functions to their own header.Martijn van Duren
2022-01-19Move some snmpe.c functions to their own header.Martijn van Duren
2022-01-19Move log.c functions to their own header.Martijn van Duren
2022-01-19rpki-client: don't leak nfile if no repo is found.Theo Buehler
2022-01-18Pass the X509_V_FLAG_CRL_CHECK flag as argument to valid_x509().Claudio Jeker
2022-01-18Use X509_get0_pubkey() for opk and remove the EVP_PKEY_free(opk).Claudio Jeker
2022-01-18Change cert_parse() and ta_parse() to no longer take a x509 handle asClaudio Jeker
2022-01-18More fixing. Previous revert was incomplete.Claudio Jeker
2022-01-18Revert all the files that should have not been committed in last commit.Claudio Jeker
2022-01-18Kill extra newlineClaudio Jeker
2022-01-18Fix function name in warn message.Theo Buehler
2022-01-18Unify the various X509_verify_cert() calls and the boiler plate code aroundClaudio Jeker
2022-01-18Cleanup the scattered OBJ_txt2obj() calls and move them intoClaudio Jeker
2022-01-17rad: fix -Wunused-but-set-variable warningChristian Weisgerber
2022-01-16dhcpd: fix -Wunused-but-set-variable warningChristian Weisgerber
2022-01-15vmd: Remove a warning about non-32KHz timebasesMike Larkin
2022-01-14Introduce a validated cache which holds all the files that haveClaudio Jeker
2022-01-14Fix acme-client build with opaque RSATheo Buehler