summaryrefslogtreecommitdiff
path: root/passlib
Commit message (Expand)AuthorAgeFilesLines
* removed some unused files, tweaked some internal commentsEli Collins2012-06-271-10/+4
* convert unicode user categories -> utf8 under python2Eli Collins2012-06-272-4/+20
* various minor updates to documentation & code commentsEli Collins2012-06-271-2/+2
* md5_crypt deprecated by author, updated docs accordinglyEli Collins2012-06-272-1/+12
* 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
* minor documentation updates - typo in changes, better listing of ident values...Eli Collins2012-05-171-6/+10
* minor documentation updatesEli Collins2012-05-081-1/+1
* updated index entriesEli Collins2012-05-021-3/+4
* forgot to document the relaxed=True keyword, and the strict-parameters policy.Eli Collins2012-05-0215-1/+264
* release 1.6Eli Collins2012-05-011-1/+1
* last minute documentation updatesEli Collins2012-05-011-2/+3
* misc testing fixesEli Collins2012-05-013-61/+62
* loads of documentation updatesEli Collins2012-05-016-50/+123
* bunch bugfixes to the unittestsEli Collins2012-05-018-84/+116
* moved is_ascii_codec() helper to utilsEli Collins2012-05-012-9/+8
* updated various bit of documentation; made 1.6 changelog presentableEli Collins2012-04-301-1/+0
* removed unused file - derivative of it is over in cmdline-dev branchEli Collins2012-04-301-229/+0
* assorted bugfixes & additional test coverageEli Collins2012-04-3010-142/+189
* removed annoying builtin-bcrypt warning, decreased rounds on some test vector...Eli Collins2012-04-304-60/+65
* 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-304-574/+761
* 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-2719-45/+45
* assorted small details that weren't covered in the last few mergesEli Collins2012-04-275-10/+21
* updated front matter and other documentationEli Collins2012-04-274-32/+54
* merged rewrite of CryptContext documentation - (near-) full tutorial and refe...Eli Collins2012-04-271-260/+407
* merging rewrite of all hash documentation, and password hash apiEli Collins2012-04-2719-133/+216
* near complete rewrite of django plugin, now making publicEli Collins2012-04-2711-697/+1387
* added support for the new Django 1.4 hash formatsEli Collins2012-04-274-88/+347
* 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-272-6/+60
* stripping out "passprep" feature - code was working, but the api isn't read f...Eli Collins2012-04-273-123/+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-193-64/+68