summaryrefslogtreecommitdiff
path: root/passlib
Commit message (Expand)AuthorAgeFilesLines
* parse_mc3/render_mc3 helpers now handle rounds str<->int, consolidated a bunc...Eli Collins2012-04-103-90/+101
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-1019-115/+184
* ldap salted digest improvementsEli Collins2012-04-092-12/+69
* fixed issue 29 - m2crypto crash may be triggered by keylen > 32, not > 41 as ...Eli Collins2012-04-091-5/+7
* *all* hashes now throw PasswordSizeError if password is larger than 4096 char...Eli Collins2012-04-097-1/+53
* removed default policy file & objectEli Collins2012-04-093-76/+11
* misc bugfixesEli Collins2012-03-127-32/+85
* bcrypt workEli Collins2012-03-124-43/+101
* updated passlib.ext.django; made some notes about django 1.4Eli Collins2012-03-124-17/+35
* doc tweaksEli Collins2012-03-122-11/+12
* updated test support & py3 compat code from an external libraryEli Collins2012-03-1220-363/+439
* misc bugfixes dealing with changes from last 8 or so commitsEli Collins2012-03-116-16/+27
* bugfix: change some context tests to use phpass instead of bsd_nthash or bcryptEli Collins2012-03-112-15/+18
* added hack to clear warnings registry so assertWarningList() tests will pass ...Eli Collins2012-03-117-32/+53
* to_bytes, to_unicode, to_native_str: added special TypeErrors for None, other...Eli Collins2012-03-102-8/+18
* safe_crypt() now handles "*0" and similar error returns from crypt()Eli Collins2012-03-102-12/+31
* added some notesEli Collins2012-03-104-4/+18
* various bcrypt improvementsEli Collins2012-03-105-126/+318
* cleanup of scram hash; improved norm_digest_name() and moved it to utils.pbkdf2Eli Collins2012-03-104-323/+345
* did rewrite of unix_fallback as unix_disabled; unix_fallback is now deprecatedEli Collins2012-03-105-15/+118
* added Window's DCC hashes (aka mscache / mscash) version 1 & 2Eli Collins2012-03-103-4/+194
* renamed nthash -> bsd_nthash; added real nthash implementedEli Collins2012-03-104-53/+121
* added support for lmhashEli Collins2012-03-104-5/+143
* added support for Cisco PIX & Type 7 hashesEli Collins2012-03-105-14/+377
* added mssql 2000/2005 hashes; enhanced HandlerCase's password case sensitive ...Eli Collins2012-03-104-3/+425
* more test vectors!Eli Collins2012-03-091-144/+481
* renamed test_handlers classes to match alg name + "_test" (tired of having to...Eli Collins2012-03-093-188/+142
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-0918-638/+610
* base HandlerCase class reworkedEli Collins2012-03-096-665/+1132
* tweak to setup scriptEli Collins2012-02-091-8/+8
* consolidated some unit testsEli Collins2012-02-094-161/+126
* MergeEli Collins2012-02-0822-528/+643
|\
| * renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...Eli Collins2012-02-0813-43/+43
| * renamed passlib.exc warning classesEli Collins2012-02-088-31/+31
| * documentation updates for last two commitsEli Collins2012-02-082-97/+101
| * minor tweaks & fixesEli Collins2012-02-085-12/+14
| * large refactor of GenericHandler internalsEli Collins2012-02-0819-357/+466
* | fix to lazy handler loadingEli Collins2012-01-191-4/+4
* | deprecating min_verify_time option; doesn't meaningfully increase security, a...Eli Collins2012-01-192-17/+42
|/
* minor updatesEli Collins2012-01-191-1/+1
* assertEquals() -> assertEqual()Eli Collins2012-01-193-42/+42
* simplified crypt.crypt() wrappersEli Collins2012-01-1913-202/+219
* split exceptions/warnings to separate module; added some additional warning c...Eli Collins2012-01-1814-63/+126
* misc bugfixes from round of changesEli Collins2012-01-1816-91/+174
* StaticHandler._norm_hash() should return native str typeEli Collins2012-01-186-38/+23
* import cleanupsEli Collins2012-01-1835-279/+291
* changed test_utils to import subjects within test functions, instead of globallyEli Collins2012-01-183-25/+36
* cleanups to utilsEli Collins2012-01-186-97/+82
* reordered contents of utilsEli Collins2012-01-181-271/+264
* scram norm_digest_name() now normalizes 'sha-2-256' -> 'sha-256'Eli Collins2012-01-182-6/+8