summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getpeereid.3
Commit message (Collapse)AuthorAgeFilesLines
* mdoc(7) police: "The .Fn function".ru2002-12-181-0/+2
|
* This API will appear in FreeBSD 4.6.dd2002-03-091-1/+1
|
* Introduce a version field to `struct xucred' in place of one of thedd2002-02-271-1/+2
| | | | | | | | | | | | spares (the size of the field was changed from u_short to u_int to reflect what it really ends up being). Accordingly, change users of xucred to set and check this field as appropriate. In the kernel, this is being done inside the new cru2x() routine which takes a `struct ucred' and fills out a `struct xucred' according to the former. This also has the pleasant sideaffect of removing some duplicate code. Reviewed by: rwatson
* Fix typos getpeerid -> getpeereid.tobez2001-12-021-2/+2
| | | | | PR: docs/32442 Reviewed by: dd
* Use .In, .Ux, and .Rv where appropriate. Also consistently call thisdd2001-08-211-18/+16
| | | | | | a "function" instead of a "routine". Submitted by: ru
* Implement getpeereid(3), a front-end to the LOCAL_PEERCREDdd2001-08-171-0/+136
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.
OpenPOWER on IntegriCloud