| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | deprecating the 'vary_rounds' option -- *very* little security benefit, | Eli Collins | 2016-06-10 | 1 | -1/+0 |
| | | | | | | | | and not worth the amount of code it requires to support it. * stripped out vary_rounds from all internal presets * added deprecation warning if it's ever used | ||||
| * | retuned/updated default rounds settings for all hashes | Eli Collins | 2015-07-25 | 1 | -4/+4 |
| | | |||||
| * | style cleanups (transplant of rc94c6072a652 in default) | Eli Collins | 2013-12-27 | 1 | -2/+2 |
| | | |||||
| * | django compatibility part 2 | Eli Collins | 2013-12-22 | 1 | -3/+11 |
| | | | | | | | | | * added implementation of django 1.6's bcrypt_sha256 hasher, and UTs * added django16 premade context to passlib.apps, made it default django_context * test_ext_django now makes use of django16_context * passlib.ext.django.utils.get_preset_config() now uses django16_context * tox 'django' and 'django-py3' now test bcrypt integration | ||||
| * | project-wide whitespace & comment cleanup (it's been a couple of years) | Eli Collins | 2012-08-01 | 1 | -43/+42 |
| | | |||||
| * | assorted small details that weren't covered in the last few merges | Eli Collins | 2012-04-27 | 1 | -5/+5 |
| | | |||||
| * | added support for the new Django 1.4 hash formats | Eli Collins | 2012-04-27 | 1 | -7/+14 |
| | | | | | | | - updated salt handling of the existing django hashes, in a way which should be backwards compatible w/ django 1.0 - UTs now test Django hasher output against passlib handlers (reverse was already being done) - refactor of fuzz testing to reuse some of the methods. | ||||
| * | added undocumented apps.master_context to add in testing - context ↵ | Eli Collins | 2012-04-27 | 1 | -0/+44 |
| | | | | | containing ALL hashes, with the exception of ones with problematic identify() methods | ||||
| * | stripping out "passprep" feature - code was working, but the api isn't read ↵ | Eli Collins | 2012-04-27 | 1 | -5/+0 |
| | | | | | for release. will adjust issue 24. | ||||
| * | CryptPolicy deprecated, part2 - updated rest of library to use CryptContext ↵ | Eli Collins | 2012-04-17 | 1 | -1/+1 |
| | | | | | directly | ||||
| * | removed default policy file & object | Eli Collins | 2012-04-09 | 1 | -6/+3 |
| | | | | | | | | was using default policy to store recommended defaults for hashes, but it only affects CryptContext objects, and users seem to frequent using the handler objects directly - so going to store recommended defaults in the handler from now on. | ||||
| * | cleanups to utils | Eli Collins | 2012-01-18 | 1 | -1/+1 |
| | | |||||
| * | minor doc changes | Eli Collins | 2012-01-02 | 1 | -0/+4 |
| | | |||||
| * | CryptContext can now run passwords through SASLPrep via "passprep" options ↵ | Eli Collins | 2012-01-02 | 1 | -0/+5 |
| | | | | | [issue 24] | ||||
| * | moved sys_bits to compat, added exc_err, removed utils.py32_lang | Eli Collins | 2011-12-06 | 1 | -1/+1 |
| | | |||||
| * | phpass_context now imports bcrypt hash only if phpass_context is used | Eli Collins | 2011-08-12 | 1 | -7/+11 |
| | | |||||
| * | removed min_verify_time setting from custom_app_context, | Eli Collins | 2011-08-10 | 1 | -1/+0 |
| | | | | | min_verify_time is too host & load dependant to be hardcoded. | ||||
| * | added documentation for Django hashes & context | Eli Collins | 2011-07-10 | 1 | -0/+1 |
| | | |||||
| * | django work | Eli Collins | 2011-06-30 | 1 | -0/+12 |
| | | | | | | | | * django hashes cleaned up, UTs added * added passlib.apps.django_context for reading existing django hashes * added experimental django plugin "passlib.ext.django" which monkeypatches django to use pbkdf2_sha256 (and many other features) * not listing in changelog or documenting just yet, needs more testing | ||||
| * | PHPass now prefers portable hash over bsdi-crypt | Eli Collins | 2011-06-22 | 1 | -2/+2 |
| | | |||||
| * | note about stray load of bcrypt hash - should add UTs to check passlib.apps ↵ | Eli Collins | 2011-05-09 | 1 | -0/+2 |
| | | | | | & passlib.hosts to detect any more of these | ||||
| * | set roundup15_context to deprecate older schemes | Eli Collins | 2011-05-04 | 1 | -1/+6 |
| | | |||||
| * | added documentation for roundup hashes & context | Eli Collins | 2011-04-29 | 1 | -3/+5 |
| | | |||||
| * | added support for hashes used by Roundup Issue tracker | Eli Collins | 2011-04-25 | 1 | -4/+11 |
| | | | | | | | * ldap_hex_md5, ldap_hex_sha1, roundup_plaintext, roundup_pbkdf2_sha1 * also uses ldap_des_crypt * need to add docs | ||||
| * | misc tweaks | Eli Collins | 2011-04-25 | 1 | -4/+6 |
| | | |||||
| * | added support for ldap {CRYPT} handlers, using PrefixWrapper to wrap base ↵ | Eli Collins | 2011-04-25 | 1 | -6/+27 |
| | | | | | handlers | ||||
| * | converted passlib.apps & passlib.hosts to use LazyCryptContext | Eli Collins | 2011-04-08 | 1 | -8/+8 |
| | | |||||
| * | misc bugfixes & tweaks for win32 compat | Eli Collins | 2011-03-25 | 1 | -4/+2 |
| | | |||||
| * | added phpass_context & phpbb3_context to passlib.apps | Eli Collins | 2011-03-24 | 1 | -0/+10 |
| | | |||||
| * | added internal note | Eli Collins | 2011-03-23 | 1 | -0/+5 |
| | | |||||
| * | passlib.apps work | Eli Collins | 2011-03-23 | 1 | -0/+65 |
| ================= * renamed passlib.servers -> passlib.apps * added custom_app_context, for quickly adding hashes to new apps * documented module | |||||
