freebsd-dev/usr.sbin/keyserv
Bill Paul 51251b2b3b Import of the keyserv daemon needed for Secure RPC.
This version supports both the keyserv v1 and v2 protocols. It uses the
new AF_LOCAL transport so that only local processes can use it for
storing/retrieving keys, and it uses the SCM_CREDS kernel hack for
authentication. With these two modifications, we don't need the keyenvoy
program normally used with RPC 4.0.

Note that if libdes.so.3.x is present on the system when keyserv
is started, Secure RPC will run with normal DES encryption. If not,
everything falls back to RC4 with a 40 bit key.
1997-05-28 15:44:22 +00:00
..
crypt_server.c Import of the keyserv daemon needed for Secure RPC. 1997-05-28 15:44:22 +00:00
keyserv_uid.c Import of the keyserv daemon needed for Secure RPC. 1997-05-28 15:44:22 +00:00
keyserv.8 Import of the keyserv daemon needed for Secure RPC. 1997-05-28 15:44:22 +00:00
keyserv.c Import of the keyserv daemon needed for Secure RPC. 1997-05-28 15:44:22 +00:00
keyserv.h Import of the keyserv daemon needed for Secure RPC. 1997-05-28 15:44:22 +00:00
Makefile Import of the keyserv daemon needed for Secure RPC. 1997-05-28 15:44:22 +00:00
setkey.c Import of the keyserv daemon needed for Secure RPC. 1997-05-28 15:44:22 +00:00