K 10 svn:author V 2 dd K 8 svn:date V 27 2001-08-17T22:01:18.000000Z K 7 svn:log V 340 Implement a LOCAL_PEERCRED socket option which returns a `struct xucred` with the credentials of the connected peer. Obviously this only works (and makes sense) on SOCK_STREAM sockets. This works for both the connect(2) and listen(2) callers. There is precise documentation of the semantics in unix(4). Reviewed by: dwmalone (eyeballed) END