| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | disabling saslprep() support under Jython - it lacks the stringprep module | Eli Collins | 2012-04-17 | 1 | -0/+5 |
| | | |||||
| * | CryptPolicy deprecation, part 5 - updated docs, changelog, benchmark script | Eli Collins | 2012-04-17 | 1 | -44/+54 |
| | | |||||
| * | removed default policy file & object | Eli Collins | 2012-04-09 | 1 | -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 Collins | 2012-01-19 | 1 | -9/+10 |
| | | | | | and adds code complexity | ||||
| * | minor doc changes | Eli Collins | 2012-01-02 | 1 | -5/+4 |
| | | |||||
| * | CryptContext can now run passwords through SASLPrep via "passprep" options ↵ | Eli Collins | 2012-01-02 | 1 | -0/+31 |
| | | | | | [issue 24] | ||||
| * | updated documentation to use some cloud_sptheme 1.3 features | Eli Collins | 2011-12-02 | 1 | -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 Collins | 2011-06-04 | 1 | -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 Collins | 2011-04-29 | 1 | -1/+3 |
| | | | | | document ldap CRYPT hashes | ||||
| * | rearranged/expanded CryptContext docs | Eli Collins | 2011-04-26 | 1 | -3/+7 |
| | | |||||
| * | CryptContext documentation: split interface listing to separate file; added ↵ | Eli Collins | 2011-03-28 | 1 | -7/+11 |
| | | | | | large amount of integration example code | ||||
| * | minor documentation fixes | Eli Collins | 2011-03-25 | 1 | -1/+3 |
| | | |||||
| * | documentation updates | Eli Collins | 2011-03-24 | 1 | -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 class | Eli Collins | 2011-03-23 | 1 | -0/+144 |
