summaryrefslogtreecommitdiff
path: root/lib/libc/crypt/bcrypt.c
AgeCommit message (Expand)Author
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