History log of /freebsd-9.3-release/usr.bin/newkey/generic.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

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

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 189092 26-Feb-2009 ed

Rename all symbols in libmp(3) to mp_*, just like Solaris.

The function pow() in libmp(3) clashes with pow(3) in libm. We could
rename this single function, but we can just take the same approach as
the Solaris folks did, which is to prefix all function names with mp_.

libmp(3) isn't really popular nowadays. I suspect not a single
application in ports depends on it. There's still a chance, so I've
increased the SHLIB_MAJOR and __FreeBSD_version.

Reviewed by: deischen, rdivacky


# 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.


# 73563 05-Mar-2001 kris

Switch from using rand() or random() to a stronger, more appropriate PRNG
(random() or arc4random())

Reviewed by: bde


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 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.