summaryrefslogtreecommitdiff
path: root/passlib/tests
Commit message (Expand)AuthorAgeFilesLines
* convert unicode user categories -> utf8 under python2Eli Collins2012-06-271-1/+14
* replaced HAS_INTEGER_MTIME flag with more reliable workaroundEli Collins2012-06-272-4/+12
* reworked platform_crypt_support test to be more granular, updated to account ...Eli Collins2012-06-272-68/+50
* misc testing fixesEli Collins2012-05-013-61/+62
* bunch bugfixes to the unittestsEli Collins2012-05-016-51/+101
* removed unused file - derivative of it is over in cmdline-dev branchEli Collins2012-04-301-229/+0
* assorted bugfixes & additional test coverageEli Collins2012-04-305-61/+145
* removed annoying builtin-bcrypt warning, decreased rounds on some test vector...Eli Collins2012-04-303-51/+60
* test_ext_django: removed redundant tests, broke into separate test casesEli Collins2012-04-301-401/+460
* utils.handlers: fleshed out tests; fixed some bugsEli Collins2012-04-301-8/+202
* unix_disabled updated to accept only certain strings, rather than act as wild...Eli Collins2012-04-301-8/+34
* fleshed out passlib.apache tests; small bugfixe to moduleEli Collins2012-04-301-43/+121
* context cleanupEli Collins2012-04-302-540/+223
* splitcomma won't dieEli Collins2012-04-301-0/+9
* better coverage of crypto routines, fixed some bugsEli Collins2012-04-301-193/+240
* unittest cleanups, better coverage, etcEli Collins2012-04-303-573/+747
* added some missing tests; fixed a bunch of bugsEli Collins2012-04-287-24/+122
* near complete rewrite of django plugin, now making publicEli Collins2012-04-273-426/+608
* added support for the new Django 1.4 hash formatsEli Collins2012-04-272-20/+162
* added deprecated="auto" support to CryptContextEli Collins2012-04-271-0/+32
* stripping out "passprep" feature - code was working, but the api isn't read f...Eli Collins2012-04-271-58/+0
* context change - shortened hash_needs_update() to needs_update()Eli Collins2012-04-272-19/+24
* cleaned up the registry code -- less redundant data, more type checksEli Collins2012-04-273-4/+11
* setup warning filters early in TestCase to work around HandlerCase warning is...Eli Collins2012-04-172-4/+6
* updated tox config, moved GAE helper into tests module to silence tox warningEli Collins2012-04-171-0/+37
* changed bcrypt's os_crypt backend to try alternatives before bailing.Eli Collins2012-04-172-5/+3
* 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-175-57/+15
* a bunch of bugfixes found during unittestingEli Collins2012-04-175-14/+49
* 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-174-14/+15
* bugfix: set des_crypt.checksum_size, so it will now reject hashes with missin...Eli Collins2012-04-171-0/+4
* updated passlib.apache module's api - more flexible to use, changed some ambi...Eli Collins2012-04-172-129/+249
* issue warning if app requests even bsdi_crypt roundsEli Collins2012-04-131-0/+4
* work on des_crypt familyEli Collins2012-04-132-424/+550
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-125-77/+351
* scram hash: improved UTs to cover some edge cases, full-verify now throws err...Eli Collins2012-04-121-4/+26
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-116-19/+21
* rearranged some test casesEli Collins2012-04-112-45/+113
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-113-38/+95
* replaced some common string ops with util funcs (repeat_string, right_pad_str...Eli Collins2012-04-102-8/+7
* tightened OS crypt backend testsEli Collins2012-04-102-25/+204
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-1/+1
* ldap salted digest improvementsEli Collins2012-04-091-0/+33
* *all* hashes now throw PasswordSizeError if password is larger than 4096 char...Eli Collins2012-04-091-0/+13
* misc bugfixesEli Collins2012-03-124-24/+73
* bcrypt workEli Collins2012-03-121-6/+36
* updated passlib.ext.django; made some notes about django 1.4Eli Collins2012-03-121-2/+7
* updated test support & py3 compat code from an external libraryEli Collins2012-03-129-223/+290
* misc bugfixes dealing with changes from last 8 or so commitsEli Collins2012-03-113-12/+18