History log of /freebsd-11.0-release/usr.bin/newkey/update.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

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

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

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 22-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 28-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.