aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/certctl
Commit message (Expand)AuthorAgeFilesLines
* certctl.8: Update documentation of BUNDLEMark Johnston13 days1-2/+4
* certctl: Include sys/types.hMark Johnston2025-09-091-0/+1
* certctl: Use __DECONST rather than reimplementingJessica Clarke2025-09-091-1/+1
* certctl: Create output directoriesDag-Erling Smørgrav2025-08-222-7/+31
* certctl: Reimplement in CDag-Erling Smørgrav2025-08-187-401/+1567
* Revert certctl reimplementation and follow-upsColin Percival2025-08-177-1402/+404
* certctl: Fix bootstrap buildDag-Erling Smørgrav2025-08-132-1/+10
* Revert "certctl: Fix bootstrap build"Dag-Erling Smørgrav2025-08-133-77/+30
* certctl: Fix bootstrap buildDag-Erling Smørgrav2025-08-133-30/+77
* certctl: Reimplement in CDag-Erling Smørgrav2025-08-137-404/+1393
* certctl: Add an option to copy files.Dag-Erling Smørgrav2025-07-172-15/+17
* certctl: Set METALOG ownership to root:wheelPat Maddox2025-01-171-1/+1
* Revert "certctl: Set METALOG ownership to root:wheel"Ed Maste2025-01-171-1/+1
* certctl: Set METALOG ownership to root:wheelPat Maddox2024-12-301-2/+2
* Update Makefile.depend filesSimon J. Gerraty2024-10-141-0/+10
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* certctl: Revert to symlinks.Mark Peek2024-03-251-2/+2
* certctl: Convert line endings before inspecting files.Dag-Erling Smørgrav2023-11-071-2/+7
* certctl.8: document LOCALBASEBrooks Davis2023-10-201-4/+8
* certctl: Fix recent regressions.Dag-Erling Smørgrav2023-10-201-6/+5
* certctl: Split certificate bundles before processing.Dag-Erling Smørgrav2023-10-051-36/+63
* certctl: Clean up.Dag-Erling Smørgrav2023-10-051-74/+99
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* pkgbase: reorganise caroot and openssl packagesDoug Rabson2023-08-051-1/+1
* 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