NetBSD/lib/libcrypt
drochner ccdea5df98 -fix maximum length of salt (missing prefix, rounding error)
-clip number of rounds at 31 -- this is log2 of the real number,
 and anything larger would break exponentation
-catch possible atoi() error where log2(rounds) is parsed in the
 salt prefix
-zero crypto state on exit
from Open/FreeBSD
2011-05-16 10:45:56 +00:00
..
bcrypt.c -fix maximum length of salt (missing prefix, rounding error) 2011-05-16 10:45:56 +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 ANSI function prototypes 2009-05-01 00:28:17 +00:00
crypt.h
hmac_sha1.c
hmac.c fix ipad/opad buffer length (was one too much), just for sanity 2011-05-16 10:39:12 +00:00
Makefile Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC. 2008-08-29 00:02:21 +00:00
md5crypt.c Remove more duplicate #includes, and a few spurious whitespaces at EOL 2007-01-17 23:24:22 +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