summaryrefslogtreecommitdiff
path: root/passlib/handlers/digests.py
Commit message (Expand)AuthorAgeFilesLines
* near complete rewrite of django plugin, now making publicEli Collins2012-04-271-0/+1
* finally added abstract base class for the password hash interface -- passlib....Eli Collins2012-04-271-2/+3
* made support for encoding context keyword uniformEli Collins2012-04-271-4/+7
* renamed 'errname' to 'param' for to_unicode, etc; to match some of the other ...Eli Collins2012-04-271-1/+1
* updated passlib.apache module's api - more flexible to use, changed some ambi...Eli Collins2012-04-171-1/+61
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-2/+3
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-091-26/+18
* misc bugfixes from round of changesEli Collins2012-01-181-1/+1
* StaticHandler._norm_hash() should return native str typeEli Collins2012-01-181-3/+1
* import cleanupsEli Collins2012-01-181-3/+4
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-2/+2
* added compat.unicode imports in a number of placesEli Collins2011-12-061-0/+1
* couple of bugfixes after running UTs (cpython 2.5, 2.6, 2.7, 3.1, 3.2; pypy 1.5)Eli Collins2011-06-221-1/+1
* StaticHandler now provides internal _norm_hash() method for subclasses to ove...Eli Collins2011-06-221-5/+4
* converts handlers .digests, .ldap_digests, .misc to be py3 compatEli Collins2011-06-171-5/+13
* similar to api change, renamed checksum_chars->checksum_size, checksum_charse...Eli Collins2011-04-251-5/+5
* bugfix: create_hex_hash() should wrap hash functions with staticmethod() for ...Eli Collins2011-04-051-1/+1
* converted most handlers to use new helper classes.Eli Collins2011-04-051-10/+7
* removed use of hashlib.{digest}.name attribute, for pypy compatEli Collins2011-03-291-8/+9
* more error statements rewrittenEli Collins2011-03-281-1/+1
* replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c...Eli Collins2011-03-281-2/+2
* big rename: changed base handler class namesEli Collins2011-03-221-2/+2
* big rename: driver->handlerEli Collins2011-03-221-0/+82