summaryrefslogtreecommitdiff
path: root/usr.bin/skeyinit
AgeCommit message (Collapse)Author
1997-03-26no libcrypt, fix DPADDTheo de Raadt
1996-11-03Use new length/size macros.Todd C. Miller
1996-10-23Allow root to add entry for login that does not exist.Todd C. Miller
1996-10-14Fixed a bug in skeylookup() so no need for extra skey_set_algorithm.Todd C. Miller
1996-10-08reset hash type after zeroing when changing hash type, from dm.Todd C. Miller
1996-10-08Attempt at cleanup.michaels
1996-10-02When changing hash algorithms comment out the old entry so weTodd C. Miller
don't overflow the old fixed length record.
1996-10-02Fix a bug wrt handling of old md4 entries. Now don't save a type with md4Todd C. Miller
so we don't go over the record size and munge other entries. Don't export symbols we don't need to in put.c.
1996-09-30Fixed up docs and improved skeyinit's passwd prompt.Todd C. Miller
1996-09-30In -s mode, now checks that seed is pure alphanum and converts charsTodd C. Miller
to lowercase. Also fixed prompt in -s mode to be rfc1938 compliant. You may now enter "s/key" as the password and get in via an s/key challenge, the lack of which was pointed out by dm.
1996-09-29RFC 1938 says min passwd len is 10...Todd C. Miller
1996-09-29updated s/key docs.Todd C. Miller
1996-09-29Document new switches.Todd C. Miller
1996-09-29Works with new libskey and supports SHA.Todd C. Miller
1996-09-29Added support for MD4/MD5 as an argument.Todd C. Miller
1996-09-28strings for username are of size UT_NAMESIZETodd C. Miller
1996-09-28Less easily guessed seed. From logdaemon package.Todd C. Miller
1996-09-27Now can deal with both MD4 and MD5 s/key's.Todd C. Miller
1996-06-26rcsidTheo de Raadt
1996-02-15libcrypt no longer a link dependancy.etheisen
1995-12-20add ability to zero out entry; from millert@cs.colorado.edu; netbsd pr#1851Theo de Raadt
also add a prototype for skeyzero()
1995-10-18initial import of NetBSD treeTheo de Raadt