| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | .encrypt() method renamed to .hash(), other api cleanups | Eli Collins | 2016-06-10 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | .encrypt() ---------- hash.encrypt() & context.encrypt() have been renamed to .hash(). this should take care of the long-standing issue 21 (the poor naming of .encrypt). per docs, legacy aliases will remain in place until passlib 2.0. .genhash() / .genconfig() ------------------------- taking advantage of this reorganization to also deprecate .genconfig() and .genhash() -- they're not really useful in a modern system, nor as needed for historical support as initially thought: .genconfig() will be retired completely in passlib 2.0; .genhash() is rolled into the new .hash() method along with .encrypt(). | ||||
| * | massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ↵ | Eli Collins | 2013-12-27 | 1 | -1/+1 |
| | | | | | comment 7) (transplant of r1f5b8860b743 from default branch) | ||||
| * | 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 | -1/+1 |
| | | |||||
| * | updated index entries | Eli Collins | 2012-05-02 | 1 | -5/+5 |
| | | |||||
| * | updated front matter and other documentation | Eli Collins | 2012-04-27 | 1 | -29/+56 |
| | | |||||
| * | added support for the new Django 1.4 hash formats | Eli Collins | 2012-04-27 | 1 | -11/+39 |
| | | | | | | | - 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. | ||||
| * | doc tweaks | Eli Collins | 2012-03-12 | 1 | -1/+8 |
| | | |||||
| * | added documentation for Django hashes & context | Eli Collins | 2011-07-10 | 1 | -0/+12 |
| | | |||||
| * | stripped trailing whitespace from a bunch of files | Eli Collins | 2011-07-08 | 1 | -3/+3 |
| | | |||||
| * | updated changelog to include python 3 compat; various other documentation ↵ | Eli Collins | 2011-06-29 | 1 | -1/+1 |
| | | | | | updates | ||||
| * | PHPass now prefers portable hash over bsdi-crypt | Eli Collins | 2011-06-22 | 1 | -1/+7 |
| | | |||||
| * | updated note about Roundup support | Eli Collins | 2011-06-04 | 1 | -10/+5 |
| | | |||||
| * | added new application quickstart guide | Eli Collins | 2011-06-01 | 1 | -3/+3 |
| | | |||||
| * | various documentation updates | Eli Collins | 2011-05-04 | 1 | -5/+8 |
| | | |||||
| * | added some index entries; minor doc tweaks | Eli Collins | 2011-04-29 | 1 | -1/+5 |
| | | |||||
| * | added documentation for roundup hashes & context | Eli Collins | 2011-04-29 | 1 | -0/+29 |
| | | |||||
| * | large rework of documentation; mainly to give more room to LDAP hashes, and ↵ | Eli Collins | 2011-04-29 | 1 | -1/+1 |
| | | | | | document ldap CRYPT hashes | ||||
| * | rearranged/expanded CryptContext docs | Eli Collins | 2011-04-26 | 1 | -2/+2 |
| | | |||||
| * | added support for ldap {CRYPT} handlers, using PrefixWrapper to wrap base ↵ | Eli Collins | 2011-04-25 | 1 | -2/+9 |
| | | | | | handlers | ||||
| * | added instructions for building documentation; misc documentation updates | Eli Collins | 2011-03-27 | 1 | -1/+4 |
| | | |||||
| * | minor documentation fixes | Eli Collins | 2011-03-25 | 1 | -7/+7 |
| | | |||||
| * | added phpass_context & phpbb3_context to passlib.apps | Eli Collins | 2011-03-24 | 1 | -0/+18 |
| | | |||||
| * | passlib.apps work | Eli Collins | 2011-03-23 | 1 | -0/+108 |
| ================= * renamed passlib.servers -> passlib.apps * added custom_app_context, for quickly adding hashes to new apps * documented module | |||||
