aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/newkey
Commit message (Collapse)AuthorAgeFilesLines
* 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