summaryrefslogtreecommitdiff
path: root/passlib/handlers/sha1_crypt.py
Commit message (Expand)AuthorAgeFilesLines
* tightened OS crypt backend testsEli Collins2012-04-101-5/+8
* parse_mc3/render_mc3 helpers now handle rounds str<->int, consolidated a bunc...Eli Collins2012-04-101-11/+2
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-2/+2
* large refactor of GenericHandler internalsEli Collins2012-02-081-1/+0
* simplified crypt.crypt() wrappersEli Collins2012-01-191-7/+7
* import cleanupsEli Collins2012-01-181-7/+6
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-181-2/+2
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-2/+2
* ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...Eli Collins2011-12-061-6/+7
* added compat.unicode imports in a number of placesEli Collins2011-12-061-0/+1
* bugfixes from running UTsEli Collins2011-07-091-1/+1
* GenericHandler.checksum_chars now defaults to ``None``, instead of implicit H...Eli Collins2011-06-201-0/+1
* converted remaining handlers to py3 compat (all unix crypt hashes)Eli Collins2011-06-171-14/+18
* misc cleanupsEli Collins2011-06-021-1/+0
* changed HasSalt to require explicit salt_chars; defaulting to H64_CHARS was t...Eli Collins2011-04-251-0/+1
* similar to api change, renamed checksum_chars->checksum_size, checksum_charse...Eli Collins2011-04-251-1/+1
* api change - renaming (min|max|default)_salt_chars attributes -> (min|max|def...Eli Collins2011-04-251-3/+3
* minor doc updatesEli Collins2011-04-081-0/+7
* added os_crypt backend for bsdi_crypt, sha1_cryptEli Collins2011-04-081-3/+18
* added salt_size option to pbkdf1_{digest} and sha1_cryptEli Collins2011-04-051-1/+5
* converted most handlers to use new helper classes.Eli Collins2011-04-051-21/+8
* replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c...Eli Collins2011-03-281-4/+4
* big rename: changed base handler class namesEli Collins2011-03-221-2/+2
* big rename: driver->handlerEli Collins2011-03-221-0/+128