aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/keyserv
Commit message (Expand)AuthorAgeFilesLines
* usr.sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-6/+0
* usr.sbin: Remove ancient SCCS tags.Warner Losh2023-11-273-8/+0
* keyserv: Remove return statement at the end of void functionsElyes Haouas2023-11-062-3/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-253-9/+0
* Add deprecation notices to publickey(5) toolsEd Maste2023-09-201-0/+4
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* keyserv: Use C89 function definitions.John Baldwin2023-04-183-133/+53
* keyserv(8): unifdef out __FreeBSD__ and KEYSERV_RANDOMConrad Meyer2019-12-132-31/+1
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery2017-06-191-1/+1
* keyserv(1): drop useless comparison.Pedro F. Giffuni2016-05-301-4/+5
* Cleanup unnecessary semicolons from utilities we all love.Pedro F. Giffuni2016-04-151-1/+1
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-6/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+29
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-0/+1
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync from headSimon J. Gerraty2012-11-041-2/+2
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+30
* | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |/ |/|
* | Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-011-2/+2
|/
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric2012-02-071-1/+1
* In usr.sbin/keyserv, fix some implicit enum conversions, and use theDimitry Andric2011-12-172-12/+12
* Rename all symbols in libmp(3) to mp_*, just like Solaris.Ed Schouten2009-02-262-20/+22
* Cleanup of userland __P useKevin Lo2007-11-073-26/+26
* The variable `ROOTKEY' has internal linkage in keyserv.c, don't declare it asStefan Farfeleder2005-02-101-3/+0
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
* Remove spurious semicolons. Outside of functions they are actually errors butStefan Farfeleder2004-05-161-1/+1
* Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution.Ruslan Ermilov2004-01-181-0/+1
* 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
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-172-32/+0
* mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov2002-08-131-2/+2
* Port to TI/RPC and/or IPV6.Alfred Perlstein2002-07-151-3/+3
* The .Nm utilityPhilippe Charnier2002-07-141-6/+8
* Use libcrypto.so.2 instead of .1, since we have it now. It should enableJuli Mallett2002-07-091-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
* Fixed bitrot in DPADD in previous commit.Bruce Evans2001-07-301-1/+1
* Enable the new libmp in the build, and disable libgmp and itsDima Dorfman2001-07-291-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-2/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-5/+5
* Nuke unused variables.Dima Dorfman2001-06-242-6/+0
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-0/+2
* Hopefully fix some of the bugs in passing credentials over UNIX ...Alfred Perlstein2001-03-224-80/+5