aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/newkey
Commit message (Expand)AuthorAgeFilesLines
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-2/+2
* Avoid usage of implicit int.Stefan Farfeleder2005-02-071-1/+2
* Include <stdlib.h> for exit().Stefan Farfeleder2005-02-071-0/+1
* Add a prototype for localupdate().Stefan Farfeleder2005-02-071-0/+1
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-131-0/+2
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
* Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution.Ruslan Ermilov2004-01-181-0/+1
* The .Nm utilityPhilippe Charnier2002-07-141-4/+6
* ANSIfy, VCS inclusions and some very minor style.Mark Murray2002-04-283-55/+36
* Minor reorder for style.Mark Murray2002-04-281-1/+1
* remove __PWarner Losh2002-03-224-11/+11
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* Turn on WARNS=2. this compiles cleanly.Mark Murray2001-12-021-0/+1
* Style. Use __P() macro (Yuk!).Mark Murray2001-12-021-5/+5
* WARNS=2 fixup.Mark Murray2001-12-025-34/+81
* Fixed bitrot in DPADD in previous commit.Bruce Evans2001-07-301-7/+5
* Enable the new libmp in the build, and disable libgmp and itsDima Dorfman2001-07-291-1/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-6/+6
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+1
* Switch from using rand() or random() to a stronger, more appropriate PRNGKris Kennaway2001-03-051-10/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-5/+1
* Replace incomplete malloc prototype with #include <stdlib.h>John Birrell1998-02-201-2/+2
* Fixed DPADD.Bruce Evans1997-12-161-2/+3
* Add usage(), use err(3).Philippe Charnier1997-07-294-72/+76
* Import newkey.Bill Paul1997-05-285-0/+796