summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* release 1.6Eli Collins2012-05-012-3/+3
* last minute documentation updatesEli Collins2012-05-016-16/+20
* misc testing fixesEli Collins2012-05-015-67/+66
* final tweaks to test config filesEli Collins2012-05-013-26/+28
* added environment variables to doc indexEli Collins2012-05-013-0/+7
* loads of documentation updatesEli Collins2012-05-0128-185/+282
* bunch bugfixes to the unittestsEli Collins2012-05-018-84/+116
* moved is_ascii_codec() helper to utilsEli Collins2012-05-013-9/+9
* updated various bit of documentation; made 1.6 changelog presentableEli Collins2012-04-3010-323/+393
* removed unused file - derivative of it is over in cmdline-dev branchEli Collins2012-04-301-229/+0
* assorted bugfixes & additional test coverageEli Collins2012-04-3011-143/+190
* removed annoying builtin-bcrypt warning, decreased rounds on some test vector...Eli Collins2012-04-305-65/+69
* 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-302-35/+235
* unix_disabled updated to accept only certain strings, rather than act as wild...Eli Collins2012-04-302-35/+93
* fleshed out passlib.apache tests; small bugfixe to moduleEli Collins2012-04-302-44/+123
* context cleanupEli Collins2012-04-303-625/+287
* excluded some branches from coverageEli Collins2012-04-308-34/+33
* all os_crypt hashes now forbidden NULL charsEli Collins2012-04-305-23/+47
* splitcomma won't dieEli Collins2012-04-304-23/+23
* better coverage of crypto routines, fixed some bugsEli Collins2012-04-303-248/+302
* unittest cleanups, better coverage, etcEli Collins2012-04-305-599/+823
* added some missing tests; fixed a bunch of bugsEli Collins2012-04-2817-71/+167
* forgot to list django 1.4 hashes in registry, some other notesEli Collins2012-04-273-3/+7
* mass rename of old alias for PasswordHash interfaceEli Collins2012-04-2721-47/+47
* assorted small details that weren't covered in the last few mergesEli Collins2012-04-277-14/+36
* updated front matter and other documentationEli Collins2012-04-2721-297/+438
* merged rewrite of CryptContext documentation - (near-) full tutorial and refe...Eli Collins2012-04-2710-911/+1384
* merging rewrite of all hash documentation, and password hash apiEli Collins2012-04-2761-1492/+1701
* near complete rewrite of django plugin, now making publicEli Collins2012-04-2715-808/+1518
* added support for the new Django 1.4 hash formatsEli Collins2012-04-276-99/+393
* finally added abstract base class for the password hash interface -- passlib....Eli Collins2012-04-275-33/+208
* added undocumented apps.master_context to add in testing - context containing...Eli Collins2012-04-271-0/+44
* added experimental GenericHandler.bitsize() method, which estimates bitsize o...Eli Collins2012-04-272-9/+78
* made support for encoding context keyword uniformEli Collins2012-04-274-33/+42
* added deprecated="auto" support to CryptContextEli Collins2012-04-274-6/+67
* stripping out "passprep" feature - code was working, but the api isn't read f...Eli Collins2012-04-275-164/+2
* context change - shortened hash_needs_update() to needs_update()Eli Collins2012-04-277-50/+64
* internal changed to contextEli Collins2012-04-271-29/+37
* cleaned up the registry code -- less redundant data, more type checksEli Collins2012-04-275-213/+222
* renamed 'errname' to 'param' for to_unicode, etc; to match some of the other ...Eli Collins2012-04-278-42/+42
* sped up pbkdf2 implementation by 60% or so - upped the rounds for all pbkdf2 ...Eli Collins2012-04-195-65/+84
* add posargs supports to tox config, passes all args to noseEli Collins2012-04-171-6/+12
* setup warning filters early in TestCase to work around HandlerCase warning is...Eli Collins2012-04-173-4/+7
* added missed package to setupEli Collins2012-04-171-1/+2
* updated tox config, moved GAE helper into tests module to silence tox warningEli Collins2012-04-174-31/+99
* 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-178-63/+51
* a bunch of bugfixes found during unittestingEli Collins2012-04-179-20/+56