summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2022-01-06repair usageTheo de Raadt
2022-01-06Switch fw_update -D to instead -FAndrew Fresh
2022-01-06Cleanup mft file handling, especially the stale mft bits.Claudio Jeker
2022-01-06Make it possible to compile the patterns utility with the source treeAnton Lindqvist
2022-01-05no longer neededTheo de Raadt
2022-01-05adjust Xr for fw_update to section 8;Jason McIntyre
2022-01-05Switch snmpd(8) to using EVP_Digest{Init,Final}_ex() and drop a noTheo Buehler
2022-01-05Add error checking for EVP_Digest* to snmpd(8).Theo Buehler
2022-01-05Use new shell-based fw_update(8)Theo de Raadt
2022-01-05Commit the correct version of fw_updateAndrew Fresh
2022-01-05Add the shell based fw_update and updated man pageAndrew Fresh
2022-01-05We are moving back to a shell-script based fw_update, written in such aTheo de Raadt
2022-01-05Switch proc_parser_root_cert() to not pass the entity but instead theClaudio Jeker
2022-01-05dhcpd: straightforward conversion to HMAC_CTX on the heap, similarTheo Buehler
2022-01-05snmpd: Straightforward conversion to EVP_* on the heap.Theo Buehler
2022-01-05add a basic printer for EAPOL packets.David Gwynne
2022-01-05ethertypes.h has now added the missing ethertypes we're looking at here.David Gwynne
2022-01-05fix some more -Wunused-but-set-variableDavid Gwynne
2022-01-05fix another -Wunused-but-set-variableDavid Gwynne
2022-01-05more -Wunused-but-set-variable fixesDavid Gwynne
2022-01-05clean up another -Wunused-but-set-variable thingDavid Gwynne
2022-01-05clean up some -Wunused-but-set-variable.David Gwynne
2022-01-05fix some -Wunused-but-set-variable stuff.David Gwynne
2022-01-05silence a -Wunused-but-set-variableDavid Gwynne
2022-01-04Pass the filename back from the parser to the parent.Claudio Jeker
2022-01-04Fix -n mode by setting repository states to REPO_DONE instead of theClaudio Jeker
2022-01-04Simplify the verify callbackTheo Buehler
2022-01-04Try to handle possible vm_register() failures and return an error backClaudio Jeker
2022-01-04Remove unused imsg type IMSG_VMDOP_RECEIVE_VM_RESPONSE.Claudio Jeker
2022-01-04Another -Wunused-but-set-variable fix.Claudio Jeker
2022-01-04Fix some simple -Wunused-but-set-variable warnings.Claudio Jeker
2022-01-04Stop setting X509_V_FLAG_IGNORE_CRITICALTheo Buehler
2022-01-01Multiprocol -> MultiprotocolJonathan Gray
2021-12-30relayd(8): don't create sockets between CAs and RELAYs.Dave Voutila
2021-12-30Add back support for -B net -b bsd.rd which emulates a PXE install andClaudio Jeker
2021-12-29Cleanup struct entity. Remove the unneeded has_data field, the sameClaudio Jeker
2021-12-29Merge multiple similar code bits together into repo_done(). Which currentlyClaudio Jeker
2021-12-26fix spelling of inheritanceTheo Buehler
2021-12-26Check ipAddrBlock and autonomousSysNum for criticalityTheo Buehler
2021-12-23fix off by one in bounds testJonathan Gray
2021-12-23make array bounds in unix2dosfn() prototype match functionJonathan Gray
2021-12-22Trivial update to 4.3.9.Florian Obser
2021-12-22Replace two questionable size_t types. For the repo id use a unsigned intClaudio Jeker
2021-12-22The maxlength is optional in roa entries. By setting it to the addressClaudio Jeker
2021-12-21Cleanup a few things while reading the code.Claudio Jeker
2021-12-21Simplify code a bit. There is only one TA per TAL and so only oneClaudio Jeker
2021-12-20When removing the last value from an attribute in ldap_del_values()Claudio Jeker
2021-12-20Add some debug messages in validate_entry() that explain whyClaudio Jeker
2021-12-19log_warn -> log_warnx since the warning printed uses tls_error()Claudio Jeker
2021-12-15include unistd.h directly rather than pulling it in via zlib's zconf.hTheo Buehler