| Commit message (Expand) | Author | Age | Files | Lines |
| * | ran full UTs, found and fixed a few bugs introduced in last few commits. | Eli Collins | 2012-04-11 | 1 | -7/+10 |
| * | clarify behavior for secret=None and hash=None | Eli Collins | 2012-04-11 | 1 | -1/+1 |
| * | passlib.exc: added constructors for common errors, should normalize error mes... | Eli Collins | 2012-04-10 | 1 | -1/+1 |
| * | misc bugfixes | Eli Collins | 2012-03-12 | 1 | -9/+8 |
| * | updated test support & py3 compat code from an external library | Eli Collins | 2012-03-12 | 1 | -5/+5 |
| * | bugfix: change some context tests to use phpass instead of bsd_nthash or bcrypt | Eli Collins | 2012-03-11 | 1 | -2/+2 |
| * | added hack to clear warnings registry so assertWarningList() tests will pass ... | Eli Collins | 2012-03-11 | 1 | -6/+6 |
| * | utils.handlers framework reworked; removed a bunch of boilerplate code | Eli Collins | 2012-03-09 | 1 | -53/+65 |
| * | base HandlerCase class reworked | Eli Collins | 2012-03-09 | 1 | -20/+35 |
| * | renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m... | Eli Collins | 2012-02-08 | 1 | -4/+4 |
| * | renamed passlib.exc warning classes | Eli Collins | 2012-02-08 | 1 | -5/+5 |
| * | large refactor of GenericHandler internals | Eli Collins | 2012-02-08 | 1 | -92/+175 |
| * | simplified crypt.crypt() wrappers | Eli Collins | 2012-01-19 | 1 | -1/+4 |
| * | split exceptions/warnings to separate module; added some additional warning c... | Eli Collins | 2012-01-18 | 1 | -1/+2 |
| * | misc bugfixes from round of changes | Eli Collins | 2012-01-18 | 1 | -15/+22 |
| * | import cleanups | Eli Collins | 2012-01-18 | 1 | -11/+11 |
| * | cleanups to utils | Eli Collins | 2012-01-18 | 1 | -2/+2 |
| * | renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al... | Eli Collins | 2012-01-18 | 1 | -1/+1 |
| * | move vm constants to compat module | Eli Collins | 2011-12-28 | 1 | -3/+3 |
| * | deprecated to_hash_str, replaced all instances with to_native_str | Eli Collins | 2011-12-28 | 1 | -8/+8 |
| * | misc fixes for py3 compat | Eli Collins | 2011-12-28 | 1 | -3/+3 |
| * | Merge from default | Eli Collins | 2011-12-28 | 1 | -1/+34 |
| |\ |
|
| | * | PrefixWrapper: added .ident and .ident_values proxies; dir() now reports prox... | Eli Collins | 2011-12-22 | 1 | -2/+35 |
| * | | ran a custom 2to3 fixer to replace all u"" with u() and add an import from co... | Eli Collins | 2011-12-06 | 1 | -28/+29 |
| * | | added compat.unicode imports in a number of places | Eli Collins | 2011-12-06 | 1 | -1/+2 |
| |/ |
|
| * | replaced assert_, assertEquals, assertNotEquals to silence Py3.2 deprecation ... | Eli Collins | 2011-07-11 | 1 | -11/+11 |
| * | bugfixes from running UTs | Eli Collins | 2011-07-09 | 1 | -5/+11 |
| * | cleaned up and documented HasManyBackends behavior; now raises MissingBackend... | Eli Collins | 2011-07-08 | 1 | -4/+13 |
| * | base HandlerCase, and utils.handlers UTs, converted to support unicode policy | Eli Collins | 2011-06-17 | 1 | -31/+44 |
| * | tightened salt info specifications; improved salt info conformance tests | Eli Collins | 2011-05-03 | 1 | -4/+28 |
| * | similar to api change, renamed checksum_chars->checksum_size, checksum_charse... | Eli Collins | 2011-04-25 | 1 | -4/+4 |
| * | api change - renaming (min|max|default)_salt_chars attributes -> (min|max|def... | Eli Collins | 2011-04-25 | 1 | -7/+7 |
| * | new PrefixWrapper constructor, for wrapping existing handlers and altering th... | Eli Collins | 2011-04-25 | 1 | -1/+83 |
| * | bugfix: missing strict kwd in HasSalt.generate_salt(); UT added | Eli Collins | 2011-04-05 | 1 | -4/+14 |
| * | updated UTs to work with new helper classes | Eli Collins | 2011-04-05 | 1 | -74/+87 |
| * | replaced "raise exc, msg" with "raise exc(msg)" everywhere (working on py3k c... | Eli Collins | 2011-03-28 | 1 | -2/+2 |
| * | misc bugfixes & tweaks for win32 compat | Eli Collins | 2011-03-25 | 1 | -7/+11 |
| * | added phpass_context & phpbb3_context to passlib.apps | Eli Collins | 2011-03-24 | 1 | -0/+2 |
| * | big rename: changed base handler class names | Eli Collins | 2011-03-22 | 1 | -18/+18 |
| * | big rename: driver->handler | Eli Collins | 2011-03-22 | 1 | -0/+291 |