summaryrefslogtreecommitdiff
path: root/CHANGES
Commit message (Expand)AuthorAgeFilesLines
* docs: cleanupsEli Collins2016-06-101-4/+0
* passlib.handlers.scrypt: created scrypt hash handler, complete with UTs and docsEli Collins2016-06-101-0/+3
* Merge from defaultEli Collins2016-06-101-46/+175
|\
| * docs: minor changesEli Collins2016-06-101-3/+2
| * passlib.utils.handlers / HasRounds: the 'rounds' keyword is now treatedEli Collins2016-06-101-7/+0
| * passlib.context: deprecating the 'all' preset scheme --Eli Collins2016-06-101-0/+4
| * deprecating the 'vary_rounds' option -- *very* little security benefit,Eli Collins2016-06-101-2/+11
| * passlib.utils.handlers: some fixes to HasRounds.using(), added more UTsEli Collins2016-06-101-2/+0
| * .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-1/+20
| * changes: updated 1.7 TODO list, reformatted some itemsEli Collins2016-02-111-64/+73
| * relocated many of the crypto routes inside passlib.utils,Eli Collins2016-02-101-10/+13
| * passlib.ext.django: dropped support for django 1.6-1.7, per passlib 1.6.6 ann...Eli Collins2016-02-091-4/+2
| * Merge with stableEli Collins2016-02-091-0/+12
| |\
| | * passlib.ext.django: fixes so we're compatible with django 1.9, fixes issue 68Eli Collins2016-02-081-2/+5
| | * CryptContext: callers can now provider contextual keywords for any hash in th...Eli Collins2016-02-081-0/+7
| * | Merge from stableEli Collins2015-08-041-1/+7
| |\ \ | | |/
| | * bumped to 1.6.5; updated (c) years in a few places1.6.5Eli Collins2015-08-041-1/+7
| * | Merge from stableEli Collins2015-07-251-2/+6
| |\ \ | | |/
| | * had to bump version to 1.6.4 since network error + pypi gave problems uploadi...1.6.4Eli Collins2015-07-251-1/+5
| | * bumped to 1.6.3Eli Collins2015-07-251-2/+2
| * | cisco asa tweaksEli Collins2015-07-251-0/+3
| * | Merge from stableEli Collins2015-07-221-2/+54
| |\ \ | | |/
| | * doc updatesEli Collins2015-07-221-15/+14
| | * updates changelog & other docs to reflect upcoming 1.6.3 changesEli Collins2015-07-211-7/+61
| | * style cleanups (transplant of rc94c6072a652 in default)Eli Collins2013-12-271-2/+2
| | * massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ...Eli Collins2013-12-271-7/+7
| * | _CryptRecord refactoring -- moved rounds management code to hashesEli Collins2015-01-271-0/+13
| * | CryptContext: min_verify_time option is now ignored, will be removed in 1.8.Eli Collins2015-01-271-0/+7
* | | Merge with defaultEli Collins2015-01-131-296/+525
|\ \ \ | |/ /
| * | stripped out compatibility shims for django 0.9 - 1.3;Eli Collins2015-01-101-6/+4
| * | removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-101-9/+8
| * | added 1.7 todo listEli Collins2015-01-091-0/+21
| * | TOTP implementation mostly finalizeEli Collins2015-01-091-0/+4
| * | comment & doc updates, removed some extraneous try/except clauses from des_cr...Eli Collins2013-12-281-2/+2
| * | Merge from stableEli Collins2013-12-271-0/+33
| |\ \ | | |/
| | * last minute doc changesEli Collins2013-12-261-17/+17
| | * decided python2.5 support is getting to be too much trouble, though could per...Eli Collins2013-12-261-0/+7
| | * added passlib.hash.bcrypt_sha256Eli Collins2013-12-261-4/+11
| | * doc tweaksEli Collins2013-12-221-2/+3
| | * updated rounds values based on timing tests. also:Eli Collins2013-12-221-0/+2
| | * added support for bcrypt library (issue 49),Eli Collins2013-12-201-2/+5
| | * django compatibility updates (should fix issue 50)Eli Collins2013-12-201-0/+13
| * | Merge password generation helpers into default (not completed, but will be be...Eli Collins2013-05-061-12/+36
| |\ \
| | * | pbkdf cleanupsEli Collins2013-04-101-1/+4
| | * | concurrency testingEli Collins2013-04-101-3/+14
| | * | reowkred HasManyBackends internal apiEli Collins2013-04-101-0/+11
| | * | style cleanupsEli Collins2013-04-091-2/+2
| | * | massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ...Eli Collins2013-04-061-7/+7
| * | | added password strength helper, contributed by Thomas WaldmannEli Collins2013-05-061-1/+2
| * | | work on passlib.pwd documentation, added wordset checksumsEli Collins2013-05-031-0/+7
| |/ /