summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close merged branchgraingert/docs-updated-password-generation-section-1551709975688Eli Collins2019-11-090-0/+0
* docs: updated password generation section to endorse 'zxcvbn' over alternate ...Thomas “graingert” Grainger2019-03-041-2/+2
* docs: updated password generation section to endorze 'zxcvbn-python' over alt...Eli Collins2017-06-061-15/+5
* docs: updated rounds in bcrypt examples (fixes issue #91)Eli Collins2017-06-062-6/+6
* docs: pypi redirect msg replaced w/ cloud_sptheme's auto_redirect helper,Eli Collins2017-04-054-21/+28
* argon2: set checksum size to 32, per issue 88.Eli Collins2017-03-042-4/+8
* setup: added $SOURCE_DATE_EPOCH support to revision stampingEli Collins2017-02-141-1/+4
* Added tag 1.7.1 for changeset bccfda37318bEli Collins2017-01-300-0/+0
* bumped to 1.7.1, related doc updates1.7.1Eli Collins2017-01-304-7/+7
* passlib.apache: updated internal commentsEli Collins2017-01-302-5/+5
* passlib.hash.bsdi_crypt.rst edited online with BitbucketJohn McLaughlin2017-01-291-1/+1
* docs: requiring cloud_sptheme 1.8.2Eli Collins2017-01-302-2/+2
* passlib.tests: fix imports that got dropped during a patchEli Collins2017-01-302-2/+3
* minor update to docs & ignore fileEli Collins2017-01-302-17/+7
* bugfix: passlib.hash.cisco_pix & cisco_asa: major overhaul of internal implem...Eli Collins2017-01-307-191/+620
* tox.ini: updated structure to make it easier to customizeEli Collins2017-01-301-16/+22
* PasswordHash: hammered out more of password truncation policy.Eli Collins2017-01-305-69/+239
* passlib.tests: silence some more scrypt backend warnings,Eli Collins2017-01-303-6/+16
* passlib.tests: split cisco hasher tests into separate fileEli Collins2017-01-302-229/+267
* Per issue 83, all "harden_verify" code is now deprecated & a noop.Eli Collins2017-01-297-296/+220
* passlib.tests: silence some scrypt-backend warnings that slipped throughEli Collins2017-01-291-3/+4
* passlib.crypto.scrypt: reworked backend loader internalsEli Collins2017-01-233-40/+54
* Fix typo in quickstartPavloKapyshin2017-01-101-1/+1
* setup: synced stamp.py file from gable source;Eli Collins2017-01-221-8/+4
* passlib.tests: up default 'bestof' for time_call(), to lower odds of failuresEli Collins2017-01-221-1/+1
* docs: make series naming uniformEli Collins2017-01-222-4/+4
* docs: update bcrypt docs to indicate correct default scheme (fixes issue 85)Eli Collins2017-01-223-4/+9
* added r"" prefix to some strings, to fix some python 3.6 deprecation warningsEli Collins2017-01-225-8/+9
* passlib.tests.test_totp: fixed max_time_t calculation to trap some errorsEli Collins2017-01-222-9/+42
* tests: added code to patch some RNGs for duration of tests,Eli Collins2016-12-192-7/+20
* setup: removed unused 'docdist' helperEli Collins2016-12-193-98/+0
* setup.py: exclude passlib._setup from bdists, only needed for sdists.Eli Collins2016-12-052-7/+46
* docs: tweaked changelog content, pwd docstrings, added recent setup fix to ch...Eli Collins2016-12-052-30/+44
* setup.py: reorganized content to simplified codeEli Collins2016-12-051-86/+105
* setup.py: fixed hg revision stamping so builds from sdist don't try toEli Collins2016-12-053-41/+88
* bugfix: utils: GenericHandler wasn't issuing deprecation warning if callerEli Collins2016-11-275-21/+42
* docs: fixed docstring for utils.saslprep()Eli Collins2016-11-271-2/+5
* docs: wording tweaks, emphasized 1.7 changes in hash tutorial, added note abo...Eli Collins2016-11-273-37/+50
* docs: minor wording corrections, replaced 'encrypt' with 'hash' in a bunch of...Eli Collins2016-11-2546-99/+111
* docs: tweaks to layout, added warning for pythonhosted docsEli Collins2016-11-237-27/+50
* bugfix: docs: fix 'dev copy' detection in conf.pyEli Collins2016-11-221-2/+2
* Added tag 1.7.0 for changeset a04daf5b690cEli Collins2016-11-220-0/+0
* mark version 1.7.01.7.0Eli Collins2016-11-221-1/+1
* setup: refresh of build scripts, updated version stamping procedureEli Collins2016-11-222-61/+68
* docs: assorted cleanups, silence some doc build warningsEli Collins2016-11-223-3/+8
* tests: cleanup stray .encrypt() callEli Collins2016-11-221-1/+1
* bugfix: tests.test_ext_django: handle no argon2 backends availableEli Collins2016-11-221-1/+2
* bugfix: passlib.ext.django: missing compat import for py3Eli Collins2016-11-221-1/+1
* docs: marked 1.7 release in changelog, various doc updatesEli Collins2016-11-227-74/+86
* Merge from defaultEli Collins2016-11-22192-10806/+40379
|\