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
/
libc
/
crypt
/
bcrypt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Zero state buffers on return. OK deraadt@
millert
2008-04-02
1
-1
/
+5
*
Get rid of useless #if 0 block, especially since the code is included
ray
2007-03-19
1
-5
/
+1
*
Change hard coded numbers to sizeof(buf). Also change some
ray
2007-02-20
1
-3
/
+3
*
allocate gsalt large enough; from Matthew R. Dempsky <mrd at alkemio
otto
2006-07-04
1
-2
/
+2
*
be more careful with atoi() result; ok otto
deraadt
2006-04-03
1
-3
/
+5
*
Test the upper limit for the max # of rounds to, to avoid wrapping and ending
otto
2004-12-22
1
-2
/
+7
*
ansi
deraadt
2003-08-07
1
-8
/
+3
*
protos
deraadt
2003-06-25
1
-1
/
+3
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-32
/
+1
*
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
1
-5
/
+5
*
grammer/spelling
todd
2001-01-04
1
-2
/
+2
*
return error if salt is too small; pr 1336
provos
2000-08-02
1
-1
/
+4
*
fix base64 encoding, this problem was reported by
provos
1998-08-10
1
-6
/
+6
*
#if __STDC__ -> #ifdef __STDC__, now all of them.
provos
1998-02-18
1
-4
/
+4
*
indentation cleanup
deraadt
1997-09-10
1
-2
/
+2
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-2
/
+2
*
tabify
kstailey
1997-07-23
1
-7
/
+7
*
Clean up some -Wall flowers.
millert
1997-07-09
1
-1
/
+3
*
fix that repeating passwords yield same hash + increment minor
provos
1997-07-01
1
-12
/
+32
*
Be more careful about possible type promotion
tholo
1997-04-30
1
-4
/
+24
*
yet another random() converted to arc4random()
provos
1997-03-27
1
-4
/
+3
*
prelim manpage, cleanup, fixed crippled plaintext: sed does a nice
provos
1997-02-16
1
-4
/
+4
*
header update
provos
1997-02-14
1
-5
/
+26
*
password hashing algorithm using blowfish
provos
1997-02-13
1
-0
/
+300