History log of /freebsd-10-stable/usr.bin/chkey/chkey.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# 231994 22-Feb-2012 kevlo

Handle NULL return from crypt(3). Mostly from DragonFly


# 215519 19-Nov-2010 kevlo

Fix fd leak

MFC after: 3 days


# 102497 27-Aug-2002 charnier

Use strchr() instead of index(). Use getopt(). Use err().


# 100814 28-Jul-2002 dwmalone

ANSIify function definitions to avoid some warnings.
Include stdlib.h for exit.


# 87628 10-Dec-2001 dwmalone

Style improvements recommended by Bruce as a follow up to some
of the recent WARNS commits. The idea is:

1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though copyrights probably should).
3) There should be no blank line between including cdefs and __FBSDIF.


# 87240 02-Dec-2001 markm

WARNS=2 fixes. Also, use __FBSDID(), and sort includes.


# 26241 28-May-1997 wpaul

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


# 26240 28-May-1997 wpaul

Import chkey.

This program is used to change a user's existing public and secret key pair.