Home | History | Annotate | Download | only in net
History log of /src/lib/libc/net/getpeereid.3
RevisionDateAuthorComments
 1.2  29-Jan-2008  abs Adjust "The getpeereid() function appeared in NetBSD 4.0" to a more
correct NetBSD 5.0.
 1.1  09-Aug-2007  he branches: 1.1.2;
Add a new socket option for unix domain sockets: LOCAL_PEEREID, to make
it possible to get the pid, euid and egid of the process at the remote
end at the time it did bind() or connect().

Add a new libc function, getpeereid() to easily get at the euid and egid.
As a consequence, bump libc's minor number.

Document the LOCAL_PEEREID socket option in unix(4).

Based on contribution by Arne H. Juul, minor modifications by myself.
 1.1.2.1  23-Mar-2008  matt sync with HEAD

RSS XML Feed