History log of /freebsd-10.1-release/usr.bin/newkey/update.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 200462 13-Dec-2009 delphij

Revert most part of 200420 as requested, as more review and polish is
needed.


# 200420 11-Dec-2009 delphij

Remove unneeded header includes from usr.bin/ except contributed code.

Tested with: make universe


# 189169 28-Feb-2009 ed

Fix compilation of newkey(8) with WITHOUT_NIS=yes.

Increasing WARNS seems to have broken compilation of this utility.
Instead of lowering WARNS, just fix to code to compile properly.

Submitted by: <bf2006a yahoo com>
Tested by: bms


# 141482 07-Feb-2005 stefanf

Avoid usage of implicit int.


# 95633 28-Apr-2002 markm

ANSIfy, VCS inclusions and some very minor style.


# 92921 21-Mar-2002 imp

remove __P


# 87204 02-Dec-2001 markm

WARNS=2 fixup.

Turn on YP (NIS) while I'm about it.


# 79452 09-Jul-2001 brian

Fix the type of the NULL arg to execl()

Idea from: Theo de Raadt <deraadt@openbsd.org>


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 40301 13-Oct-1998 des

Calls one or more of malloc(), warn(), err(), syslog(), execlp() or
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


# 33647 20-Feb-1998 jb

Replace incomplete malloc prototype with #include <stdlib.h>
to get the proper one.


# 27754 29-Jul-1997 charnier

Add usage(), use err(3).
Rewrote man page in mdoc format.


# 26239 28-May-1997 wpaul

This commit was generated by cvs2svn to compensate for changes in r26238,
which included commits to RCS files with non-trunk default branches.


# 26238 28-May-1997 wpaul

Import newkey.

This is the program used to generate new Secure RPC public and secret
key pairs.