index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
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 ...
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