summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
| | * misc doc changesEli Collins2011-09-142-4/+4
| | |
* | | minor documentation updatesEli Collins2011-10-071-2/+2
| | |
* | | bcrypt padding work:Eli Collins2011-10-071-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 Collins2011-09-194-54/+77
| | | | | | | | plugin to setup
* | improvements to passlib.ext.djangoEli Collins2011-09-141-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_updateEli Collins2011-09-141-0/+6
|/
* small corrections to documentationEli Collins2011-08-194-19/+29
|
* traditional post-release tweaks to documentationEli Collins2011-08-175-11/+68
|
* note about GAEEli Collins2011-08-171-0/+4
|
* documentation building should now be done through 'setup.py build_sphinx';Eli Collins2011-08-171-8/+10
| | | | | changed instructions accordingly; also added 'docdist' setup command to build doc zip files
* tweaked fshp documentationEli Collins2011-07-272-4/+4
|
* minor doc changesEli Collins2011-07-131-0/+4
|
* minor doc changesEli Collins2011-07-123-23/+23
|
* minor changes to docsEli Collins2011-07-112-6/+6
|
* docs: replaced all "References" sections with "Footnotes" rubric, per Sphinx ↵Eli Collins2011-07-1026-52/+45
| | | | documentation
* misc doc changesEli Collins2011-07-105-32/+54
|
* added documentation for "passlib.ext.django" django app that upgrades Django ↵Eli Collins2011-07-103-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 & contextEli Collins2011-07-103-1/+140
|
* minor doc fixesEli Collins2011-07-082-3/+3
|
* cleaned up and documented HasManyBackends behavior; now raises ↵Eli Collins2011-07-082-0/+10
| | | | MissingBackendError if no backends available
* stripped trailing whitespace from a bunch of filesEli Collins2011-07-0811-32/+32
|
* misc documentation tweaksEli Collins2011-06-302-8/+19
|
* made note that FSHP has been deprecated as insecure by it's authorEli Collins2011-06-291-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 Collins2011-06-299-91/+80
| | | | updates
* installation updatesEli Collins2011-06-221-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-cryptEli Collins2011-06-221-1/+7
|
* minor typo & doc tweaksEli Collins2011-06-204-13/+5
|
* added unicode/bytes policy to password hash apiEli Collins2011-06-171-0/+116
|
* bugfix: changed CryptPolicy to use SafeConfigParser (as it really should ↵Eli Collins2011-06-042-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 supportEli Collins2011-06-041-10/+5
|
* misc cleanupsEli Collins2011-06-021-2/+0
|
* added support for Cryptacular's PBKDF2 formatEli Collins2011-06-024-0/+82
|
* added FSHP supportEli Collins2011-06-022-0/+125
|
* kdf enhancementsEli Collins2011-06-021-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 backendEli Collins2011-06-013-5/+7
|
* removed some things that were deprecated under 1.4Eli Collins2011-06-011-8/+0
|
* added new application quickstart guideEli Collins2011-06-014-4/+211
|
* typo in docsEli Collins2011-06-011-1/+1
|
* various documentation updatesEli Collins2011-06-0111-50/+71
|
* apr_md5_crypt doc: added link to passlib.apacheEli Collins2011-05-051-1/+1
|
* fixed some awkward sentences in docsEli Collins2011-05-053-47/+44
|
* added other known MCF identifiers to doc listEli Collins2011-05-041-0/+14
|
* various documentation updatesEli Collins2011-05-047-97/+121
|
* small doc updatesEli Collins2011-05-032-1/+26
|
* tightened salt info specifications; improved salt info conformance testsEli Collins2011-05-032-25/+51
|
* sun_md5_crypt: added new test cases; enhanced to support $$ format, variable ↵Eli Collins2011-05-031-36/+80
| | | | salt size; updated docs
* minor doc changesEli Collins2011-05-032-4/+8
|
* moved docs/copyright, docs/history -> LICENSE, CHANGES; replace orig files ↵Eli Collins2011-05-032-106/+2
| | | | w/ includes so there's now only one copy of each file
* added some index entries; minor doc tweaksEli Collins2011-04-2912-12/+33
|
* added documentation for roundup hashes & contextEli Collins2011-04-293-4/+87
|