From owner-cvs-src@FreeBSD.ORG Thu Jul 7 14:16:38 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F54D16A41C; Thu, 7 Jul 2005 14:16:38 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79D1943D46; Thu, 7 Jul 2005 14:16:38 +0000 (GMT) (envelope-from kensmith@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j67EGcLB040983; Thu, 7 Jul 2005 14:16:38 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j67EGcYZ040982; Thu, 7 Jul 2005 14:16:38 GMT (envelope-from kensmith) Message-Id: <200507071416.j67EGcYZ040982@repoman.freebsd.org> From: Ken Smith Date: Thu, 7 Jul 2005 14:16:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 14:16:38 -0000 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