summaryrefslogtreecommitdiff
path: root/admin
Commit message (Expand)AuthorAgeFilesLines
* cleanup old python compat -- replaced "unicode" alias in favor of "str"Eli Collins2020-10-061-2/+1
* cleanup old python compat -- removed PY2 & PY3 conditionalsEli Collins2020-10-061-4/+0
* cleanup old python compat -- removed all "from __future__" importsEli Collins2020-10-064-5/+0
* Merge from stableEli Collins2019-11-101-1/+1
|\
| * docs: pypi redirect msg replaced w/ cloud_sptheme's auto_redirect helper,Eli Collins2017-04-051-1/+1
* | compat cleanup: removed print_() compat helper now that py25 support dropped.Eli Collins2017-02-171-4/+5
* | compat cleanup: replaced all u("") instances with u""Eli Collins2017-02-171-6/+6
* | Merge with stableEli Collins2017-01-302-1/+114
|\ \ | |/
| * bumped to 1.7.1, related doc updates1.7.1Eli Collins2017-01-301-1/+1
| * Per issue 83, all "harden_verify" code is now deprecated & a noop.Eli Collins2017-01-291-0/+113
* | Merge from stableEli Collins2016-12-191-1/+1
|\ \ | |/
| * setup.py: fixed hg revision stamping so builds from sdist don't try toEli Collins2016-12-051-1/+1
* | general: went ahead and removed a bunch of deprecated features that were sche...Eli Collins2016-11-281-18/+5
|/
* setup: refresh of build scripts, updated version stamping procedureEli Collins2016-11-221-3/+5
* hash: fix PyCharm autocompletion of passlib.hashEli Collins2016-11-101-0/+106
* pbkdf2: removed support for M2Crypto backend -- was only useful for sha1Eli Collins2016-06-201-15/+0
* pbkdf2_hmac: now supports hashlib.pbkdf2_hmac() and fastpbkdf2 as backends.Eli Collins2016-06-201-2/+2
* crypto/pbkdf2: refactored to use 3 different builtin backends, added benchmar...Eli Collins2016-06-181-0/+167
* renamed PasswordHandler.replace() back to PasswordHandler.using()Eli Collins2016-06-151-4/+4
* PasswordHash.hash() api shift: deprecating passing settings kwds into hash() --Eli Collins2016-06-151-16/+17
* deprecating the 'vary_rounds' option -- *very* little security benefit,Eli Collins2016-06-101-1/+0
* passlib.tests.test_totp: use proper timing tool for runtime measurement,Eli Collins2016-06-101-18/+2
* .encrypt() method renamed to .hash(), other api cleanupsEli Collins2016-06-101-7/+7
* passlib.pwd: big cleanup pass, removing code that won't be ready for releaseEli Collins2016-02-111-5/+5
* relocated many of the crypto routes inside passlib.utils,Eli Collins2016-02-101-4/+4
* Merge from stableEli Collins2015-07-251-48/+3
|\
| * stripped out some remaining googlecode references in docsEli Collins2015-07-251-48/+3
* | Merge with stableEli Collins2013-12-281-7/+29
|\ \ | |/ |/|
| * Merge from stableEli Collins2013-12-271-0/+26
| |\
| * \ Merge password generation helpers into default (not completed, but will be be...Eli Collins2013-05-061-11/+19
| |\ \
| | * | pbkdf cleanupsEli Collins2013-04-101-0/+10
| | * | removed some unused importsEli Collins2013-04-091-3/+1
| | * | style cleanupsEli Collins2013-04-091-8/+8
| * | | consolidated entropy helper functionsEli Collins2013-05-061-0/+14
| |/ /
| * | Merge from stableEli Collins2013-01-231-11/+7
| |\ \
| * | | pbkdf2() sped up ~20% by precomputing intermediate hmac hashesEli Collins2013-01-231-7/+14
* | | | combine pypi & gc upload scriptsEli Collins2013-12-283-56/+97
* | | | style cleanups (transplant of rc94c6072a652 in default)Eli Collins2013-12-271-8/+8
| |_|/ |/| |
* | | added bcrypt helpers to benchmark scriptEli Collins2013-12-221-0/+26
| |/ |/|
* | various documentation updatesEli Collins2012-09-201-17/+20
|/
* project-wide whitespace & comment cleanup (it's been a couple of years)Eli Collins2012-08-011-2/+2
* _CryptConfig now pre-calculates default scheme for each category, checks agai...Eli Collins2012-07-091-1/+3
* removed some unused files, tweaked some internal commentsEli Collins2012-06-271-256/+0
* tweaked release scripts - not pushing eggs again (at least until C extensions)Eli Collins2012-05-012-6/+37
* assorted bugfixes & additional test coverageEli Collins2012-04-301-1/+1
* assorted small details that weren't covered in the last few mergesEli Collins2012-04-271-2/+13
* sped up pbkdf2 implementation by 60% or so - upped the rounds for all pbkdf2 ...Eli Collins2012-04-191-1/+14
* updated tox config, moved GAE helper into tests module to silence tox warningEli Collins2012-04-171-9/+0
* CryptPolicy deprecation, part 5 - updated docs, changelog, benchmark scriptEli Collins2012-04-171-83/+174
* clarify behavior for secret=None and hash=NoneEli Collins2012-04-111-2/+2