NetBSD/lib/libcrypt
perry 591534100f ANSI function prototypes 2009-05-01 00:28:17 +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
bcrypt.c gently add some "const", and avoid some casts 2006-10-27 19:39:11 +00:00
blowfish.c Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 21:11:15 +00:00
crypt-sha1.c As discussed back in June, move the implementation of hmac_sha1 here 2006-10-27 18:22:56 +00:00
crypt.3 Mention pwhash(1) in a few places, 2005-09-05 03:37:14 +00:00
crypt.c ANSI function prototypes 2009-05-01 00:28:17 +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.c fix -Wsign-compare issues 2009-01-18 12:14:16 +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
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