index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libskey
/
skeylogin.c
Age
Commit message (
Expand
)
Author
1997-07-27
Remove debugging info, whoops.
Todd C. Miller
1997-07-27
- Do coarse locking on /etc/skeykeys. Fixes a race that could allow
Todd C. Miller
1997-07-27
Fix search and replace error introduced in version 1.16.
Todd C. Miller
1997-07-26
Convert upper -> lower case in seed for fake s/key propt.
Todd C. Miller
1997-07-26
- int -> long fixes
Todd C. Miller
1997-07-23
Fix skeygetnext()
Todd C. Miller
1997-07-23
_PATH_SKEYKEYS now lives in <paths.h>
Todd C. Miller
1997-07-23
Mode 0600 /etc/skeykeys
Todd C. Miller
1997-07-10
Need err.h for warnx proto.
Todd C. Miller
1996-11-03
Add a bunch of length/size macros and use them.
Todd C. Miller
1996-10-22
Fake an s/key challenge if user doesn't have an entry. Stops info
Todd C. Miller
1996-10-14
htoi now takes an int, not char.
Todd C. Miller
1996-10-02
Fix a bug wrt handling of old md4 entries. Now don't save a type with md4
Todd C. Miller
1996-09-30
__ARGS -> __P (why does everyone have to do this differently?)
Todd C. Miller
1996-09-29
check skey_set_algorithm() ret val + pedantry.
Todd C. Miller
1996-09-29
Towards RFC 1938 compliance. Also, now supports SHA (secure hash algorithm).
Todd C. Miller
1996-09-29
You can now cut and paste skey prompt in an xterm to get the key.
Todd C. Miller
1996-09-27
Deal with both MD4 and MD5 s/key's
Todd C. Miller
1995-12-20
add ability to zero out entry; from millert@cs.colorado.edu; netbsd pr#1851
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt