summaryrefslogtreecommitdiff
path: root/passlib/utils
Commit message (Expand)AuthorAgeFilesLines
* bugfix to benchmark codeEli Collins2012-04-171-1/+1
* various bits of cmdline workEli Collins2012-04-172-67/+226
* renamed .summary to .description, more apropos; added PrefixWrapper descripti...Eli Collins2012-04-172-3/+5
* Merge from defaultEli Collins2012-04-172-0/+410
|\
| * misc cmdline workEli Collins2012-03-131-0/+146
| * various cmdline improvementsEli Collins2012-03-131-5/+6
| * added options to crypt command, improved filters in benchmark command, a few ...Eli Collins2012-03-131-7/+33
| * Merge from defaultEli Collins2012-03-137-649/+1016
| |\
| * \ Merge from defaultEli Collins2012-01-191-0/+237
| |\ \
| | * | hash benchmark utilityEli Collins2012-01-051-0/+237
* | | | 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
* | 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