| Commit message (Expand) | Author | Age | Files | Lines |
| * | python compat cleanup -- use magic super() calls | Eli Collins | 2020-10-06 | 1 | -1/+1 |
| * | cleanup old python compat - assorted minor cleanups & fixes from conversion | Eli Collins | 2020-10-06 | 1 | -1/+1 |
| * | cleanup old python compat -- replaced "unicode" alias in favor of "str" | Eli Collins | 2020-10-06 | 1 | -2/+2 |
| * | cleanup old python compat -- unified "unicode_or_bytes" aliases | Eli Collins | 2020-10-06 | 1 | -2/+2 |
| * | compat cleanup: replaced all u("") instances with u"" | Eli Collins | 2017-02-17 | 1 | -4/+4 |
| * | general: went ahead and removed a bunch of deprecated features that were sche... | Eli Collins | 2016-11-28 | 1 | -56/+2 |
| * | docs: minor wording corrections, replaced 'encrypt' with 'hash' in a bunch of... | Eli Collins | 2016-11-25 | 1 | -2/+2 |
| * | Enhanced disabled hash management | Eli Collins | 2016-06-26 | 1 | -3/+30 |
| * | renamed PasswordHandler.replace() back to PasswordHandler.using() | Eli Collins | 2016-06-15 | 1 | -4/+4 |
| * | PasswordHash.hash() api shift: deprecating passing settings kwds into hash() -- | Eli Collins | 2016-06-15 | 1 | -11/+19 |
| * | renamed handler.using() method to handler.replace(), | Eli Collins | 2016-06-13 | 1 | -1/+1 |
| * | handler.genconfig() / .genhash() deprecated entirely | Eli Collins | 2016-06-13 | 1 | -11/+27 |
| * | passlib.utils: consteq() now an alias for hmac.compare_digest() on python 3.3... | Eli Collins | 2016-06-11 | 1 | -2/+2 |
| * | bugfix: plaintext, htdigest, unix_disabled hashes: added missing .using() imp... | Eli Collins | 2016-06-10 | 1 | -2/+4 |
| * | .encrypt() method renamed to .hash(), other api cleanups | Eli Collins | 2016-06-10 | 1 | -37/+11 |
| * | renamed compat helper 'base_string_types' -> 'unicode_or_bytes_types' for cla... | Eli Collins | 2015-01-23 | 1 | -4/+4 |
| * | removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp... | Eli Collins | 2015-01-10 | 1 | -2/+2 |
| * | massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ... | Eli Collins | 2013-12-27 | 1 | -1/+1 |
| * | project-wide whitespace & comment cleanup (it's been a couple of years) | Eli Collins | 2012-08-01 | 1 | -14/+13 |
| * | unix_disabled updated to accept only certain strings, rather than act as wild... | Eli Collins | 2012-04-30 | 1 | -27/+59 |
| * | mass rename of old alias for PasswordHash interface | Eli Collins | 2012-04-27 | 1 | -2/+2 |
| * | merging rewrite of all hash documentation, and password hash api | Eli Collins | 2012-04-27 | 1 | -7/+13 |
| * | finally added abstract base class for the password hash interface -- passlib.... | Eli Collins | 2012-04-27 | 1 | -2/+2 |
| * | made support for encoding context keyword uniform | Eli Collins | 2012-04-27 | 1 | -16/+21 |
| * | renamed 'errname' to 'param' for to_unicode, etc; to match some of the other ... | Eli Collins | 2012-04-27 | 1 | -2/+2 |
| * | assorted bugfixes, tweaks, and tests added; based on coverage examination | Eli Collins | 2012-04-12 | 1 | -0/+2 |
| * | clarify behavior for secret=None and hash=None | Eli Collins | 2012-04-11 | 1 | -23/+23 |
| * | passlib.exc: added constructors for common errors, should normalize error mes... | Eli Collins | 2012-04-10 | 1 | -3/+3 |
| * | *all* hashes now throw PasswordSizeError if password is larger than 4096 char... | Eli Collins | 2012-04-09 | 1 | -0/+2 |
| * | did rewrite of unix_fallback as unix_disabled; unix_fallback is now deprecated | Eli Collins | 2012-03-10 | 1 | -0/+77 |
| * | utils.handlers framework reworked; removed a bunch of boilerplate code | Eli Collins | 2012-03-09 | 1 | -19/+46 |
| * | StaticHandler._norm_hash() should return native str type | Eli Collins | 2012-01-18 | 1 | -10/+9 |
| * | import cleanups | Eli Collins | 2012-01-18 | 1 | -2/+5 |
| * | clarified border case where verify() accepted configuration strings instead o... | Eli Collins | 2012-01-09 | 1 | -1/+4 |
| * | deprecated to_hash_str, replaced all instances with to_native_str | Eli Collins | 2011-12-28 | 1 | -3/+3 |
| * | stripped trailing whitespace from a bunch of files | Eli Collins | 2011-07-08 | 1 | -1/+1 |
| * | couple of bugfixes after running UTs (cpython 2.5, 2.6, 2.7, 3.1, 3.2; pypy 1.5) | Eli Collins | 2011-06-22 | 1 | -1/+1 |
| * | StaticHandler now provides internal _norm_hash() method for subclasses to ove... | Eli Collins | 2011-06-22 | 1 | -1/+11 |
| * | converts handlers .digests, .ldap_digests, .misc to be py3 compat | Eli Collins | 2011-06-17 | 1 | -5/+3 |
| * | misc tweaks | Eli Collins | 2011-04-25 | 1 | -1/+1 |
| * | converted most handlers to use new helper classes. | Eli Collins | 2011-04-05 | 1 | -16/+4 |
| * | unix_fallback: disabled wildcard support unless explicitly enabled | Eli Collins | 2011-03-29 | 1 | -7/+9 |
| * | more error statements rewritten | Eli Collins | 2011-03-28 | 1 | -1/+1 |
| * | replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c... | Eli Collins | 2011-03-28 | 1 | -4/+4 |
| * | big rename: changed base handler class names | Eli Collins | 2011-03-22 | 1 | -3/+3 |
| * | big rename: driver->handler | Eli Collins | 2011-03-22 | 1 | -0/+89 |