summaryrefslogtreecommitdiff
path: root/passlib
Commit message (Expand)AuthorAgeFilesLines
* Add missing comma in python string list leading to unwanted implicit string c...Ehsan Kia2019-10-041-1/+1
* compat cleanup: removed print_() compat helper now that py25 support dropped.Eli Collins2017-02-173-50/+4
* compat cleanup: replaced all u("") instances with u""Eli Collins2017-02-1742-402/+396
* 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-302-43/+2
* | Merge with stableEli Collins2017-01-3015-650/+1034
|\ \ | |/
| * bumped to 1.7.1, related doc updates1.7.1Eli Collins2017-01-301-1/+1
| * passlib.apache: updated internal commentsEli Collins2017-01-301-4/+4
| * passlib.tests: fix imports that got dropped during a patchEli Collins2017-01-301-2/+2
| * bugfix: passlib.hash.cisco_pix & cisco_asa: major overhaul of internal implem...Eli Collins2017-01-302-132/+456
| * PasswordHash: hammered out more of password truncation policy.Eli Collins2017-01-304-68/+235
| * passlib.tests: silence some more scrypt backend warnings,Eli Collins2017-01-302-3/+13
| * 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-293-257/+79
| * passlib.tests: silence some scrypt-backend warnings that slipped throughEli Collins2017-01-291-3/+4
| * passlib.crypto.scrypt: reworked backend loader internalsEli Collins2017-01-232-39/+53
* | Merge with stableEli Collins2017-01-228-28/+55
|\ \ | |/
| * 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: update bcrypt docs to indicate correct default scheme (fixes issue 85)Eli Collins2017-01-221-2/+2
| * 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-221-9/+39
* | Merge from stableEli Collins2016-12-195-132/+162
|\ \ | |/
| * tests: added code to patch some RNGs for duration of tests,Eli Collins2016-12-192-7/+20
| * setup: removed unused 'docdist' helperEli Collins2016-12-191-87/+0
| * setup.py: exclude passlib._setup from bdists, only needed for sdists.Eli Collins2016-12-051-5/+38
| * docs: tweaked changelog content, pwd docstrings, added recent setup fix to ch...Eli Collins2016-12-051-27/+37
| * setup.py: fixed hg revision stamping so builds from sdist don't try toEli Collins2016-12-051-11/+72
* | general: went ahead and removed a bunch of deprecated features that were sche...Eli Collins2016-11-2821-1907/+43
* | Merge with stableEli Collins2016-11-2812-46/+62
|\ \ | |/
| * bugfix: utils: GenericHandler wasn't issuing deprecation warning if callerEli Collins2016-11-274-19/+31
| * 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-271-0/+2
| * docs: minor wording corrections, replaced 'encrypt' with 'hash' in a bunch of...Eli Collins2016-11-2510-25/+24
* | start 1.8 devEli Collins2016-11-231-1/+1
|/
* mark version 1.7.01.7.0Eli Collins2016-11-221-1/+1
* 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-221-1/+1
* passlib.utils: add py3 version of accepts_keyword()Eli Collins2016-11-221-4/+24
* bugfix: tests / test_handlers_bcrypt: bad unpacking of tupleEli Collins2016-11-221-1/+1
* bugfix: tests: fix import issue when django not presentEli Collins2016-11-221-1/+3
* bugfix: tests / test_15_salt_type: respect min_salt_size to remove spurious V...Eli Collins2016-11-222-3/+7
* passlib.utils: relocated a bunch of binary encoding helpers to .utils.binary ...Eli Collins2016-11-2221-766/+938
* passlib.utils: relocated a bunch of properties & decorators to .utils.decorEli Collins2016-11-2218-196/+228
* passlib.context: formalized how CryptContext stores deprecation info.Eli Collins2016-11-225-33/+21
* passlib.ext.django: large refactor to make things more isolated & testable.Eli Collins2016-11-228-573/+1070
* passlib.handlers.django: added support for django_argon2Eli Collins2016-11-227-6/+96