cvs commit: src/crypto/heimdal/appl/su Makefile.am su.c
src/kerberos5/usr.bin/ksu Makefile src/lib/libpam/modules/pam_krb5
Makefile pam_krb5.c
Ken Smith
kensmith at FreeBSD.org
Thu Jul 7 14:16:38 GMT 2005
kensmith 2005-07-07 14:16:38 UTC
FreeBSD src repository
Modified files:
crypto/heimdal/appl/su Makefile.am su.c
kerberos5/usr.bin/ksu Makefile
lib/libpam/modules/pam_krb5 Makefile pam_krb5.c
Log:
This is sort of an MFS. Peter made these changes to the RELENG_*
branches but missed HEAD. This patch extends his a little bit,
setting it up via the Makefiles so that adding _FREEFALL_CONFIG
to /etc/make.conf is the only thing needed to cluster-ize things
(current setup also requires overriding CFLAGS).
From Peter's commit to the RELENG_* branches:
> Add the freebsd.org custer's source modifications under #ifdefs to aid
> keeping things in sync. For ksu:
> * install suid-root by default
> * don't fall back to asking for a unix password (ie: be pure kerberos)
> * allow custom user instances for things like www and not just root
The Makefile tweaks will be MFC-ed, the rest is already done.
MFC after: 3 days
Approved by: re (dwhite)
Revision Changes Path
1.2 +10 -5 src/crypto/heimdal/appl/su/Makefile.am
1.2 +206 -57 src/crypto/heimdal/appl/su/su.c
1.16 +4 -1 src/kerberos5/usr.bin/ksu/Makefile
1.14 +3 -0 src/lib/libpam/modules/pam_krb5/Makefile
1.23 +4 -0 src/lib/libpam/modules/pam_krb5/pam_krb5.c
More information about the cvs-src
mailing list