| c791ea80 | 04-Aug-2025 |
Brooks Davis <brooks@FreeBSD.org> |
kadm5srv: get common headers from kadm5clnt
Both were installing admin.h, chpass_util_strings.h, and kadm_err.h. kadm5clnt is ordered first in krb5/lib/Makefile so pick it.
PR: 288594 Pull Request
kadm5srv: get common headers from kadm5clnt
Both were installing admin.h, chpass_util_strings.h, and kadm_err.h. kadm5clnt is ordered first in krb5/lib/Makefile so pick it.
PR: 288594 Pull Request: https://github.com/freebsd/freebsd-src/pull/1801
show more ...
|
| 6b28571c | 25-Jul-2025 |
Lexi Winter <ivy@FreeBSD.org> |
krb5: Move some manpages to other packages
Move KDC manpages to kerberos-kdc-man.
Move the generic Kerberos manpages (e.g., kerberos.7) to kerberos-man instead of kerberos-lib-man. Although they t
krb5: Move some manpages to other packages
Move KDC manpages to kerberos-kdc-man.
Move the generic Kerberos manpages (e.g., kerberos.7) to kerberos-man instead of kerberos-lib-man. Although they technically describe behaviour implemented in the libraries, conceptually, they are more associated with Kerberos in general.
While here, remove some redundant SUFFIXES.
Reviewed by: manu, cy Differential Revision: https://reviews.freebsd.org/D51515
show more ...
|