| Age | Commit message (Expand) | Author |
| 2011-06-20 | remove most of the remaining HAVE_GCC tests that are always true in | mrg |
| 2011-05-16 | -fix maximum length of salt (missing prefix, rounding error) | drochner |
| 2011-05-16 | fix ipad/opad buffer length (was one too much), just for sanity | drochner |
| 2011-05-09 | rearrange variable usage to kill __UNCONST | drochner |
| 2009-05-01 | ANSI function prototypes | perry |
| 2009-05-01 | de-__P | perry |
| 2009-01-18 | fix -Wsign-compare issues | lukem |
| 2009-01-11 | bump shared libraries. | christos |
| 2008-08-29 | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a f... | gmcgarry |
| 2008-07-12 | Add test for HAVE_PCC with HAVE_GCC which turn off compiler warning flags. | gmcgarry |
| 2007-01-17 | Remove more duplicate #includes, and a few spurious whitespaces at EOL | hubertf |
| 2006-11-25 | Constify prtab() argument, fixes MKDEBUGLIB build. | freza |
| 2006-10-27 | gently add some "const", and avoid some casts | drochner |
| 2006-10-27 | As discussed back in June, move the implementation of hmac_sha1 here | drochner |
| 2006-10-24 | don't segfault on NULL pointer if number of rounds is | mlelstv |
| 2006-05-11 | sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. | mrg |
| 2006-04-08 | Need stdio.h if debug. | christos |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-09-05 | Mention pwhash(1) in a few places, | hubertf |
| 2005-08-16 | salt is in the second argument | drochner |
| 2005-01-12 | fix compile issue. | christos |
| 2005-01-12 | fix compile issue and de-lint | christos |
| 2005-01-12 | - change the gensalt functions to take an optional string instead of | christos |
| 2005-01-11 | sprinkle ARGSUSED and include "crypt.h" | christos |
| 2005-01-11 | only get the rounds if we have them. | christos |
| 2005-01-11 | add local prototype for old salt function | christos |
| 2005-01-11 | Add pw_gensalt, which was taken from pwd_gensalt. This now is used in 3 | christos |
| 2005-01-11 | use the standard __UNCONST | christos |
| 2005-01-11 | - remove local UNCONST | christos |
| 2005-01-11 | Write __gensalt_blowfish function that does not use static storage and | christos |
| 2004-07-02 | Add support for SHA1 hashed passwords. | sjg |
| 2004-06-10 | Remove a superfluous .sp in the SEE ALSO section. | uebayasi |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-06 | make the read-only arrays const | jdolecek |
| 2003-08-06 | make itoa64[] const | jdolecek |
| 2003-08-06 | add __RCSID() | jdolecek |
| 2003-07-14 | use strlcat | itojun |
| 2003-04-17 | hrink the Blowfish routines down to only what we need for __bcrypt(), | thorpej |
| 2003-04-17 | If libcrypto is defined, use the MD5 routines from libcrypto, rather | thorpej |
| 2003-04-16 | Use | wiz |
| 2002-10-01 | New sentence, new line. From Robert Elz. | wiz |
| 2002-08-19 | Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the | lukem |
| 2002-05-24 | crank minor for bcrypt support | itojun |
| 2002-05-24 | support bcrypt password. can be chosen by "blowfish" keyword in passwd.conf. | itojun |
| 2002-04-17 | Change Nd argument to 'password encryption', since it does not only provide | wiz |
| 2002-02-20 | Punctuation nits. | wiz |
| 2002-02-07 | Generate <>& symbolically. | ross |
| 2002-01-15 | Whitespace nits, drop unnecessary .Pps. | wiz |
| 2001-12-28 | * Add user-controlled mk.conf variables | lukem |
| 2001-09-10 | Ensure that the salt is always terminated properly with '$'. Makes Cyrus' | ad |