index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libskey
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
4
-45
/
+45
*
Fix `necesary' typos; Alexander Yurchenko
millert
2002-01-24
1
-2
/
+2
*
Check for keyfile == NULL in skey_unlock()
millert
2001-12-07
1
-2
/
+2
*
avoid stdio in a signal handler; millert ok
deraadt
2001-11-14
1
-4
/
+4
*
sync skeyzero proto with recent changes
millert
2001-06-23
1
-2
/
+2
*
skeyzero() never uses its 2nd arg so remove it. Since the only thing
millert
2001-06-23
2
-9
/
+9
*
Document our S/Key library.
millert
2001-06-23
2
-2
/
+403
*
getskeyprompt() is gone
millert
2001-06-23
1
-2
/
+1
*
Get rid of f_HASH() and fold its functionality into keycrunch_HASH().
millert
2001-06-23
1
-151
/
+104
*
major number bump
millert
2001-06-20
1
-1
/
+1
*
We don't need an f() for each hash, just overload the per-hash
millert
2001-06-20
1
-2104
/
+326
*
o Do per-record locking instead of whole file locking
millert
2001-06-20
1
-102
/
+258
*
o Add a length parameter to struct skey and rearrange some other structs
millert
2001-06-20
1
-46
/
+44
*
SHA1 is a big endian algorithm but RFC2289 mandates that results be
millert
2001-01-26
1
-15
/
+35
*
grammar
todd
2001-01-04
1
-2
/
+2
*
Move fake prompt generation from skey_authenticate() to skeychallenge()
millert
2000-11-20
1
-129
/
+142
*
set mp->keyfile = NULL if stat fails
markus
2000-06-23
1
-1
/
+2
*
$OpenBSD$
todd
2000-03-02
1
-1
/
+1
*
fd leak
deraadt
1999-12-06
1
-1
/
+4
*
fix descriptor leaks and double fclose(); markus and I; ok from millert
deraadt
1999-11-26
1
-5
/
+23
*
don't need sys/file.h now that we include fcntl.h
millert
1999-08-16
1
-2
/
+1
*
missing fcntl.h
millert
1999-08-16
1
-1
/
+2
*
change /etc/host.random to /var/db/host.random
provos
1999-07-15
1
-2
/
+2
*
replace open + fstat with stat
millert
1998-07-05
1
-5
/
+2
*
if there is no /etc/host.random, hash on the ctime of /dev/mem or /. This is much better than the old fake challenge.
millert
1998-07-05
1
-84
/
+94
*
Change the random file path, add a sanity check on file size.
angelos
1998-07-03
2
-3
/
+4
*
Fix my fix to return sane values.
angelos
1998-07-03
1
-9
/
+10
*
produce credible seeds for non-existent users.
millert
1998-07-03
1
-3
/
+3
*
Fix some of my indentation badness.
angelos
1998-07-03
1
-12
/
+12
*
Remove user existance disclosure through "s/key" challenges.
angelos
1998-07-03
3
-24
/
+116
*
Allow superuser to disable skey by unlnking /etc/skeykeys.
millert
1998-02-24
1
-21
/
+11
*
Don't let strncpy() get a negative length. Noted by Theo.
millert
1997-09-12
1
-2
/
+2
*
Don't unlock skeys file before closing it. The lock is released
millert
1997-09-04
1
-4
/
+1
*
This case of version number update is a little special and was not well-known
niklas
1997-07-29
1
-2
/
+2
*
Remove debugging info, whoops.
millert
1997-07-27
1
-2
/
+1
*
bump minor
millert
1997-07-27
1
-1
/
+1
*
- Do coarse locking on /etc/skeykeys. Fixes a race that could allow
millert
1997-07-27
4
-15
/
+28
*
Fix search and replace error introduced in version 1.16.
millert
1997-07-27
1
-19
/
+19
*
Convert upper -> lower case in seed for fake s/key propt.
millert
1997-07-26
1
-2
/
+3
*
- int -> long fixes
millert
1997-07-26
2
-45
/
+55
*
Fix one instance of bad strncpy() usage and some KNF.
millert
1997-07-24
2
-2142
/
+2149
*
Fix skeygetnext()
millert
1997-07-23
1
-17
/
+4
*
_PATH_SKEYKEYS now lives in <paths.h>
millert
1997-07-23
4
-26
/
+95
*
Mode 0600 /etc/skeykeys
millert
1997-07-23
2
-3
/
+5
*
Increase max hashname length for rmd160.
millert
1997-07-23
1
-3
/
+3
*
Add RIPEMD-160 (rmd160) support to OTP (s/key).
millert
1997-07-17
2
-4
/
+62
*
Remove #if 0'd code
millert
1997-07-11
1
-11
/
+1
*
Use new SHA1* functions.
millert
1997-07-10
2
-18
/
+24
*
Need err.h for warnx proto.
millert
1997-07-10
1
-1
/
+2
*
COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP
millert
1997-04-27
1
-2
/
+2
[prev]
[next]