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
/
libc
/
crypt
/
bcrypt.c
Age
Commit message (
Expand
)
Author
2003-08-07
ansi
Theo de Raadt
2003-06-25
protos
Theo de Raadt
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-01-04
grammer/spelling
Todd T. Fries
2000-08-02
return error if salt is too small; pr 1336
Niels Provos
1998-08-10
fix base64 encoding, this problem was reported by
Niels Provos
1998-02-18
#if __STDC__ -> #ifdef __STDC__, now all of them.
Niels Provos
1997-09-10
indentation cleanup
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1997-07-23
tabify
kstailey
1997-07-09
Clean up some -Wall flowers.
Todd C. Miller
1997-07-01
fix that repeating passwords yield same hash + increment minor
Niels Provos
1997-04-30
Be more careful about possible type promotion
Thorsten Lockert
1997-03-27
yet another random() converted to arc4random()
Niels Provos
1997-02-16
prelim manpage, cleanup, fixed crippled plaintext: sed does a nice
Niels Provos
1997-02-14
header update
Niels Provos
1997-02-13
password hashing algorithm using blowfish
Niels Provos