From owner-freebsd-security@FreeBSD.ORG Tue Feb 5 15:07:04 2008 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDD6016A420 for ; Tue, 5 Feb 2008 15:07:04 +0000 (UTC) (envelope-from SRS0=2UaJgY=S2=vvelox.net=v.velox@yourhostingaccount.com) Received: from mailout12.yourhostingaccount.com (mailout12.yourhostingaccount.com [65.254.253.101]) by mx1.freebsd.org (Postfix) with ESMTP id BA71613C459 for ; Tue, 5 Feb 2008 15:07:04 +0000 (UTC) (envelope-from SRS0=2UaJgY=S2=vvelox.net=v.velox@yourhostingaccount.com) Received: from mailscan21.yourhostingaccount.com ([10.1.15.21] helo=mailscan21.yourhostingaccount.com) by mailout12.yourhostingaccount.com with esmtp (Exim) id 1JMOrJ-00020B-5f for freebsd-security@freebsd.org; Tue, 05 Feb 2008 09:33:13 -0500 Received: from impout03.yourhostingaccount.com ([10.1.55.3] helo=impout03.yourhostingaccount.com) by mailscan21.yourhostingaccount.com with esmtp (Exim) id 1JMOrI-0004Ak-KB for freebsd-security@freebsd.org; Tue, 05 Feb 2008 09:33:12 -0500 Received: from authsmtp09.yourhostingaccount.com ([10.1.18.9]) by impout03.yourhostingaccount.com with NO UCE id lqZC1Y0020BkWne0000000; Tue, 05 Feb 2008 09:33:12 -0500 X-EN-OrigOutIP: 10.1.18.9 X-EN-IMPSID: lqZC1Y0020BkWne0000000 Received: from c-98-206-161-17.hsd1.il.comcast.net ([98.206.161.17] helo=vixen42) by authsmtp09.yourhostingaccount.com with esmtpa (Exim) id 1JMOrI-0007r4-Cu for freebsd-security@freebsd.org; Tue, 05 Feb 2008 09:33:12 -0500 Date: Tue, 5 Feb 2008 08:34:17 -0600 From: "Zane C.B." To: freebsd security Message-ID: <20080205083417.3f3a4a3b@vixen42> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.12.5; i386-portbld-freebsd6.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-EN-UserInfo: 0d1ca1697cdb7a831d4877828571b7ab:1570f0de6936c69fef9e164fffc541bc X-EN-AuthUser: vvelox2 Sender: "Zane C.B." X-EN-OrigIP: 98.206.161.17 X-EN-OrigHost: c-98-206-161-17.hsd1.il.comcast.net Subject: LOCAL_CREDS and unix domain sockets 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: Tue, 05 Feb 2008 15:07:05 -0000 With unix domain sockets, unix(4), are LOCAL_CREDS actually supported or not? I've been trying to fetch this from within a Perl script using 'my $local_creds=$some_connection->sockopt(LOCAL_CREDS)', but all I keep getting is a undefined variable in return, as if fetching it is not supported.