NetBSD/lib/libcrypt
2011-12-27 01:20:45 +00:00
..
bcrypt.c Return ":1" on error instead of ":", so that sloppy password creation programs 2011-12-26 21:51:53 +00:00
blowfish.c
crypt-sha1.c rearrange variable usage to kill __UNCONST 2011-05-09 19:15:28 +00:00
crypt.3
crypt.c perform the check for all salts > 2. 2011-12-27 01:20:45 +00:00
crypt.h As discussed back in June, move the implementation of hmac_sha1 here 2006-10-27 18:22:56 +00:00
hmac_sha1.c As discussed back in June, move the implementation of hmac_sha1 here 2006-10-27 18:22:56 +00:00
hmac.c fix ipad/opad buffer length (was one too much), just for sanity 2011-05-16 10:39:12 +00:00
Makefile remove most of the remaining HAVE_GCC tests that are always true in 2011-06-20 07:43:56 +00:00
md5crypt.c remove the option to build this against openssl - this hasn't been used 2011-11-29 17:27:10 +00:00
pw_gensalt.c fix -Wsign-compare issues 2009-01-18 12:14:16 +00:00
shlib_version bump shared libraries. 2009-01-11 03:07:47 +00:00
util.c