| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge from defaultironpython-support-dev | Eli Collins | 2012-04-17 | 5 | -212/+364 |
| |\ |
|
| | * | disabling saslprep() support under Jython - it lacks the stringprep module | Eli Collins | 2012-04-17 | 2 | -6/+31 |
| | * | a bunch of bugfixes found during unittesting | Eli Collins | 2012-04-17 | 1 | -2/+2 |
| | * | updated passlib.apache module's api - more flexible to use, changed some ambi... | Eli Collins | 2012-04-17 | 1 | -5/+34 |
| | * | work on des_crypt family | Eli Collins | 2012-04-13 | 1 | -115/+238 |
| | * | assorted bugfixes, tweaks, and tests added; based on coverage examination | Eli Collins | 2012-04-12 | 4 | -82/+73 |
| * | | wrote out all the known issues; made an attempt at deal w/ unicode-v-bytes is... | Eli Collins | 2012-04-12 | 2 | -30/+88 |
| * | | starting branch to add ironpython support | Eli Collins | 2012-04-12 | 1 | -2/+23 |
| |/ |
|
| * | ran full UTs, found and fixed a few bugs introduced in last few commits. | Eli Collins | 2012-04-11 | 1 | -0/+2 |
| * | clarify behavior for secret=None and hash=None | Eli Collins | 2012-04-11 | 4 | -71/+58 |
| * | replaced some common string ops with util funcs (repeat_string, right_pad_str... | Eli Collins | 2012-04-10 | 2 | -11/+20 |
| * | md5_crypt / sha2-crypt cleanup | Eli Collins | 2012-04-10 | 2 | -1/+10 |
| * | parse_mc3/render_mc3 helpers now handle rounds str<->int, consolidated a bunc... | Eli Collins | 2012-04-10 | 1 | -14/+68 |
| * | passlib.exc: added constructors for common errors, should normalize error mes... | Eli Collins | 2012-04-10 | 1 | -45/+60 |
| * | fixed issue 29 - m2crypto crash may be triggered by keylen > 32, not > 41 as ... | Eli Collins | 2012-04-09 | 1 | -5/+7 |
| * | *all* hashes now throw PasswordSizeError if password is larger than 4096 char... | Eli Collins | 2012-04-09 | 2 | -1/+12 |
| * | bcrypt work | Eli Collins | 2012-03-12 | 1 | -1/+4 |
| * | doc tweaks | Eli Collins | 2012-03-12 | 1 | -3/+3 |
| * | updated test support & py3 compat code from an external library | Eli Collins | 2012-03-12 | 4 | -120/+130 |
| * | to_bytes, to_unicode, to_native_str: added special TypeErrors for None, other... | Eli Collins | 2012-03-10 | 1 | -7/+17 |
| * | safe_crypt() now handles "*0" and similar error returns from crypt() | Eli Collins | 2012-03-10 | 1 | -6/+21 |
| * | added some notes | Eli Collins | 2012-03-10 | 1 | -1/+5 |
| * | various bcrypt improvements | Eli Collins | 2012-03-10 | 2 | -7/+130 |
| * | cleanup of scram hash; improved norm_digest_name() and moved it to utils.pbkdf2 | Eli Collins | 2012-03-10 | 1 | -1/+104 |
| * | added support for Cisco PIX & Type 7 hashes | Eli Collins | 2012-03-10 | 1 | -0/+18 |
| * | utils.handlers framework reworked; removed a bunch of boilerplate code | Eli Collins | 2012-03-09 | 1 | -285/+337 |
| * | renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m... | Eli Collins | 2012-02-08 | 1 | -17/+17 |
| * | renamed passlib.exc warning classes | Eli Collins | 2012-02-08 | 1 | -4/+4 |
| * | documentation updates for last two commits | Eli Collins | 2012-02-08 | 1 | -95/+98 |
| * | minor tweaks & fixes | Eli Collins | 2012-02-08 | 1 | -1/+1 |
| * | large refactor of GenericHandler internals | Eli Collins | 2012-02-08 | 1 | -166/+192 |
| * | simplified crypt.crypt() wrappers | Eli Collins | 2012-01-19 | 2 | -45/+64 |
| * | split exceptions/warnings to separate module; added some additional warning c... | Eli Collins | 2012-01-18 | 4 | -34/+23 |
| * | misc bugfixes from round of changes | Eli Collins | 2012-01-18 | 3 | -37/+112 |
| * | StaticHandler._norm_hash() should return native str type | Eli Collins | 2012-01-18 | 1 | -6/+8 |
| * | import cleanups | Eli Collins | 2012-01-18 | 7 | -111/+114 |
| * | cleanups to utils | Eli Collins | 2012-01-18 | 3 | -92/+77 |
| * | reordered contents of utils | Eli Collins | 2012-01-18 | 1 | -271/+264 |
| * | deprecated unused int<->bytes utils | Eli Collins | 2012-01-18 | 2 | -42/+13 |
| * | cleaned up utils a little | Eli Collins | 2012-01-18 | 2 | -64/+61 |
| * | renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al... | Eli Collins | 2012-01-18 | 2 | -18/+18 |
| * | replaced utils.h64 module with utils.Base64Engine instance | Eli Collins | 2012-01-18 | 3 | -401/+517 |
| * | added some function deprecation helpers | Eli Collins | 2012-01-18 | 1 | -6/+83 |
| * | lots of work on scram hash | Eli Collins | 2012-01-09 | 3 | -2/+15 |
| * | clarified border case where verify() accepted configuration strings instead o... | Eli Collins | 2012-01-09 | 1 | -1/+27 |
| * | renamed utils.timer -> utils.tick | Eli Collins | 2012-01-05 | 1 | -4/+4 |
| * | move vm constants to compat module | Eli Collins | 2011-12-28 | 3 | -7/+6 |
| * | mvt code now uses time.clock() under win32 | Eli Collins | 2011-12-28 | 1 | -0/+36 |
| * | removed Undef singleton, private _NOTSET singletons are cleaner. | Eli Collins | 2011-12-28 | 1 | -21/+0 |
| * | deprecated to_hash_str, replaced all instances with to_native_str | Eli Collins | 2011-12-28 | 4 | -31/+28 |