| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | misc doc changes | Eli Collins | 2011-09-14 | 2 | -4/+4 | |
| | | | | ||||||
| * | | | minor documentation updates | Eli Collins | 2011-10-07 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | bcrypt padding work: | Eli Collins | 2011-10-07 | 1 | -0/+13 | |
| |/ / | | | | | | | | | | | | | | | * added changelog entry re: issue & fix * bcrypt now warns about padding bits in digest as well * bcrypt.normhash() now normalizes salt padding bits, digest padding bits, and rounds zero-padding * hash_needs_update() will now flag unclean bcrypt hashes as needing an update * UTs for hash_needs_update(), and digest padding bit handling | |||||
| * | | updated docs for md5-crypt, django hashes, and django plugin; added django ↵ | Eli Collins | 2011-09-19 | 4 | -54/+77 | |
| | | | | | | | | | plugin to setup | |||||
| * | | improvements to passlib.ext.django | Eli Collins | 2011-09-14 | 1 | -25/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | even though it hasn't been officially documented, some people are using it, so... major ----- * DEFAULT_CTX now uses SHA512-Crypt instead of PBKDF2-HMAC-SHA256, this should be natively supported on a larger number of platforms. * added full unittest suite for passlib.ext.django: - checks monkeypatch implementation - checks full plugin behavior - STOCK_CTX is compared against official Django behavior minor ----- * ``set_django_password_context()`` now patches ``django.contrib.auth.models.check_password()`` as well as User methods. * now exposes active context as ``User.password_context`` when patch is enabled. * replacement ``User.check_password`` now handles None and unusable passwords explicitly, even if context doesn't include support for django_disabled. | |||||
| * | | added documentation for verify_and_update | Eli Collins | 2011-09-14 | 1 | -0/+6 | |
| |/ | ||||||
| * | small corrections to documentation | Eli Collins | 2011-08-19 | 4 | -19/+29 | |
| | | ||||||
| * | traditional post-release tweaks to documentation | Eli Collins | 2011-08-17 | 5 | -11/+68 | |
| | | ||||||
| * | note about GAE | Eli Collins | 2011-08-17 | 1 | -0/+4 | |
| | | ||||||
| * | documentation building should now be done through 'setup.py build_sphinx'; | Eli Collins | 2011-08-17 | 1 | -8/+10 | |
| | | | | | | changed instructions accordingly; also added 'docdist' setup command to build doc zip files | |||||
| * | tweaked fshp documentation | Eli Collins | 2011-07-27 | 2 | -4/+4 | |
| | | ||||||
| * | minor doc changes | Eli Collins | 2011-07-13 | 1 | -0/+4 | |
| | | ||||||
| * | minor doc changes | Eli Collins | 2011-07-12 | 3 | -23/+23 | |
| | | ||||||
| * | minor changes to docs | Eli Collins | 2011-07-11 | 2 | -6/+6 | |
| | | ||||||
| * | docs: replaced all "References" sections with "Footnotes" rubric, per Sphinx ↵ | Eli Collins | 2011-07-10 | 26 | -52/+45 | |
| | | | | | documentation | |||||
| * | misc doc changes | Eli Collins | 2011-07-10 | 5 | -32/+54 | |
| | | ||||||
| * | added documentation for "passlib.ext.django" django app that upgrades Django ↵ | Eli Collins | 2011-07-10 | 3 | -2/+139 | |
| | | | | | | | to support pbkdf2 * docs & module currently hidden since it hasn't had much testing yet (and may split out into separate package anyway) | |||||
| * | added documentation for Django hashes & context | Eli Collins | 2011-07-10 | 3 | -1/+140 | |
| | | ||||||
| * | minor doc fixes | Eli Collins | 2011-07-08 | 2 | -3/+3 | |
| | | ||||||
| * | cleaned up and documented HasManyBackends behavior; now raises ↵ | Eli Collins | 2011-07-08 | 2 | -0/+10 | |
| | | | | | MissingBackendError if no backends available | |||||
| * | stripped trailing whitespace from a bunch of files | Eli Collins | 2011-07-08 | 11 | -32/+32 | |
| | | ||||||
| * | misc documentation tweaks | Eli Collins | 2011-06-30 | 2 | -8/+19 | |
| | | ||||||
| * | made note that FSHP has been deprecated as insecure by it's author | Eli Collins | 2011-06-29 | 1 | -11/+18 | |
| | | | | | (was hoping they'd add PBKDF2 support, FSHP is a nice format) | |||||
| * | updated changelog to include python 3 compat; various other documentation ↵ | Eli Collins | 2011-06-29 | 9 | -91/+80 | |
| | | | | | updates | |||||
| * | installation updates | Eli Collins | 2011-06-22 | 1 | -27/+41 | |
| | | | | | | | | | * updated install instructions to account for python 3 support * removed dependancy on distribute/setuptools: - no longer using find_packages() - using build_py_2to3 cmdclass as fallback if distribute's use_2to3 not available * some tweaks to make "setup.py test" work properly | |||||
| * | PHPass now prefers portable hash over bsdi-crypt | Eli Collins | 2011-06-22 | 1 | -1/+7 | |
| | | ||||||
| * | minor typo & doc tweaks | Eli Collins | 2011-06-20 | 4 | -13/+5 | |
| | | ||||||
| * | added unicode/bytes policy to password hash api | Eli Collins | 2011-06-17 | 1 | -0/+116 | |
| | | ||||||
| * | bugfix: changed CryptPolicy to use SafeConfigParser (as it really should ↵ | Eli Collins | 2011-06-04 | 2 | -2/+4 | |
| | | | | | | | | | have all along) * this may break parsing of some files which have "vary_rounds = 10%", that should now read "vary_rounds = 10%%". * currently detecting that case, and falling back to old behavior + userwarning * passlib 1.6 will let this be fatal. | |||||
| * | updated note about Roundup support | Eli Collins | 2011-06-04 | 1 | -10/+5 | |
| | | ||||||
| * | misc cleanups | Eli Collins | 2011-06-02 | 1 | -2/+0 | |
| | | ||||||
| * | added support for Cryptacular's PBKDF2 format | Eli Collins | 2011-06-02 | 4 | -0/+82 | |
| | | ||||||
| * | added FSHP support | Eli Collins | 2011-06-02 | 2 | -0/+125 | |
| | | ||||||
| * | kdf enhancements | Eli Collins | 2011-06-02 | 1 | -2/+19 | |
| | | | | | | | | * renamed _resolve_prf() to get_prf(), documented interface * added pbkdf1 support * added 'encoding' kwd to pbkdf1 & pbkdf2, for easier handling of unicode inputs * | |||||
| * | added support for BCryptor as bcrypt backend | Eli Collins | 2011-06-01 | 3 | -5/+7 | |
| | | ||||||
| * | removed some things that were deprecated under 1.4 | Eli Collins | 2011-06-01 | 1 | -8/+0 | |
| | | ||||||
| * | added new application quickstart guide | Eli Collins | 2011-06-01 | 4 | -4/+211 | |
| | | ||||||
| * | typo in docs | Eli Collins | 2011-06-01 | 1 | -1/+1 | |
| | | ||||||
| * | various documentation updates | Eli Collins | 2011-06-01 | 11 | -50/+71 | |
| | | ||||||
| * | apr_md5_crypt doc: added link to passlib.apache | Eli Collins | 2011-05-05 | 1 | -1/+1 | |
| | | ||||||
| * | fixed some awkward sentences in docs | Eli Collins | 2011-05-05 | 3 | -47/+44 | |
| | | ||||||
| * | added other known MCF identifiers to doc list | Eli Collins | 2011-05-04 | 1 | -0/+14 | |
| | | ||||||
| * | various documentation updates | Eli Collins | 2011-05-04 | 7 | -97/+121 | |
| | | ||||||
| * | small doc updates | Eli Collins | 2011-05-03 | 2 | -1/+26 | |
| | | ||||||
| * | tightened salt info specifications; improved salt info conformance tests | Eli Collins | 2011-05-03 | 2 | -25/+51 | |
| | | ||||||
| * | sun_md5_crypt: added new test cases; enhanced to support $$ format, variable ↵ | Eli Collins | 2011-05-03 | 1 | -36/+80 | |
| | | | | | salt size; updated docs | |||||
| * | minor doc changes | Eli Collins | 2011-05-03 | 2 | -4/+8 | |
| | | ||||||
| * | moved docs/copyright, docs/history -> LICENSE, CHANGES; replace orig files ↵ | Eli Collins | 2011-05-03 | 2 | -106/+2 | |
| | | | | | w/ includes so there's now only one copy of each file | |||||
| * | added some index entries; minor doc tweaks | Eli Collins | 2011-04-29 | 12 | -12/+33 | |
| | | ||||||
| * | added documentation for roundup hashes & context | Eli Collins | 2011-04-29 | 3 | -4/+87 | |
| | | ||||||
