| Commit message (Expand) | Author | Age | Files | Lines |
| * | python compat cleanup -- use magic super() calls | 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 | -1/+1 |
| * | cleanup old python compat -- removed "unicode_or_str" and "native_string_type... | Eli Collins | 2020-10-06 | 1 | -2/+2 |
| * | cleanup old python compat -- removed iteritems() wrapper | Eli Collins | 2020-10-06 | 1 | -3/+3 |
| * | compat cleanup: removed print_() compat helper now that py25 support dropped. | Eli Collins | 2017-02-17 | 1 | -2/+1 |
| * | compat cleanup: replaced all u("") instances with u"" | Eli Collins | 2017-02-17 | 1 | -3/+3 |
| * | passlib.utils: relocated a bunch of binary encoding helpers to .utils.binary ... | Eli Collins | 2016-11-22 | 1 | -2/+2 |
| * | utils.handlers.HasSalt: set min_salt to default to 0, not None | Eli Collins | 2016-06-26 | 1 | -1/+0 |
| * | scram: converted _norm_algs() to classmethod, | Eli Collins | 2016-06-16 | 1 | -20/+19 |
| * | 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 | -4/+4 |
| * | passlib.handlers: since no longer generating config strings, removed code | Eli Collins | 2016-06-15 | 1 | -8/+5 |
| * | renamed handler.using() method to handler.replace(), | Eli Collins | 2016-06-13 | 1 | -2/+2 |
| * | .encrypt() method renamed to .hash(), other api cleanups | Eli Collins | 2016-06-10 | 1 | -1/+1 |
| * | relocated many of the crypto routes inside passlib.utils, | Eli Collins | 2016-02-10 | 1 | -11/+6 |
| * | 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 |
| * | | scram.using(): added support for 'default_algs' and 'algs' parameters | Eli Collins | 2015-07-23 | 1 | -1/+22 |
| * | | Merge from stable | Eli Collins | 2015-01-27 | 1 | -2/+2 |
| |\ \
| |/ |
|
| | * | replaced a bunch of ``isinstance(xxx, str)`` checks with | Eli Collins | 2015-01-25 | 1 | -2/+2 |
| | * | style cleanups (transplant of rc94c6072a652 in default) | Eli Collins | 2013-12-27 | 1 | -2/+2 |
| * | | _CryptRecord: removed _bind_needs_update() framework | Eli Collins | 2015-01-27 | 1 | -10/+12 |
| * | | removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp... | Eli Collins | 2015-01-10 | 1 | -1/+1 |
| * | | 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 | -10/+3 |
| * | | style cleanups | Eli Collins | 2013-04-09 | 1 | -2/+2 |
| |/ |
|
| * | project-wide whitespace & comment cleanup (it's been a couple of years) | Eli Collins | 2012-08-01 | 1 | -183/+182 |
| * | forgot to document the relaxed=True keyword, and the strict-parameters policy. | Eli Collins | 2012-05-02 | 1 | -0/+11 |
| * | assorted bugfixes & additional test coverage | Eli Collins | 2012-04-30 | 1 | -1/+1 |
| * | splitcomma won't die | Eli Collins | 2012-04-30 | 1 | -2/+2 |
| * | better coverage of crypto routines, fixed some bugs | Eli Collins | 2012-04-30 | 1 | -1/+1 |
| * | 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 | -3/+18 |
| * | context change - shortened hash_needs_update() to needs_update() | Eli Collins | 2012-04-27 | 1 | -2/+2 |
| * | assorted bugfixes, tweaks, and tests added; based on coverage examination | Eli Collins | 2012-04-12 | 1 | -2/+3 |
| * | scram hash: improved UTs to cover some edge cases, full-verify now throws err... | Eli Collins | 2012-04-12 | 1 | -3/+2 |
| * | clarify behavior for secret=None and hash=None | Eli Collins | 2012-04-11 | 1 | -6/+2 |
| * | passlib.exc: added constructors for common errors, should normalize error mes... | Eli Collins | 2012-04-10 | 1 | -7/+7 |
| * | *all* hashes now throw PasswordSizeError if password is larger than 4096 char... | Eli Collins | 2012-04-09 | 1 | -0/+2 |
| * | cleanup of scram hash; improved norm_digest_name() and moved it to utils.pbkdf2 | Eli Collins | 2012-03-10 | 1 | -295/+188 |
| * | renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m... | Eli Collins | 2012-02-08 | 1 | -3/+3 |
| * | renamed passlib.exc warning classes | Eli Collins | 2012-02-08 | 1 | -1/+1 |
| * | large refactor of GenericHandler internals | Eli Collins | 2012-02-08 | 1 | -8/+10 |
| * | split exceptions/warnings to separate module; added some additional warning c... | Eli Collins | 2012-01-18 | 1 | -1/+3 |
| * | misc bugfixes from round of changes | Eli Collins | 2012-01-18 | 1 | -2/+3 |
| * | import cleanups | Eli Collins | 2012-01-18 | 1 | -9/+8 |
| * | scram norm_digest_name() now normalizes 'sha-2-256' -> 'sha-256' | Eli Collins | 2012-01-18 | 1 | -5/+6 |
| * | replaced utils.h64 module with utils.Base64Engine instance | Eli Collins | 2012-01-18 | 1 | -5/+5 |
| * | finished up UTs for scram hash | Eli Collins | 2012-01-10 | 1 | -3/+12 |