Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strip the private blowfish code down to only that which is | markm | 2003-06-02 | 1 | -204/+1 |
| | | | | | required to make crypt(3) blowfish "$2a$..." hashes. Lint and warnsify. | ||||
* | No functional change, but big code cleanup. WARNS, lint(1) and style(9). | markm | 2002-03-06 | 1 | -110/+13 |
| | |||||
* | __FBSDID() (second half of src/lib/libcrypt changes) | peter | 2001-10-23 | 1 | -2/+3 |
| | |||||
* | Add OpenBSD-style blowfish password hashing. This makes one less | markm | 2001-03-11 | 1 | -0/+783 |
gratuitous difference between us and our sister project. This was given to me _ages_ ago. May apologies to Paul for the length of time its taken me to commit. Obtained from: Niels Provos <provos@physnet.uni-hamburg.de>/OpenBSD Submitted by: Paul Herman <pherman@frenchfries.net> |