summaryrefslogtreecommitdiffstats
path: root/lib/libskey/skeylogin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Need err.h for warnx proto.millert1997-07-101-1/+2
|
* Add a bunch of length/size macros and use them.millert1996-11-031-14/+16
|
* Fake an s/key challenge if user doesn't have an entry. Stops infomillert1996-10-221-3/+29
| | | | gathering attack.
* htoi now takes an int, not char.millert1996-10-141-12/+16
| | | | Only skey_set_algorithm() for the record that matches target user.
* Fix a bug wrt handling of old md4 entries. Now don't save a type with md4millert1996-10-021-5/+11
| | | | | 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.
* __ARGS -> __P (why does everyone have to do this differently?)millert1996-09-301-3/+3
|
* check skey_set_algorithm() ret val + pedantry.millert1996-09-291-12/+15
|
* Towards RFC 1938 compliance. Also, now supports SHA (secure hash algorithm).millert1996-09-291-10/+12
|
* You can now cut and paste skey prompt in an xterm to get the key.millert1996-09-291-16/+10
| | | | Also removed broken code.
* Deal with both MD4 and MD5 s/key'smillert1996-09-271-78/+81
|
* add ability to zero out entry; from millert@cs.colorado.edu; netbsd pr#1851deraadt1995-12-201-1/+29
| | | | also add a prototype for skeyzero()
* initial import of NetBSD treederaadt1995-10-181-0/+366