aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/keyserv/keyserv.c
Commit message (Expand)AuthorAgeFilesLines
* keyserv(8): unifdef out __FreeBSD__ and KEYSERV_RANDOMConrad Meyer2019-12-131-30/+0
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-1/+1
* Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-011-2/+2
* In usr.sbin/keyserv, fix some implicit enum conversions, and use theDimitry Andric2011-12-171-10/+10
* Cleanup of userland __P useKevin Lo2007-11-071-7/+7
* Use arc4random() instead of random() when generating the master key.Kris Kennaway2003-02-181-2/+3
* Use sranddev()/srandomdev() for FreeBSDAndrey A. Chernov2003-02-111-2/+10
* Port to TI/RPC and/or IPV6.Alfred Perlstein2002-07-151-3/+3
* Spell void * as void * rather than caddr_t. This is complicated by theDag-Erling Smørgrav2002-04-281-24/+24
* Readded the svc_create() and the registering of the local transport,Alfred Perlstein2002-02-061-1/+35
* Nuke unused variables.Dima Dorfman2001-06-241-2/+0
* Hopefully fix some of the bugs in passing credentials over UNIX ...Alfred Perlstein2001-03-221-1/+1
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andAlfred Perlstein2001-03-191-36/+13
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use err(3). Put includes in alphabetical order.Philippe Charnier1997-09-231-65/+40
* Import of the keyserv daemon needed for Secure RPC.Bill Paul1997-05-281-0/+828