aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/newkey
Commit message (Collapse)AuthorAgeFilesLines
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
| | | | | | | | | | | http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html The src.conf(5) manpage is to follow in a few days. Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine) Notes: svn path=/head/; revision=156813
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-2/+2
| | | | Notes: svn path=/head/; revision=146466
* Avoid usage of implicit int.Stefan Farfeleder2005-02-071-1/+2
| | | | Notes: svn path=/head/; revision=141482
* Include <stdlib.h> for exit().Stefan Farfeleder2005-02-071-0/+1
| | | | Notes: svn path=/head/; revision=141481
* Add a prototype for localupdate().Stefan Farfeleder2005-02-071-0/+1
| | | | Notes: svn path=/head/; revision=141480
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-131-0/+2
| | | | | | | | | | | | | | If turned on no NIS support and related programs will be built. Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il> PR: bin/68303 No objections: des, gshapiro, nectar Reviewed by: ru Approved by: rwatson (mentor) MFC after: 2 weeks Notes: svn path=/head/; revision=137675
* Join the 21st century: Cryptography is no longer an optional componentColin Percival2004-08-061-1/+0
| | | | | | | | | | | | | of releases. The -DNOCRYPT build option still exists for anyone who really wants to build non-cryptographic binaries, but the "crypto" release distribution is now part of "base", and anyone installing from a release will get cryptographic binaries. Approved by: re (scottl), markm Discussed on: freebsd-current, in late April 2004 Notes: svn path=/head/; revision=133196
* Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution.Ruslan Ermilov2004-01-181-0/+1
| | | | Notes: svn path=/head/; revision=124664
* The .Nm utilityPhilippe Charnier2002-07-141-4/+6
| | | | Notes: svn path=/head/; revision=99970
* ANSIfy, VCS inclusions and some very minor style.Mark Murray2002-04-283-55/+36
| | | | Notes: svn path=/head/; revision=95633
* Minor reorder for style.Mark Murray2002-04-281-1/+1
| | | | Notes: svn path=/head/; revision=95632
* remove __PWarner Losh2002-03-224-11/+11
| | | | Notes: svn path=/head/; revision=92921
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
| | | | | | | help the GCC3 transition and CURRENT in general. Notes: svn path=/head/; revision=90415
* Turn on WARNS=2. this compiles cleanly.Mark Murray2001-12-021-0/+1
| | | | Notes: svn path=/head/; revision=87238
* Style. Use __P() macro (Yuk!).Mark Murray2001-12-021-5/+5
| | | | Notes: svn path=/head/; revision=87207
* WARNS=2 fixup.Mark Murray2001-12-025-34/+81
| | | | | | | Turn on YP (NIS) while I'm about it. Notes: svn path=/head/; revision=87204
* Fixed bitrot in DPADD in previous commit.Bruce Evans2001-07-301-7/+5
| | | | | | | Fixed some style bugs (mainly disorder). Notes: svn path=/head/; revision=80628
* Enable the new libmp in the build, and disable libgmp and itsDima Dorfman2001-07-291-1/+1
| | | | | | | henchmen. Notes: svn path=/head/; revision=80530
* Remove whitespace at EOL.Dima Dorfman2001-07-151-6/+6
| | | | Notes: svn path=/head/; revision=79755
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+1
| | | | | | | Idea from: Theo de Raadt <deraadt@openbsd.org> Notes: svn path=/head/; revision=79452
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+1
| | | | Notes: svn path=/head/; revision=74848
* Switch from using rand() or random() to a stronger, more appropriate PRNGKris Kennaway2001-03-051-10/+1
| | | | | | | | | (random() or arc4random()) Reviewed by: bde Notes: svn path=/head/; revision=73563
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68963
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48792
* Calls one or more of malloc(), warn(), err(), syslog(), execlp() orDag-Erling Smørgrav1998-10-131-5/+1
| | | | | | | | | | | | | | execvp() in the child branch of a vfork(). Changed to use fork() instead. Some of these (mv, find, apply, xargs) might benefit greatly from being rewritten to use vfork() properly. PR: Loosely related to bin/8252 Approved by: jkh and bde Notes: svn path=/head/; revision=40301
* Replace incomplete malloc prototype with #include <stdlib.h>John Birrell1998-02-201-2/+2
| | | | | | | to get the proper one. Notes: svn path=/head/; revision=33647
* Fixed DPADD.Bruce Evans1997-12-161-2/+3
| | | | Notes: svn path=/head/; revision=31779
* Add usage(), use err(3).Philippe Charnier1997-07-294-72/+76
| | | | | | | Rewrote man page in mdoc format. Notes: svn path=/head/; revision=27754
* Import newkey.Bill Paul1997-05-285-0/+796
This is the program used to generate new Secure RPC public and secret key pairs. Notes: svn path=/cvs2svn/branches/WPAUL/dist/; revision=26238