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
Age
Commit message (
Expand
)
Author
2001-06-20
major number bump
Todd C. Miller
2001-06-20
We don't need an f() for each hash, just overload the per-hash
Todd C. Miller
2001-06-20
o Do per-record locking instead of whole file locking
Todd C. Miller
2001-06-20
o Add a length parameter to struct skey and rearrange some other structs
Todd C. Miller
2001-01-26
SHA1 is a big endian algorithm but RFC2289 mandates that results be
Todd C. Miller
2001-01-04
grammar
Todd T. Fries
2000-11-20
Move fake prompt generation from skey_authenticate() to skeychallenge()
Todd C. Miller
2000-06-23
set mp->keyfile = NULL if stat fails
Markus Friedl
2000-03-02
$OpenBSD$
Todd T. Fries
1999-12-06
fd leak
Theo de Raadt
1999-11-26
fix descriptor leaks and double fclose(); markus and I; ok from millert
Theo de Raadt
1999-08-16
don't need sys/file.h now that we include fcntl.h
Todd C. Miller
1999-08-16
missing fcntl.h
Todd C. Miller
1999-07-15
change /etc/host.random to /var/db/host.random
Niels Provos
1998-07-05
replace open + fstat with stat
Todd C. Miller
1998-07-05
if there is no /etc/host.random, hash on the ctime of /dev/mem or /. This is...
Todd C. Miller
1998-07-03
Change the random file path, add a sanity check on file size.
Angelos D. Keromytis
1998-07-03
Fix my fix to return sane values.
Angelos D. Keromytis
1998-07-03
produce credible seeds for non-existent users.
Todd C. Miller
1998-07-03
Fix some of my indentation badness.
Angelos D. Keromytis
1998-07-03
Remove user existance disclosure through "s/key" challenges.
Angelos D. Keromytis
1998-02-24
Allow superuser to disable skey by unlnking /etc/skeykeys.
Todd C. Miller
1997-09-12
Don't let strncpy() get a negative length. Noted by Theo.
Todd C. Miller
1997-09-04
Don't unlock skeys file before closing it. The lock is released
Todd C. Miller
1997-07-29
This case of version number update is a little special and was not well-known
Niklas Hallqvist
1997-07-27
Remove debugging info, whoops.
Todd C. Miller
1997-07-27
bump minor
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-24
Fix one instance of bad strncpy() usage and some KNF.
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-23
Increase max hashname length for rmd160.
Todd C. Miller
1997-07-17
Add RIPEMD-160 (rmd160) support to OTP (s/key).
Todd C. Miller
1997-07-11
Remove #if 0'd code
Todd C. Miller
1997-07-10
Use new SHA1* functions.
Todd C. Miller
1997-07-10
Need err.h for warnx proto.
Todd C. Miller
1997-04-27
COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
Todd C. Miller
1996-12-08
install -> ${INSTALL}, -c -> ${COPY}
Jason Downs
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-22
Don't need the extra newline since we never turn off echo for s/key
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
Added missing static's.
Todd C. Miller
1996-09-30
Fix byte order problem with sha1.
Todd C. Miller
1996-09-30
More RFC 1938 compliance--convert seed to lower case internally.
Todd C. Miller
[next]