summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* close merged branchdrpoggi/fastpbk2-fastpbkdf2-1518202787739Eli Collins2019-11-090-0/+0
* fastpbk2 -> fastpbkdf2David Poggi2018-02-091-1/+1
* compat cleanup: removed print_() compat helper now that py25 support dropped.Eli Collins2017-02-174-54/+9
* compat cleanup: replaced all u("") instances with u""Eli Collins2017-02-1743-408/+402
* Merge with stableEli Collins2017-02-141-1/+4
|\
| * setup: added $SOURCE_DATE_EPOCH support to revision stampingEli Collins2017-02-141-1/+4
* | passlib.context: removed deprecated 'harden_verify' kwdEli Collins2017-01-304-57/+3
* | Merge with stableEli Collins2017-01-3031-780/+1378
|\ \ | |/
| * 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
* | Merged in mjhm/passlib/mjhm/passlibhashbsdi_cryptrst-edited-online-w-14857137...Eli Collins2017-01-311-1/+1
|\ \
| * | passlib.hash.bsdi_crypt.rst edited online with BitbucketJohn McLaughlin2017-01-291-1/+1
|/ /
* | Merge with stableEli Collins2017-01-2212-34/+69
|\ \ | |/
| * 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
* | Fix typo in quickstartPavloKapyshin2017-01-101-1/+1
* | Merge from stableEli Collins2016-12-199-239/+273
|\ \ | |/
| * 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
* | general: went ahead and removed a bunch of deprecated features that were sche...Eli Collins2016-11-2829-1959/+127
* | docs: start 1.8 changelogEli Collins2016-11-284-4/+17
* | Merge with stableEli Collins2016-11-2856-181/+253
|\ \ | |/
| * 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
* | start 1.8 devEli Collins2016-11-231-1/+1