| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |