add blowfish hash support to crypt
authorRich Felker <dalias@aerifal.cx>
Fri, 10 Aug 2012 04:20:00 +0000 (00:20 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 10 Aug 2012 04:20:00 +0000 (00:20 -0400)
commita02bf5fc508c32e8617ff0528d1cc89ed56e3d03
treef4d8201b7308ad5488c383ae7e447a761107387c
parent2f437040e7911d9bef239588ea7ed6f4b9102922
add blowfish hash support to crypt

there are still some discussions going on about tweaking the code, but
at least thing brings us to the point of having something working in
the repository. hopefully the remaining major hashes (md5,sha) will
follow soon.
src/misc/crypt.c
src/misc/crypt_blowfish.c [new file with mode: 0644]
src/misc/crypt_r.c