OpenGrok
Cross Reference: skeyinit.c
xref
: /
src
/
usr.bin
/
skeyinit
/
skeyinit.c
Home
|
History
|
Annotate
|
Download
|
only in
skeyinit
History log of
/src/usr.bin/skeyinit/skeyinit.c
Revision
Date
Author
Comments
1.29
14-Apr-2009
lukem
Fix -Wsign-compare issue
1.28
05-Apr-2008
lukem
branches: 1.28.10;
Default for -n is 100 not 99.
1.27
20-Sep-2005
he
Initialize pw to placate -Wuninitialized for sh3.
1.26
19-Sep-2005
wiz
Sync usage with man page.
1.25
18-Sep-2005
elad
Add -k key and -p password.
Slightly modified diff from V. Hari.
PR/15736.
1.24
03-Nov-2004
dsl
Add (unsigned char) cast to ctype functions
1.23
05-Jan-2004
jmmv
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
to be the most common practice in our tree.
1.22
23-Jun-2003
agc
Add NetBSD RCS Ids.
1.21
17-May-2003
itojun
use strl*
1.20
16-Nov-2002
itojun
use strlcpy
1.19
01-Aug-2002
christos
use LOGIN_NAME_MAX not UT_NAMELEN.
remove utmp.h
1.18
11-Jun-2002
itojun
err/errx/warn/warnx do not need \n at the end
1.17
23-Apr-2002
itohy
Make sure using stdin/stdout/stderr is safe
after opening any file.
1.16
24-Jul-2001
wiz
s/necesary/necessary/
1.15
24-Mar-2001
christos
make sure that me is null terminated.
1.14
28-Jul-2000
thorpej
Filter out non-alpha-numeric characters from the default
seed. No point in generating one that skey(1) will reject.
1.13
07-Jul-2000
mjl
Bring s/key closer to RFC2289 conformance by pulling in changes
from OpenBSD to make use of different hash functions possible.
Also ANSIfy, make it use getopt instead of home-grown arg parsing,
and clean up a bit.
1.12
19-Dec-1998
christos
branches: 1.12.10;
portability in printf args.
char -> unsigned char
1.11
26-Jul-1998
mycroft
const poisoning.
1.10
06-Jul-1998
mrg
nul-terminated strftime buffer. remove duplicate call to setpriority.
1.9
06-Jul-1998
mrg
- use an array MAXHOSTNAMELEN+1 size to hold hostnames
- ensure hostname from gethostname() is nul-terminated in all cases
- minor KNF
- use MAXHOSTNAMELEN over various other values/defines
- be safe will buffers that hold hostnames
1.8
19-Oct-1997
lukem
WARNSify, fix .Nm usage, xref all s/key related programs
1.7
11-Feb-1997
mrg
use strncpy.
1.6
05-Jun-1995
pk
#include <err.h> & <ctype.h>; remove extraneous declarations.
1.5
24-Dec-1994
cgd
stdlib.h, RCS ID format
1.4
30-May-1994
deraadt
better seed initialization
1.3
30-May-1994
cgd
reorg include order, also add <sys/param.h> for MAXHOSTNAMELEN
1.2
29-May-1994
deraadt
fix bug 266
1.1
24-May-1994
deraadt
add skey & friends
1.12.10.2
25-Apr-2001
he
Pull up revision 1.15 (requested by mjl):
Fix spurious error message when run by non-root. Fixes PR#12465.
1.12.10.1
17-Jul-2000
mjl
Pull up S/Key overhaul (RFC2289 compliance, new hash types,
ctype clean up) from current. Approved by thorpej.
1.28.10.1
13-May-2009
jym
Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Indexes created Wed Oct 15 07:09:58 GMT 2025