summaryrefslogtreecommitdiff
path: root/passlib/utils
Commit message (Expand)AuthorAgeFilesLines
* various minor updates to documentation & code commentsEli Collins2012-06-271-2/+2
* loads of documentation updatesEli Collins2012-05-012-44/+57
* bunch bugfixes to the unittestsEli Collins2012-05-012-33/+15
* moved is_ascii_codec() helper to utilsEli Collins2012-05-011-0/+7
* assorted bugfixes & additional test coverageEli Collins2012-04-302-73/+31
* utils.handlers: fleshed out tests; fixed some bugsEli Collins2012-04-301-27/+33
* excluded some branches from coverageEli Collins2012-04-303-9/+8
* splitcomma won't dieEli Collins2012-04-301-8/+8
* better coverage of crypto routines, fixed some bugsEli Collins2012-04-301-54/+61
* unittest cleanups, better coverage, etcEli Collins2012-04-301-1/+14
* added some missing tests; fixed a bunch of bugsEli Collins2012-04-284-32/+27
* assorted small details that weren't covered in the last few mergesEli Collins2012-04-273-3/+14
* updated front matter and other documentationEli Collins2012-04-272-5/+16
* near complete rewrite of django plugin, now making publicEli Collins2012-04-272-0/+59
* finally added abstract base class for the password hash interface -- passlib....Eli Collins2012-04-271-25/+10
* added experimental GenericHandler.bitsize() method, which estimates bitsize o...Eli Collins2012-04-271-6/+73
* made support for encoding context keyword uniformEli Collins2012-04-271-0/+9
* context change - shortened hash_needs_update() to needs_update()Eli Collins2012-04-271-2/+2
* renamed 'errname' to 'param' for to_unicode, etc; to match some of the other ...Eli Collins2012-04-271-26/+26
* sped up pbkdf2 implementation by 60% or so - upped the rounds for all pbkdf2 ...Eli Collins2012-04-192-57/+61
* disabling saslprep() support under Jython - it lacks the stringprep moduleEli Collins2012-04-172-6/+31
* a bunch of bugfixes found during unittestingEli Collins2012-04-171-2/+2
* updated passlib.apache module's api - more flexible to use, changed some ambi...Eli Collins2012-04-171-5/+34
* work on des_crypt familyEli Collins2012-04-131-115/+238
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-124-82/+73
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-111-0/+2
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-114-71/+58
* replaced some common string ops with util funcs (repeat_string, right_pad_str...Eli Collins2012-04-102-11/+20
* md5_crypt / sha2-crypt cleanupEli Collins2012-04-102-1/+10
* parse_mc3/render_mc3 helpers now handle rounds str<->int, consolidated a bunc...Eli Collins2012-04-101-14/+68
* passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-101-45/+60
* 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-092-1/+12
* bcrypt workEli Collins2012-03-121-1/+4
* doc tweaksEli Collins2012-03-121-3/+3
* updated test support & py3 compat code from an external libraryEli Collins2012-03-124-120/+130
* to_bytes, to_unicode, to_native_str: added special TypeErrors for None, other...Eli Collins2012-03-101-7/+17
* safe_crypt() now handles "*0" and similar error returns from crypt()Eli Collins2012-03-101-6/+21
* added some notesEli Collins2012-03-101-1/+5
* various bcrypt improvementsEli Collins2012-03-102-7/+130
* cleanup of scram hash; improved norm_digest_name() and moved it to utils.pbkdf2Eli Collins2012-03-101-1/+104
* added support for Cisco PIX & Type 7 hashesEli Collins2012-03-101-0/+18
* utils.handlers framework reworked; removed a bunch of boilerplate codeEli Collins2012-03-091-285/+337
* renamed calc_checksum() -> _calc_checksum(), hiding the last of the private m...Eli Collins2012-02-081-17/+17
* renamed passlib.exc warning classesEli Collins2012-02-081-4/+4
* documentation updates for last two commitsEli Collins2012-02-081-95/+98
* minor tweaks & fixesEli Collins2012-02-081-1/+1
* large refactor of GenericHandler internalsEli Collins2012-02-081-166/+192
* simplified crypt.crypt() wrappersEli Collins2012-01-192-45/+64
* split exceptions/warnings to separate module; added some additional warning c...Eli Collins2012-01-184-34/+23