From owner-freebsd-current@FreeBSD.ORG Fri Mar 16 09:51:12 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 121B416A400 for ; Fri, 16 Mar 2007 09:51:12 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-1.dlr.de (smtp-1.dlr.de [195.37.61.185]) by mx1.freebsd.org (Postfix) with ESMTP id A2E6113C458 for ; Fri, 16 Mar 2007 09:51:11 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from knop-beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-1.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Fri, 16 Mar 2007 10:51:09 +0100 Date: Fri, 16 Mar 2007 10:51:06 +0100 (CET) From: Harti Brandt X-X-Sender: brandt_h@knop-beagle.kn.op.dlr.de To: freebsd-current@freebsd.org Message-ID: <20070316104749.J88087@knop-beagle.kn.op.dlr.de> X-OpenPGP-Key: harti@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Content-ID: <20070316104754.K88087@knop-beagle.kn.op.dlr.de> X-OriginalArrivalTime: 16 Mar 2007 09:51:09.0812 (UTC) FILETIME=[9FE94B40:01C767B0] Subject: LOCAL_CREDS socket option X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2007 09:51:12 -0000 Hi, is there any specific reason that we don't support the LOCAL_CREDS option for SOCK_DGRAM sockets in the local domain? It's documented in unix(4) for a long time and it looks like it is supported, for example, in NetBSD. harti