Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 1997 08:44:22 -0700 (PDT)
From:      Bill Paul <wpaul@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src/usr.sbin/keyserv - Imported sources
Message-ID:  <199705281544.IAA15490@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       1997/05/28 08:44:22 PDT

  src/usr.sbin/keyserv - Imported sources
  Update of /home/ncvs/src/usr.sbin/keyserv
  In directory freefall.freebsd.org:/net/hub/a/wpaul/import/src/usr.sbin/keyserv
  
  Log Message:
  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.
  
  Status:
  
  Vendor Tag:	WPAUL
  Release Tags:	secure_rpc_1_0
  		
  N src/usr.sbin/keyserv/keyserv.h
  N src/usr.sbin/keyserv/Makefile
  N src/usr.sbin/keyserv/setkey.c
  N src/usr.sbin/keyserv/keyserv.c
  N src/usr.sbin/keyserv/keyserv.8
  N src/usr.sbin/keyserv/keyserv_uid.c
  N src/usr.sbin/keyserv/crypt_server.c
  I src/usr.sbin/keyserv/CVS
  
  No conflicts created by this import
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705281544.IAA15490>