summaryrefslogtreecommitdiff
path: root/passlib/context.py
Commit message (Expand)AuthorAgeFilesLines
* passlib.utils.handlers / HasRounds: the 'rounds' keyword is now treatedEli Collins2016-06-101-6/+2
* passlib.context: deprecating the 'all' preset scheme --Eli Collins2016-06-101-1/+18
* passlib.context: now that Handler.using() is fully implemented,Eli Collins2016-06-101-122/+63
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-91/+42
* relocated many of the crypto routes inside passlib.utils,Eli Collins2016-02-101-1/+1
* Merge with stableEli Collins2016-02-091-5/+57
|\
| * PasswordHash ifc: added temporarily helper .parse_rounds(),Eli Collins2016-02-081-10/+2
| * CryptContext: callers can now provider contextual keywords for any hash in th...Eli Collins2016-02-081-5/+57
* | notesEli Collins2015-07-251-0/+2
* | minor fixes to some string isinstance() testsEli Collins2015-07-231-2/+2
* | Merge from stableEli Collins2015-07-221-1/+7
|\ \ | |/
| * doc updatesEli Collins2015-07-221-1/+7
* | Merge from stableEli Collins2015-01-271-9/+9
|\ \ | |/
| * replaced a bunch of ``isinstance(xxx, str)`` checks withEli Collins2015-01-251-11/+11
| * style cleanups (transplant of rc94c6072a652 in default)Eli Collins2013-12-271-25/+27
| * massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ...Eli Collins2013-12-271-11/+11
* | notesEli Collins2015-01-271-1/+6
* | simplify _CryptRecord handler construction.Eli Collins2015-01-271-15/+11
* | remove some unused code from _CryptRecord.Eli Collins2015-01-271-11/+4
* | _CryptRecord: removed _bind_needs_update() frameworkEli Collins2015-01-271-48/+8
* | _CryptRecord refactoring: removed encrypt() & genconfig() wrappersEli Collins2015-01-271-48/+28
* | a few bits of cleanup from min_verify_timeEli Collins2015-01-271-1/+0
* | _CryptRecord refactoring -- moved rounds management code to hashesEli Collins2015-01-271-217/+18
* | CryptContext: min_verify_time option is now ignored, will be removed in 1.8.Eli Collins2015-01-271-54/+11
* | renamed compat helper 'base_string_types' -> 'unicode_or_bytes_types' for cla...Eli Collins2015-01-231-5/+5
* | removed a LOT of compatibility shims -- dropped python 2.5, 3.0, and 3.1 supp...Eli Collins2015-01-101-3/+3
* | comment & doc updates, removed some extraneous try/except clauses from des_cr...Eli Collins2013-12-281-2/+17
* | removed some unused importsEli Collins2013-04-091-6/+0
* | style cleanupsEli Collins2013-04-091-25/+27
* | massive cleanup of documentation typos, thanks to Thomas Waldmann (issue 27, ...Eli Collins2013-04-061-11/+11
|/
* minor documentation updatesEli Collins2013-01-191-28/+52
* various documentation updatesEli Collins2012-09-201-1/+1
* misc fixesEli Collins2012-08-011-7/+3
* border case: CryptContext now accepts keys with mixed '.' and '__' separatorsEli Collins2012-08-011-1/+1
* large number of assorted documentation updatesEli Collins2012-08-011-4/+10
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-119/+118
* _CryptConfig now pre-calculates default scheme for each category, checks agai...Eli Collins2012-07-091-7/+54
* CryptContext config parsing internals just too messy to work with, refactored...Eli Collins2012-07-091-519/+564
* convert unicode user categories -> utf8 under python2Eli Collins2012-06-271-3/+6
* minor documentation updatesEli Collins2012-05-081-1/+1
* context cleanupEli Collins2012-04-301-85/+64
* excluded some branches from coverageEli Collins2012-04-301-12/+12
* splitcomma won't dieEli Collins2012-04-301-13/+4
* added some missing tests; fixed a bunch of bugsEli Collins2012-04-281-1/+6
* forgot to list django 1.4 hashes in registry, some other notesEli Collins2012-04-271-1/+2
* merged rewrite of CryptContext documentation - (near-) full tutorial and refe...Eli Collins2012-04-271-260/+407
* added deprecated="auto" support to CryptContextEli Collins2012-04-271-6/+28
* stripping out "passprep" feature - code was working, but the api isn't read f...Eli Collins2012-04-271-60/+2
* context change - shortened hash_needs_update() to needs_update()Eli Collins2012-04-271-21/+29
* internal changed to contextEli Collins2012-04-271-29/+37