summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2022-11-08stray spaceTheo Buehler
2022-11-07Fix a memory leak in the error path of rde_dump_ctx_new.Moritz Buhl
2022-11-07Fix theoretical access to garbage stack memory in pfkey_reply forMoritz Buhl
2022-11-07Simplify use of strrchr()Job Snijders
2022-11-07Merge duplicate MD code into MI sr_open_chunk()Klemens Nanni
2022-11-07Fix some spelling errors.Moritz Buhl
2022-11-07Confirm Path Length is absent in the Basic Constraints extensionJob Snijders
2022-11-06Nuke some 'set but not used' pathlen variables.Kenneth R Westerback
2022-11-06Next to signedObject only allow rpkiNotify accessMethodsTheo Buehler
2022-11-06Don't leak args.fspec in create_filesystem().Kenneth R Westerback
2022-11-06Fix typo in comment about pledges (send -> sendfd).Dave Voutila
2022-11-06typo: wlll -> willAntoine Jacoutot
2022-11-06Reintroduce snippet describing startup behaviour to where it belongs. ok jmc@Otto Moerbeek
2022-11-06remove the remnants of the old -s option, which was left stranded with poor,Jason McIntyre
2022-11-04Do not fail on non-rsync URIs in EE cert SIA extensionsTheo Buehler
2022-11-04In very verbose mode, log unexpected accessMethodsTheo Buehler
2022-11-04Format filemode output in a tabular fashion to improve readabilityJob Snijders
2022-11-04allow "=" to be "hey only the default value" for pkgspec in dependenciesMarc Espie
2022-11-04Add missing field initializer.Theo Buehler
2022-11-04whitespaceTheo Buehler
2022-11-04Catch bad characters in rpkiManifest filenames earlier onJob Snijders
2022-11-04Don't show CPS URIs when in filemodeJob Snijders
2022-11-04Check the SIA signedObject in ROA/MFT/ASPA/TAK/GBR EE certificatesJob Snijders
2022-11-03don't needlessy uppercase Nd;Jason McIntyre
2022-11-03Constrain KeyUsage and ExtendedKeyUsage on both CA & EE certificatesJob Snijders
2022-11-03shorten Autonomous System Provider AuthorizationsJob Snijders
2022-11-03Add notion of ASPAJob Snijders
2022-11-03Permit only keyCertSign and CRLSign in CA KeyUsage extensionJob Snijders
2022-11-02Emit warnings when unexpected X.509v3 extensions are encounteredJob Snijders
2022-11-02Introduce conn_info() which combines http_info() and ip_info() to outputClaudio Jeker
2022-11-02Reference RSC RFC-to-be instead of internet-draftJob Snijders
2022-11-02Add support for draft-ietf-sidrops-signed-tal-12Job Snijders
2022-11-02Don't free the addrinfo array after connect and refactor http_finish_connect.Claudio Jeker
2022-11-02Length check URI before strncasecmp()Theo Buehler
2022-11-02Also print IP address of the connection that timed out to aid debuggingJob Snijders
2022-11-02Fix x509_get_time() error checksTheo Buehler
2022-11-01Have -S actually behave like the other introspection options, namely onlyMarc Espie
2022-11-01fix a logic error from 2018: be silent if any of -S, -n, -q are mentioned.Marc Espie
2022-11-01Use unsigned long long to store integer value. At least that can alwaysClaudio Jeker
2022-11-01I plain forgot to document -S !Marc Espie
2022-10-31vmd(8): remove unfinished user accounting.Dave Voutila
2022-10-28getopt optstring doesn't need '?'.David Gwynne
2022-10-27Print the pid in some additional debug messages to be able to match themClaudio Jeker
2022-10-25Fix LDADD and DPADD.Martijn van Duren
2022-10-24remove unused references to httpd.sock; found by dante catalfamoJason McIntyre
2022-10-24Make x509_init_oid() table basedTheo Buehler
2022-10-22add some missing flags, as pointed out by deraadt; whileJason McIntyre
2022-10-20remove file no longer present in unbound 1.17.0Stuart Henderson
2022-10-20merge unbound 1.17.0Stuart Henderson
2022-10-20import unbound 1.17.0, ok florianStuart Henderson