Date: Thu, 7 Jul 2005 14:16:38 +0000 (UTC) From: Ken Smith <kensmith@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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 Message-ID: <200507071416.j67EGcYZ040982@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507071416.j67EGcYZ040982>