From owner-freebsd-security@FreeBSD.ORG Sat May 19 17:34:31 2007 Return-Path: X-Original-To: freebsd-security@freebsd.org Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 20EF916A421 for ; Sat, 19 May 2007 17:34:31 +0000 (UTC) (envelope-from SRS0=PBdUex=KU=vvelox.net=v.velox@yourhostingaccount.com) Received: from mailout07.yourhostingaccount.com (mailout07.yourhostingaccount.com [65.254.253.57]) by mx1.freebsd.org (Postfix) with ESMTP id E4F4D13C480 for ; Sat, 19 May 2007 17:34:30 +0000 (UTC) (envelope-from SRS0=PBdUex=KU=vvelox.net=v.velox@yourhostingaccount.com) Received: from mailscan13.yourhostingaccount.com ([10.1.15.13] helo=mailscan13.yourhostingaccount.com) by mailout07.yourhostingaccount.com with esmtp (Exim) id 1HpSKm-0005qx-Q6 for freebsd-security@freebsd.org; Sat, 19 May 2007 13:03:12 -0400 Received: from authsmtp09.yourhostingaccount.com ([10.1.18.9] ident=exim) by mailscan13.yourhostingaccount.com with spamscanlookuphost (Exim) id 1HpSKm-0000Di-Kj for freebsd-security@freebsd.org; Sat, 19 May 2007 13:03:12 -0400 Received: from authsmtp09.yourhostingaccount.com ([10.1.18.9] helo=authsmtp09.yourhostingaccount.com) by mailscan13.yourhostingaccount.com with esmtp (Exim) id 1HpSKm-0000Dc-49 for freebsd-security@freebsd.org; Sat, 19 May 2007 13:03:12 -0400 Received: from cpe-65-185-51-114.columbus.res.rr.com ([65.185.51.114] helo=vixen42) by authsmtp09.yourhostingaccount.com with esmtpa (Exim) id 1HpSKl-0003b4-RA for freebsd-security@freebsd.org; Sat, 19 May 2007 13:03:12 -0400 Date: Sat, 19 May 2007 13:05:33 -0400 From: "Zane C.B." To: FreeBSD Security Message-ID: <20070519130533.722e8b57@vixen42> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=MP_u6Ez6K1aaOSxMD80oxi_PYu X-EN-UserInfo: 0d1ca1697cdb7a831d4877828571b7ab:1570f0de6936c69fef9e164fffc541bc X-EN-AuthUser: vvelox2 Sender: "Zane C.B." X-EN-OrigIP: 65.185.51.114 X-EN-OrigHost: cpe-65-185-51-114.columbus.res.rr.com Subject: PAM exec patch to allow PAM_AUTHTOK to be exported. X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 May 2007 17:34:31 -0000 --MP_u6Ez6K1aaOSxMD80oxi_PYu Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline I figure some one here may find this interesting. I just begun work on allowing a smb home directory to be automounted upon login. --MP_u6Ez6K1aaOSxMD80oxi_PYu Content-Type: text/x-patch; name=pam_exec.c.diff Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=pam_exec.c.diff --- pam_exec.c.orig Sat May 19 12:51:42 2007 +++ pam_exec.c Sat May 19 12:56:50 2007 @@ -57,6 +57,7 @@ ENV_ITEM(PAM_TTY), ENV_ITEM(PAM_RHOST), ENV_ITEM(PAM_RUSER), + ENV_ITEM(PAM_AUTHTOK), }; =20 static int --MP_u6Ez6K1aaOSxMD80oxi_PYu--