History log of /freebsd-9.3-release/usr.bin/chkey/chkey.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)


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