summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2022-02-10Fix serial number printing in crl_print() for large serials.Claudio Jeker
2022-02-10look for the login class in both login.conf and login.conf.d/${class}Robert Nagy
2022-02-10Implement some code to print crls with -f.Claudio Jeker
2022-02-10Do not verify the cert or CA for a relay using opportunistic TLS.Todd C. Miller
2022-02-10unveil _PATH_LOGIN_CONF_DRobert Nagy
2022-02-10Only show the 'not enough inodes' warning if the filesystem reports moreTheo Buehler
2022-02-10Free s->last_mod before overwriting it with a new last_mod.Theo Buehler
2022-02-10Free conn->last_modified before overwriting it with strdup().Theo Buehler
2022-02-10Don't unregister firmware if we can't fetch the SHA256.sigAndrew Fresh
2022-02-08Check CRLs also for manifestsTheo Buehler
2022-02-08Before loading the certificate chain for the file under inspection checkClaudio Jeker
2022-02-08Move the guts of proc_parser_crl() into crl_parse(). This is actuallyTheo Buehler
2022-02-07systematically remove setuid/setgid from files before archiving ANDMarc Espie
2022-02-06Switch from u_intX_t types to stdint.h uintX_t like it was done in bgpd.Claudio Jeker
2022-02-06Switch from u_intX_t types to stdint.h uintX_t. Mostly mechanical withClaudio Jeker
2022-02-06now that APM_BATT_CHARGING is also set in acpi and on some m1 devicesRobert Nagy
2022-02-06remove please from manual pagesJonathan Gray
2022-02-05ypldap: fix -Wunused-but-set-variable warningsChristian Weisgerber
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