summaryrefslogtreecommitdiff
path: root/passlib/handlers/phpass.py
Commit message (Expand)AuthorAgeFilesLines
* forgot to document the relaxed=True keyword, and the strict-parameters policy.Eli Collins2012-05-021-0/+10
* mass rename of old alias for PasswordHash interfaceEli Collins2012-04-271-1/+1
* merging rewrite of all hash documentation, and password hash apiEli Collins2012-04-271-3/+5
* retuned default_rounds for a few hashes based on benchmarksEli Collins2012-04-171-1/+1
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-091-10/+1
* renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...Eli Collins2012-02-081-1/+1
* large refactor of GenericHandler internalsEli Collins2012-02-081-2/+0
* import cleanupsEli Collins2012-01-181-3/+4
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-181-2/+2
* clarified border case where verify() accepted configuration strings instead o...Eli Collins2012-01-091-1/+1
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-2/+2
* 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-6/+6
* added compat.unicode imports in a number of placesEli Collins2011-12-061-0/+1
* minor documentation updatesEli Collins2011-10-071-1/+1
* GenericHandler.checksum_chars now defaults to ``None``, instead of implicit H...Eli Collins2011-06-201-0/+1
* converted handlers to py3 compat: fshp, mysql, oracle, postgres, roundup, phpassEli Collins2011-06-171-10/+14
* changed HasSalt to require explicit salt_chars; defaulting to H64_CHARS was t...Eli Collins2011-04-251-0/+1
* api change - renaming (min|max|default)_salt_chars attributes -> (min|max|def...Eli Collins2011-04-251-1/+1
* converted most handlers to use new helper classes.Eli Collins2011-04-051-40/+18
* 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/+151