| Age | Commit message (Expand) | Author |
| 2021-10-31 | Pull up following revision(s) (requested by nia in ticket #1370): | martin |
| 2015-06-17 | fix error messages | christos |
| 2013-08-28 | Publish explicit_memset and consttime_memequal in userland libc. | riastradh |
| 2013-08-10 | Silence -Wpointer-sign on crypt-sha1.c. | dholland |
| 2013-06-24 | Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset. | riastradh |
| 2012-08-30 | Add "consttime_bcmp" and "explicit_bzero" functions for both kernel | drochner |
| 2012-08-10 | crypt-sha1.c flags apply to all compilers in the tree, drop conditional. | joerg |
| 2012-03-23 | Use major.minor for NetBSD versions. | njoly |
| 2012-03-21 | These directories default to WARNS?=5 | matt |
| 2012-03-21 | Use C89 functions definitions. | matt |
| 2012-03-01 | Fix punctuation markup. | wiz |
| 2012-01-02 | Remove trailing whitespace. | wiz |
| 2012-01-01 | a typo and missing markup | christos |
| 2012-01-01 | Improve returns description from Solar Designer. | christos |
| 2011-12-28 | Remove trailing whitespace. Avoid xr to itself. | wiz |
| 2011-12-28 | reflect current reality about return values. | christos |
| 2011-12-28 | make __crypt static | christos |
| 2011-12-28 | clamp length to 72 (73) characters. | christos |
| 2011-12-27 | wrap crypt() to a function that returns *0 and *1 on error. | christos |
| 2011-12-27 | - go back to returning NULL, we are going to wrap crypt instead. | christos |
| 2011-12-27 | we want to check against "*0" not "*\0" | christos |
| 2011-12-27 | Instead of returning ":" on error, return "*0" or "*1" which will always result | christos |
| 2011-12-27 | perform the check for all salts > 2. | christos |
| 2011-12-26 | Provide a safer salting method that does not turn invalid salts to '.'. | christos |
| 2011-12-26 | Return ":1" on error instead of ":", so that sloppy password creation programs | christos |
| 2011-12-26 | avoid accessing array over its bound, from Solar Designer | christos |
| 2011-11-29 | remove the option to build this against openssl - this hasn't been used | drochner |
| 2011-11-29 | zero out hash context after use, to avoid traces in RAM | drochner |
| 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 |