summaryrefslogtreecommitdiff
path: root/lib/libc/crypt/bcrypt.c
AgeCommit message (Expand)Author
2004-12-22Test the upper limit for the max # of rounds to, to avoid wrapping and endingOtto Moerbeek
2003-08-07ansiTheo de Raadt
2003-06-25protosTheo de Raadt
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-01-04grammer/spellingTodd T. Fries
2000-08-02return error if salt is too small; pr 1336Niels Provos
1998-08-10fix base64 encoding, this problem was reported byNiels Provos
1998-02-18#if __STDC__ -> #ifdef __STDC__, now all of them.Niels Provos
1997-09-10indentation cleanupTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-23tabifykstailey
1997-07-09Clean up some -Wall flowers.Todd C. Miller
1997-07-01fix that repeating passwords yield same hash + increment minorNiels Provos
1997-04-30Be more careful about possible type promotionThorsten Lockert
1997-03-27yet another random() converted to arc4random()Niels Provos
1997-02-16prelim manpage, cleanup, fixed crippled plaintext: sed does a niceNiels Provos
1997-02-14header updateNiels Provos
1997-02-13password hashing algorithm using blowfishNiels Provos