summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added notecmdline-devEli Collins2012-04-171-1/+3
* bugfix to benchmark codeEli Collins2012-04-171-1/+1
* various bits of cmdline workEli Collins2012-04-174-355/+530
* added handler descriptions for all remaining handlersEli Collins2012-04-175-8/+17
* renamed .summary to .description, more apropos; added PrefixWrapper descripti...Eli Collins2012-04-1723-50/+57
* Merge from defaultEli Collins2012-04-1723-233/+1153
|\
| * misc cmdline workEli Collins2012-03-133-143/+383
| * various cmdline improvementsEli Collins2012-03-1321-116/+288
| * added options to crypt command, improved filters in benchmark command, a few ...Eli Collins2012-03-133-72/+177
| * Merge from defaultEli Collins2012-03-1391-3358/+6955
| |\
| * \ Merge from defaultEli Collins2012-01-193-229/+629
| |\ \
| | * | hash benchmark utilityEli Collins2012-01-053-233/+340
| | * | started work on cmdline toolEli Collins2012-01-051-0/+293
* | | | added deprecation detector so CryptContext will upgrade bsdi_crypt hashes wit...Eli Collins2012-04-171-0/+13
* | | | CryptPolicy deprecation, part 5 - updated docs, changelog, benchmark scriptEli Collins2012-04-177-193/+318
* | | | CryptPolicy deprecation, part 4 - updated context testsEli Collins2012-04-175-762/+2176
* | | | CryptPolicy deprecated, part2 - updated rest of library to use CryptContext d...Eli Collins2012-04-1711-38/+58
* | | | _CryptRecord cleaned up a little internally, default_rounds clipping logic tw...Eli Collins2012-04-171-138/+182
* | | | deprecated CryptPolicy, moved all of it's features into CryptContext (part 1)Eli Collins2012-04-171-682/+1508
* | | | bugfix: set des_crypt.checksum_size, so it will now reject hashes with missin...Eli Collins2012-04-173-9/+17
* | | | updated passlib.apache module's api - more flexible to use, changed some ambi...Eli Collins2012-04-178-497/+1163
* | | | issue warning if app requests even bsdi_crypt roundsEli Collins2012-04-135-11/+49
* | | | work on des_crypt familyEli Collins2012-04-136-677/+867
* | | | assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-1218-179/+453
* | | | scram hash: improved UTs to cover some edge cases, full-verify now throws err...Eli Collins2012-04-122-7/+28
* | | | ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-1115-34/+48
* | | | rearranged some test casesEli Collins2012-04-112-45/+113
* | | | clarify behavior for secret=None and hash=NoneEli Collins2012-04-1130-305/+298
* | | | replaced some common string ops with util funcs (repeat_string, right_pad_str...Eli Collins2012-04-108-30/+37
* | | | tightened OS crypt backend testsEli Collins2012-04-107-36/+229
* | | | minor constant & comment tweaksEli Collins2012-04-104-12/+9
* | | | md5_crypt / sha2-crypt cleanupEli Collins2012-04-104-512/+489
* | | | parse_mc3/render_mc3 helpers now handle rounds str<->int, consolidated a bunc...Eli Collins2012-04-104-91/+102
* | | | passlib.exc: added constructors for common errors, should normalize error mes...Eli Collins2012-04-1020-116/+185
* | | | ldap salted digest improvementsEli Collins2012-04-094-15/+84
* | | | 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-099-1/+62
* | | | removed default policy file & objectEli Collins2012-04-096-92/+19
| |_|/ |/| |
* | | misc bugfixesEli Collins2012-03-127-32/+85
* | | bcrypt workEli Collins2012-03-125-43/+102
* | | updated passlib.ext.django; made some notes about django 1.4Eli Collins2012-03-125-49/+68
* | | doc tweaksEli Collins2012-03-128-21/+36
* | | updated test support & py3 compat code from an external libraryEli Collins2012-03-1221-372/+448
* | | misc bugfixes dealing with changes from last 8 or so commitsEli Collins2012-03-116-16/+27
* | | bugfix: change some context tests to use phpass instead of bsd_nthash or bcryptEli Collins2012-03-112-15/+18
* | | added hack to clear warnings registry so assertWarningList() tests will pass ...Eli Collins2012-03-118-34/+53
* | | to_bytes, to_unicode, to_native_str: added special TypeErrors for None, other...Eli Collins2012-03-102-8/+18
* | | safe_crypt() now handles "*0" and similar error returns from crypt()Eli Collins2012-03-102-12/+31
* | | added some notesEli Collins2012-03-105-22/+18
* | | bugfix to setup.pyEli Collins2012-03-101-1/+1