summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* switch to default/stable branch strategyrelease-1.6Eli Collins2012-08-030-0/+0
|
* Added tag 1.6.1 for changeset fac3201eb50bEli Collins2012-08-020-0/+0
|
* bumped to 1.6.11.6.1Eli Collins2012-08-022-3/+3
|
* documentation tweaksEli Collins2012-08-022-3/+3
|
* bugfix for py3.3: passlib registry methods would erroneously return private ↵Eli Collins2012-08-023-1/+30
| | | | module attrs
* bcrypt documentation updates - changed pybcrypt url, added details re: ↵Eli Collins2012-08-026-39/+49
| | | | builtin-bcrypt implementation
* added pypy1.9 & py3.3 to toxEli Collins2012-08-021-3/+12
|
* typofix in test_handlers, mysql323 fuzz testing now handles whitespace correctlyEli Collins2012-08-021-1/+5
|
* rearranged/refactored HandlerCase fuzz testing functions somewhatEli Collins2012-08-022-88/+101
|
* filter some extraneous warnings in testsEli Collins2012-08-021-0/+6
|
* misc fixesEli Collins2012-08-013-27/+26
| | | | | | * hash_needs_update() now issues deprecation warning. * deprecated_function decorator appends CR to docstring if needed. * rng genseed() fallback now gulps down a bunch more entropy
* border case: CryptContext now accepts keys with mixed '.' and '__' separatorsEli Collins2012-08-012-1/+9
|
* large number of assorted documentation updatesEli Collins2012-08-0125-215/+318
|
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-0182-2558/+2550
|
* _CryptConfig now pre-calculates default scheme for each category, checks ↵Eli Collins2012-07-095-16/+133
| | | | | | | against deprecated list (closes issue 39) * also added some unittests to catch 3 cases covered in issue 39, and some others as well.
* CryptContext config parsing internals just too messy to work with, ↵Eli Collins2012-07-093-521/+568
| | | | | | | | | refactored to have better isolation of components * moved config storage into separate _CryptConfig object, removes state-restore hack in load() * primary CryptContext access to _CryptConfig now through get_record & identify_record. * don't like to do this during minor releases, but have a few bugs that just aren't worth the trouble of fixing under the previous codebase.
* removed some unused files, tweaked some internal commentsEli Collins2012-06-273-319/+4
|
* convert unicode user categories -> utf8 under python2Eli Collins2012-06-273-4/+25
|
* various minor updates to documentation & code commentsEli Collins2012-06-275-18/+34
|
* md5_crypt deprecated by author, updated docs accordinglyEli Collins2012-06-275-12/+39
|
* replaced HAS_INTEGER_MTIME flag with more reliable workaroundEli Collins2012-06-273-4/+15
|
* reworked platform_crypt_support test to be more granular, updated to account ↵Eli Collins2012-06-274-70/+60
| | | | for FreeBSD 8.3+ supporting SHA512-Crypt
* Added tag 1.6 for changeset b76f260ebb0cEli Collins2012-05-170-0/+0
|
* pip requirements file for building docs1.6Eli Collins2012-05-171-0/+1
|
* minor documentation updates - typo in changes, better listing of ident ↵Eli Collins2012-05-173-12/+16
| | | | values for bcrypt
* minor documentation updatesEli Collins2012-05-084-26/+33
|
* updated index entriesEli Collins2012-05-0227-33/+63
|
* forgot to document the relaxed=True keyword, and the strict-parameters policy.Eli Collins2012-05-0217-9/+290
|
* tweaked release scripts - not pushing eggs again (at least until C extensions)Eli Collins2012-05-012-6/+37
|
* release 1.6Eli Collins2012-05-012-3/+3
|
* last minute documentation updatesEli Collins2012-05-016-16/+20
|
* misc testing fixesEli Collins2012-05-015-67/+66
| | | | | | | | | | | * bcrypt fuzz fix: detect $2$ hashes w/ passwords like 'abc' 'abcabc' and regenerate, since $2$ would hash them the same. one in a million chance, but I hit it. * django_bcrypt: skip multi-ident testing entirely, only one prefix is used. * get_fuzz_settings() now handles passwords too, so handlers can alter them * get_fuzz_ident() now checks os_supports_ident() directly, so bcrypt test doesn't have to * test_14_salt_chars now cleans up salt, so bcrypt test doesn't have to * glitch in fuzz skip code * add tox.ini to sdist
* final tweaks to test config filesEli Collins2012-05-013-26/+28
|
* added environment variables to doc indexEli Collins2012-05-013-0/+7
|
* loads of documentation updatesEli Collins2012-05-0128-185/+282
|
* bunch bugfixes to the unittestsEli Collins2012-05-018-84/+116
| | | | | | | | | * timer issues under windows * id() issues under jython * mtime issues under jython & darwin * corrected expectations of test_ext_django's patch checker * added darwin flags to platform_os_crypt info * fixed regression in os_crypt backend test mocking
* moved is_ascii_codec() helper to utilsEli Collins2012-05-013-9/+9
|
* updated various bit of documentation; made 1.6 changelog presentableEli Collins2012-04-3010-323/+393
|
* removed unused file - derivative of it is over in cmdline-dev branchEli Collins2012-04-301-229/+0
|
* assorted bugfixes & additional test coverageEli Collins2012-04-3011-143/+190
|
* removed annoying builtin-bcrypt warning, decreased rounds on some test ↵Eli Collins2012-04-305-65/+69
| | | | vectors for speed
* test_ext_django: removed redundant tests, broke into separate test casesEli Collins2012-04-301-401/+460
|
* utils.handlers: fleshed out tests; fixed some bugsEli Collins2012-04-302-35/+235
|
* unix_disabled updated to accept only certain strings, rather than act as ↵Eli Collins2012-04-302-35/+93
| | | | wildcard
* fleshed out passlib.apache tests; small bugfixe to moduleEli Collins2012-04-302-44/+123
|
* context cleanupEli Collins2012-04-303-625/+287
| | | | | | | | * removed redundant tests from test_context_deprecated * fleshed out missing tests in test_context * commented out some unused methods in CryptContext (__str__, _simplify) * consolidated unregistered handler tracking in CryptContext * stripped to_string(compact=True) support out, no real purpose
* excluded some branches from coverageEli Collins2012-04-308-34/+33
|
* all os_crypt hashes now forbidden NULL charsEli Collins2012-04-305-23/+47
|
* splitcomma won't dieEli Collins2012-04-304-23/+23
|
* better coverage of crypto routines, fixed some bugsEli Collins2012-04-303-248/+302
|