summaryrefslogtreecommitdiff
path: root/passlib/handlers/fshp.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-2/+2
* retuned default_rounds for a few hashes based on benchmarksEli Collins2012-04-171-1/+3
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-121-2/+2
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-4/+2
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-3/+3
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-091-7/+11
* 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-24/+22
* import cleanupsEli Collins2012-01-181-6/+5
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-181-1/+1
* clarified border case where verify() accepted configuration strings instead o...Eli Collins2012-01-091-4/+6
* 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-3/+4
* added compat.unicode imports in a number of placesEli Collins2011-12-061-1/+1
* added compatibility module (passlib.utils.compat)Eli Collins2011-12-061-1/+2
* branch exploring feasibility of removing need for 2to3Eli Collins2011-12-061-1/+1
* tweaked fshp documentationEli Collins2011-07-271-6/+4
* stripped trailing whitespace from a bunch of filesEli Collins2011-07-081-9/+9
* replaced redundant code in a few places w/ new identify_prefix() helperEli Collins2011-06-221-8/+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-12/+26
* added FSHP supportEli Collins2011-06-021-0/+186