summaryrefslogtreecommitdiff
path: root/passlib/handlers/md5_crypt.py
Commit message (Expand)AuthorAgeFilesLines
* minor documentation updatesEli Collins2013-01-191-7/+7
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-50/+49
* md5_crypt deprecated by author, updated docs accordinglyEli Collins2012-06-271-0/+7
* forgot to document the relaxed=True keyword, and the strict-parameters policy.Eli Collins2012-05-021-0/+20
* all os_crypt hashes now forbidden NULL charsEli Collins2012-04-301-6/+8
* mass rename of old alias for PasswordHash interfaceEli Collins2012-04-271-2/+2
* merging rewrite of all hash documentation, and password hash apiEli Collins2012-04-271-9/+4
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-121-4/+3
* replaced some common string ops with util funcs (repeat_string, right_pad_str...Eli Collins2012-04-101-2/+2
* tightened OS crypt backend testsEli Collins2012-04-101-1/+3
* md5_crypt / sha2-crypt cleanupEli Collins2012-04-101-123/+153
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-1/+1
* consolidated some unit testsEli Collins2012-02-091-3/+3
* renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...Eli Collins2012-02-081-2/+2
* large refactor of GenericHandler internalsEli Collins2012-02-081-1/+1
* simplified crypt.crypt() wrappersEli Collins2012-01-191-5/+4
* import cleanupsEli Collins2012-01-181-3/+3
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-181-2/+2
* builtin implementations of md5_crypt and sha256/512_crypt sped up by about 25%Eli Collins2012-01-051-60/+57
* fixed conversion typoEli Collins2011-12-061-1/+1
* ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...Eli Collins2011-12-061-5/+5
* added compat.unicode imports in a number of placesEli Collins2011-12-061-1/+1
* replaced xrange() instances with compat.irange() aliasEli Collins2011-12-061-1/+2
* bugfixes from running UTsEli Collins2011-07-091-2/+2
* stripped trailing whitespace from a bunch of filesEli Collins2011-07-081-6/+6
* GenericHandler.checksum_chars now defaults to ``None``, instead of implicit H...Eli Collins2011-06-201-0/+1
* converted md5crypt to py3 compatEli Collins2011-06-171-63/+88
* tightened salt info specifications; improved salt info conformance testsEli Collins2011-05-031-2/+2
* changed HasSalt to require explicit salt_chars; defaulting to H64_CHARS was t...Eli Collins2011-04-251-1/+3
* similar to api change, renamed checksum_chars->checksum_size, checksum_charse...Eli Collins2011-04-251-2/+2
* api change - renaming (min|max|default)_salt_chars attributes -> (min|max|def...Eli Collins2011-04-251-4/+4
* converted most handlers to use new helper classes.Eli Collins2011-04-051-46/+15
* replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c...Eli Collins2011-03-281-5/+5
* misc bugfixes & tweaks for win32 compatEli Collins2011-03-251-1/+1
* big rename: changed base handler class namesEli Collins2011-03-221-3/+3
* big rename: driver->handlerEli Collins2011-03-221-0/+285