summaryrefslogtreecommitdiff
path: root/passlib
Commit message (Expand)AuthorAgeFilesLines
...
* changed bcrypt's os_crypt backend to try alternatives before bailing.Eli Collins2012-04-173-9/+10
* reworked fuzz verifier system, so that we can skip $2x$ hashes during bcrypt ...Eli Collins2012-04-172-66/+93
* disabling saslprep() support under Jython - it lacks the stringprep moduleEli Collins2012-04-177-63/+46
* a bunch of bugfixes found during unittestingEli Collins2012-04-178-19/+55
* retuned default_rounds for a few hashes based on benchmarksEli Collins2012-04-174-12/+16
* added deprecation detector so CryptContext will upgrade bsdi_crypt hashes wit...Eli Collins2012-04-171-0/+13
* CryptPolicy deprecation, part 4 - updated context testsEli Collins2012-04-175-762/+2176
* CryptPolicy deprecated, part2 - updated rest of library to use CryptContext d...Eli Collins2012-04-1711-38/+58
* _CryptRecord cleaned up a little internally, default_rounds clipping logic tw...Eli Collins2012-04-171-138/+182
* deprecated CryptPolicy, moved all of it's features into CryptContext (part 1)Eli Collins2012-04-171-682/+1508
* bugfix: set des_crypt.checksum_size, so it will now reject hashes with missin...Eli Collins2012-04-173-9/+17
* updated passlib.apache module's api - more flexible to use, changed some ambi...Eli Collins2012-04-176-484/+1138
* issue warning if app requests even bsdi_crypt roundsEli Collins2012-04-133-1/+29
* work on des_crypt familyEli Collins2012-04-134-675/+865
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-1218-179/+453
* scram hash: improved UTs to cover some edge cases, full-verify now throws err...Eli Collins2012-04-122-7/+28
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-1115-34/+48
* rearranged some test casesEli Collins2012-04-112-45/+113
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-1127-294/+278
* replaced some common string ops with util funcs (repeat_string, right_pad_str...Eli Collins2012-04-108-30/+37
* tightened OS crypt backend testsEli Collins2012-04-107-36/+229
* minor constant & comment tweaksEli Collins2012-04-104-12/+9
* md5_crypt / sha2-crypt cleanupEli Collins2012-04-104-512/+489
* 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