Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2001 15:09:15 -0700 (PDT)
From:      Dima Dorfman <dd@FreeBSD.org>
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
Message-ID:  <200108172209.f7HM9Gj39079@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108172209.f7HM9Gj39079>