summaryrefslogtreecommitdiff
path: root/docs/lib/passlib.context-options.rst
Commit message (Collapse)AuthorAgeFilesLines
* disabling saslprep() support under Jython - it lacks the stringprep moduleEli Collins2012-04-171-0/+5
|
* CryptPolicy deprecation, part 5 - updated docs, changelog, benchmark scriptEli Collins2012-04-171-44/+54
|
* removed default policy file & objectEli Collins2012-04-091-8/+0
| | | | | | | 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.
* deprecating min_verify_time option; doesn't meaningfully increase security, ↵Eli Collins2012-01-191-9/+10
| | | | and adds code complexity
* minor doc changesEli Collins2012-01-021-5/+4
|
* CryptContext can now run passwords through SASLPrep via "passprep" options ↵Eli Collins2012-01-021-0/+31
| | | | [issue 24]
* updated documentation to use some cloud_sptheme 1.3 featuresEli Collins2011-12-021-1/+1
| | | | | * escaped {} literals in *samp* roles - used on some doc pages * google analytics integration for pypi docs
* bugfix: changed CryptPolicy to use SafeConfigParser (as it really should ↵Eli Collins2011-06-041-1/+2
| | | | | | | | 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.
* large rework of documentation; mainly to give more room to LDAP hashes, and ↵Eli Collins2011-04-291-1/+3
| | | | document ldap CRYPT hashes
* rearranged/expanded CryptContext docsEli Collins2011-04-261-3/+7
|
* CryptContext documentation: split interface listing to separate file; added ↵Eli Collins2011-03-281-7/+11
| | | | large amount of integration example code
* minor documentation fixesEli Collins2011-03-251-1/+3
|
* documentation updatesEli Collins2011-03-241-91/+175
| | | | | | | | | | | | ===================== * CryptContext docs finished * README / LICENSE updated * license text changed to correct BSD wording * embarassingly, the history.rst is kinda off about release versions. tried to make it give readers better outline. * misc doc updates * some handler names (eg: 'context', 'all') now forbidden by register_crypt_handler() * bumped setup.cfg to b1
* lots of work documenting CryptContext classEli Collins2011-03-231-0/+144