summaryrefslogtreecommitdiff
path: root/passlib/tests/utils.py
Commit message (Expand)AuthorAgeFilesLines
* added passlib.hash.bcrypt_sha256Eli Collins2013-12-261-3/+9
* django compatibility part 2Eli Collins2013-12-221-1/+2
* django compatibility updates (should fix issue 50)Eli Collins2013-12-201-0/+16
* rearranged/refactored HandlerCase fuzz testing functions somewhatEli Collins2012-08-021-78/+91
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-126/+126
* replaced HAS_INTEGER_MTIME flag with more reliable workaroundEli Collins2012-06-271-1/+9
* reworked platform_crypt_support test to be more granular, updated to account ...Eli Collins2012-06-271-14/+21
* misc testing fixesEli Collins2012-05-011-18/+30
* bunch bugfixes to the unittestsEli Collins2012-05-011-14/+27
* unittest cleanups, better coverage, etcEli Collins2012-04-301-563/+394
* added some missing tests; fixed a bunch of bugsEli Collins2012-04-281-2/+7
* added support for the new Django 1.4 hash formatsEli Collins2012-04-271-7/+26
* setup warning filters early in TestCase to work around HandlerCase warning is...Eli Collins2012-04-171-0/+3
* changed bcrypt's os_crypt backend to try alternatives before bailing.Eli Collins2012-04-171-4/+1
* reworked fuzz verifier system, so that we can skip $2x$ hashes during bcrypt ...Eli Collins2012-04-171-19/+43
* disabling saslprep() support under Jython - it lacks the stringprep moduleEli Collins2012-04-171-0/+7
* a bunch of bugfixes found during unittestingEli Collins2012-04-171-4/+4
* assorted bugfixes, tweaks, and tests added; based on coverage examinationEli Collins2012-04-121-16/+107
* ran full UTs, found and fixed a few bugs introduced in last few commits.Eli Collins2012-04-111-3/+3
* rearranged some test casesEli Collins2012-04-111-42/+91
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-24/+41
* replaced some common string ops with util funcs (repeat_string, right_pad_str...Eli Collins2012-04-101-3/+3
* tightened OS crypt backend testsEli Collins2012-04-101-25/+140
* *all* hashes now throw PasswordSizeError if password is larger than 4096 char...Eli Collins2012-04-091-0/+13
* misc bugfixesEli Collins2012-03-121-7/+16
* updated test support & py3 compat code from an external libraryEli Collins2012-03-121-180/+251
* misc bugfixes dealing with changes from last 8 or so commitsEli Collins2012-03-111-9/+10
* added hack to clear warnings registry so assertWarningList() tests will pass ...Eli Collins2012-03-111-3/+28
* added support for Cisco PIX & Type 7 hashesEli Collins2012-03-101-14/+54
* added mssql 2000/2005 hashes; enhanced HandlerCase's password case sensitive ...Eli Collins2012-03-101-3/+17
* renamed test_handlers classes to match alg name + "_test" (tired of having to...Eli Collins2012-03-091-16/+12
* base HandlerCase class reworkedEli Collins2012-03-091-517/+977
* consolidated some unit testsEli Collins2012-02-091-8/+107
* renamed passlib.exc warning classesEli Collins2012-02-081-2/+2
* documentation updates for last two commitsEli Collins2012-02-081-2/+3
* minor tweaks & fixesEli Collins2012-02-081-3/+5
* large refactor of GenericHandler internalsEli Collins2012-02-081-2/+12
* simplified crypt.crypt() wrappersEli Collins2012-01-191-26/+26
* split exceptions/warnings to separate module; added some additional warning c...Eli Collins2012-01-181-3/+5
* import cleanupsEli Collins2012-01-181-12/+16
* renamed the utils.handlers.XX_CHARS constants to match utils.XX_CHARS (old al...Eli Collins2012-01-181-2/+2
* clarified border case where verify() accepted configuration strings instead o...Eli Collins2012-01-091-7/+29
* tests use assertRegex instead of assertRegexpMatchesEli Collins2012-01-021-13/+18
* renamed test_drivers.py -> test_handlers.py to match name of module its testingEli Collins2011-12-281-1/+1
* deprecated to_hash_str, replaced all instances with to_native_strEli Collins2011-12-281-6/+6
* Merge from defaultEli Collins2011-12-281-0/+13
|\
| * CryptPolicy rewrite part 2Eli Collins2011-12-271-0/+13
* | replaced all #Py3k# conditional includesEli Collins2011-12-061-11/+5
* | ran a custom 2to3 fixer to replace all u"" with u() and add an import from co...Eli Collins2011-12-061-6/+7
* | added compat.unicode imports in a number of placesEli Collins2011-12-061-1/+2