summaryrefslogtreecommitdiff
path: root/passlib/utils
Commit message (Expand)AuthorAgeFilesLines
* Merge from defaultironpython-support-devEli Collins2012-04-175-212/+364
|\
| * 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
* | wrote out all the known issues; made an attempt at deal w/ unicode-v-bytes is...Eli Collins2012-04-122-30/+88
* | starting branch to add ironpython supportEli Collins2012-04-121-2/+23
|/
* 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
* misc bugfixes from round of changesEli Collins2012-01-183-37/+112
* StaticHandler._norm_hash() should return native str typeEli Collins2012-01-181-6/+8
* import cleanupsEli Collins2012-01-187-111/+114
* cleanups to utilsEli Collins2012-01-183-92/+77
* reordered contents of utilsEli Collins2012-01-181-271/+264
* deprecated unused int<->bytes utilsEli Collins2012-01-182-42/+13
* cleaned up utils a littleEli Collins2012-01-182-64/+61
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-182-18/+18
* replaced utils.h64 module with utils.Base64Engine instanceEli Collins2012-01-183-401/+517
* added some function deprecation helpersEli Collins2012-01-181-6/+83
* lots of work on scram hashEli Collins2012-01-093-2/+15
* clarified border case where verify() accepted configuration strings instead o...Eli Collins2012-01-091-1/+27
* renamed utils.timer -> utils.tickEli Collins2012-01-051-4/+4
* move vm constants to compat moduleEli Collins2011-12-283-7/+6
* mvt code now uses time.clock() under win32Eli Collins2011-12-281-0/+36
* removed Undef singleton, private _NOTSET singletons are cleaner.Eli Collins2011-12-281-21/+0
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-284-31/+28