NetBSD/sys
thorpej cc22126721 Implement passing credentials as ancillary data on Unix domain sockets,
enabled with the LOCAL_CREDS socket option on the listener.  Semantics are
similar to BSD/OS's:
- Creds are available with first data on SOCK_STREAM, and with every datagram
  on SOCK_DGRAM.
- It is not possible to forge credentials.

Different in that:
- Different credential data structure (ours does not rely on the format
  of internal kernel data structures, and does not pass the login name).
- We can pass creds and file descriptors at the same time (this does not
  work in BSD/OS).

Luke Mewburn <lukem@netbsd.org> gets credit for inspiring me to implement
this.  :-)
1998-01-07 22:57:09 +00:00
..
adosfs
arch - avoid system stack underflow when calling sigreturn via trap #0 1998-01-07 22:46:00 +00:00
compat
conf
ddb
dev fix some typos in error messages & comments 1998-01-07 08:47:54 +00:00
gdbscripts
ipkdb
isofs/cd9660
kern Implement passing credentials as ancillary data on Unix domain sockets, 1998-01-07 22:57:09 +00:00
lib
lkm
miscfs
msdosfs
net
netatalk
netccitt
netinet add the following, derived from FreeBSD: 1998-01-07 22:51:22 +00:00
netiso
netnatm
netns
nfs
stand
sys Add flags to the unpcb, and define the "want credentials" flag. 1998-01-07 22:49:47 +00:00
ufs
vm Garbage-collect __VM_PMAP_HACK. 1998-01-06 08:36:23 +00:00
Makefile