| Commit message (Expand) | Author | Age | Files | Lines |
* | python compat cleanup -- use magic super() calls | Eli Collins | 2020-10-06 | 1 | -2/+2 |
* | cleanup old python compat -- removed u() wrapper from some regexes | Eli Collins | 2020-10-06 | 1 | -3/+3 |
* | cleanup old python compat -- replaced "unicode" alias in favor of "str" | Eli Collins | 2020-10-06 | 1 | -4/+4 |
* | cleanup old python compat -- removed iteritems() wrapper | Eli Collins | 2020-10-06 | 1 | -2/+2 |
* | compat cleanup: replaced all u("") instances with u"" | Eli Collins | 2017-02-17 | 1 | -3/+2 |
* | utils.handlers.HasSalt: set min_salt to default to 0, not None | Eli Collins | 2016-06-26 | 1 | -1/+0 |
* | fshp: converted _norm_variant() to classmethod, | Eli Collins | 2016-06-16 | 1 | -9/+13 |
* | renamed PasswordHandler.replace() back to PasswordHandler.using() | Eli Collins | 2016-06-15 | 1 | -3/+3 |
* | PasswordHash.hash() api shift: deprecating passing settings kwds into hash() -- | Eli Collins | 2016-06-15 | 1 | -1/+11 |
* | .encrypt() method renamed to .hash(), other api cleanups | Eli Collins | 2016-06-10 | 1 | -6/+2 |
* | relocated many of the crypto routes inside passlib.utils, | Eli Collins | 2016-02-10 | 1 | -2/+2 |
* | Merge from stable | Eli Collins | 2015-07-25 | 1 | -2/+2 |
|\ |
|
| * | retuned/updated default rounds settings for all hashes | Eli Collins | 2015-07-25 | 1 | -2/+2 |
* | | removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp... | Eli Collins | 2015-01-10 | 1 | -2/+2 |
* | | Merge from stable | Eli Collins | 2013-12-27 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | updated rounds values based on timing tests. also: | Eli Collins | 2013-12-22 | 1 | -2/+2 |
* | | removed some unused imports | Eli Collins | 2013-04-09 | 1 | -1/+0 |
|/ |
|
* | project-wide whitespace & comment cleanup (it's been a couple of years) | Eli Collins | 2012-08-01 | 1 | -39/+38 |
* | forgot to document the relaxed=True keyword, and the strict-parameters policy. | Eli Collins | 2012-05-02 | 1 | -0/+10 |
* | mass rename of old alias for PasswordHash interface | Eli Collins | 2012-04-27 | 1 | -1/+1 |
* | merging rewrite of all hash documentation, and password hash api | Eli Collins | 2012-04-27 | 1 | -2/+2 |
* | retuned default_rounds for a few hashes based on benchmarks | Eli Collins | 2012-04-17 | 1 | -1/+3 |
* | assorted bugfixes, tweaks, and tests added; based on coverage examination | Eli Collins | 2012-04-12 | 1 | -2/+2 |
* | clarify behavior for secret=None and hash=None | Eli Collins | 2012-04-11 | 1 | -4/+2 |
* | passlib.exc: added constructors for common errors, should normalize error mes... | Eli Collins | 2012-04-10 | 1 | -3/+3 |
* | utils.handlers framework reworked; removed a bunch of boilerplate code | Eli Collins | 2012-03-09 | 1 | -7/+11 |
* | renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m... | Eli Collins | 2012-02-08 | 1 | -1/+1 |
* | large refactor of GenericHandler internals | Eli Collins | 2012-02-08 | 1 | -24/+22 |
* | import cleanups | Eli Collins | 2012-01-18 | 1 | -6/+5 |
* | renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al... | Eli Collins | 2012-01-18 | 1 | -1/+1 |
* | clarified border case where verify() accepted configuration strings instead o... | Eli Collins | 2012-01-09 | 1 | -4/+6 |
* | deprecated to_hash_str, replaced all instances with to_native_str | Eli Collins | 2011-12-28 | 1 | -2/+2 |
* | ran a custom 2to3 fixer to replace all u"" with u() and add an import from co... | Eli Collins | 2011-12-06 | 1 | -3/+4 |
* | added compat.unicode imports in a number of places | Eli Collins | 2011-12-06 | 1 | -1/+1 |
* | added compatibility module (passlib.utils.compat) | Eli Collins | 2011-12-06 | 1 | -1/+2 |
* | branch exploring feasibility of removing need for 2to3 | Eli Collins | 2011-12-06 | 1 | -1/+1 |
* | tweaked fshp documentation | Eli Collins | 2011-07-27 | 1 | -6/+4 |
* | stripped trailing whitespace from a bunch of files | Eli Collins | 2011-07-08 | 1 | -9/+9 |
* | replaced redundant code in a few places w/ new identify_prefix() helper | Eli Collins | 2011-06-22 | 1 | -8/+1 |
* | GenericHandler.checksum_chars now defaults to ``None``, instead of implicit H... | Eli Collins | 2011-06-20 | 1 | -0/+1 |
* | converted handlers to py3 compat: fshp, mysql, oracle, postgres, roundup, phpass | Eli Collins | 2011-06-17 | 1 | -12/+26 |
* | added FSHP support | Eli Collins | 2011-06-02 | 1 | -0/+186 |