aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/certctl
Commit message (Expand)AuthorAgeFilesLines
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* Strip trailing slashes from DESTDIRMarius van Witzenburg2023-02-041-0/+2
* certctl: Introduce a new -d <distbase> optionJessica Clarke2022-07-142-14/+21
* pkgbase: Put certctl in the FreeBSD-caroot packageEmmanuel Vadot2021-12-211-0/+1
* secure/caroot, certctl: Rename secure/caroot/blacklistedCeri Davies2021-06-182-58/+62
* certctl: factor out certname resolutionKyle Evans2021-01-091-2/+17
* certctl: replace hardcoded uses of /usr/localKyle Evans2021-01-091-2/+3
* Fix a typoMateusz Piotrowski2021-01-071-2/+2
* certctl: fix unprivileged modeKyle Evans2020-09-151-2/+2
* certctl: fix hashed link generation with duplicate subjectsKyle Evans2020-09-091-14/+47
* certctl: fix test syntaxKyle Evans2020-06-011-1/+1
* certctl.8: Correct the HISTORY section.Mark Johnston2020-05-301-2/+2
* Add an unprivileged mode where calls to install are passed appropriateBrooks Davis2020-05-222-11/+28
* certctl: don't fall over flat with relative DESTDIRKyle Evans2020-05-181-5/+3
* certctl: follow-up to r361022, prune blacklist as wellKyle Evans2020-05-141-3/+10
* certctl(8): don't completely nuke $CERTDESTDIRKyle Evans2020-05-141-3/+5
* certctl(8): switch to install(1) to fix DESTDIR supportKyle Evans2020-02-191-2/+2
* certctl(8): let one blacklist based on hashed filenamesKyle Evans2019-10-031-4/+14
* certctl(8): realpath the file before creating the symlinkKyle Evans2019-10-031-2/+2
* [2/3] Add certctl(8)Kyle Evans2019-10-023-0/+355