From owner-cvs-all Fri Aug 17 15:11:21 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 646E237B40C; Fri, 17 Aug 2001 15:11:17 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7HM9Gj39079; Fri, 17 Aug 2001 15:09:16 -0700 (PDT) (envelope-from dd) Message-Id: <200108172209.f7HM9Gj39079@freefall.freebsd.org> From: Dima Dorfman Date: Fri, 17 Aug 2001 15:09:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen getpeereid.c getpeereid.3 Makefile.inc src/include unistd.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dd 2001/08/17 15:09:15 PDT Modified files: lib/libc/gen Makefile.inc include unistd.h Added files: lib/libc/gen getpeereid.c getpeereid.3 Log: Implement getpeereid(3), a front-end to the LOCAL_PEERCRED socket option for the Unix domain. It's weaker than the socket option (this only returns the uid and gid, while the socket opt. can return the entire group list), and is implemented mostly for compatibility with OpenBSD. Revision Changes Path 1.80 +3 -3 src/lib/libc/gen/Makefile.inc 1.42 +2 -1 src/include/unistd.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message