| 2024887a | 09-Sep-2025 |
Mark Johnston <markj@FreeBSD.org> |
certctl: Include sys/types.h
This is needed to fix bootstrapping on FreeBSD versions before commit 56ee5c551f89 ("sysctl: make sys/sysctl.h self contained"). Moreover, certctl should really be incl
certctl: Include sys/types.h
This is needed to fix bootstrapping on FreeBSD versions before commit 56ee5c551f89 ("sysctl: make sys/sysctl.h self contained"). Moreover, certctl should really be including sys/types.h directly since it uses size_t.
MFC after: 1 week
show more ...
|
| 4d15b583 | 15-Dec-2024 |
Pat Maddox <pat@patmaddox.com> |
certctl: Set METALOG ownership to root:wheel
This sets the correct ownership values when building base.txz
This is an updated version of commit 10fa3f2518d4, omitting the `-N ${DESTDIR}${DISTBASE}/
certctl: Set METALOG ownership to root:wheel
This sets the correct ownership values when building base.txz
This is an updated version of commit 10fa3f2518d4, omitting the `-N ${DESTDIR}${DISTBASE}/etc` from the original commit.
install(1) does not validate the arguments passed to -o or -g (see PR283355) so there's no need to have the passwd db available for now. Future work includes plumbing the appropriate passwd db path through certctl, and validating uid and gid in install(1).
PR: 283340 Reviewed by: jrtc27 Differential Revision: https://reviews.freebsd.org/D48506
show more ...
|
| a401c8cb | 05-Oct-2023 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
certctl: Split certificate bundles before processing.
This allows 'certctl rehash' to do the right thing when ca_root_nss is installed, instead of linking the entire bundle to the hash of the first
certctl: Split certificate bundles before processing.
This allows 'certctl rehash' to do the right thing when ca_root_nss is installed, instead of linking the entire bundle to the hash of the first certificate it contains.
MFC after: 3 days Reviewed by: allanjude Differential Revision: https://reviews.freebsd.org/D42087
show more ...
|