summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* bumped to 1.7.1, related doc updates1.7.1Eli Collins2017-01-301-4/+4
* passlib.apache: updated internal commentsEli Collins2017-01-301-1/+1
* 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
* minor update to docs & ignore fileEli Collins2017-01-301-5/+4
* bugfix: passlib.hash.cisco_pix & cisco_asa: major overhaul of internal implem...Eli Collins2017-01-305-59/+164
* PasswordHash: hammered out more of password truncation policy.Eli Collins2017-01-301-1/+4
* passlib.tests: silence some more scrypt backend warnings,Eli Collins2017-01-301-3/+3
* Per issue 83, all "harden_verify" code is now deprecated & a noop.Eli Collins2017-01-293-39/+28
* passlib.crypto.scrypt: reworked backend loader internalsEli Collins2017-01-231-1/+1
* Fix typo in quickstartPavloKapyshin2017-01-101-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-222-2/+7
* passlib.tests.test_totp: fixed max_time_t calculation to trap some errorsEli Collins2017-01-221-0/+3
* setup: removed unused 'docdist' helperEli Collins2016-12-191-2/+0
* docs: tweaked changelog content, pwd docstrings, added recent setup fix to ch...Eli Collins2016-12-051-3/+7
* bugfix: utils: GenericHandler wasn't issuing deprecation warning if callerEli Collins2016-11-271-2/+11
* docs: wording tweaks, emphasized 1.7 changes in hash tutorial, added note abo...Eli Collins2016-11-272-37/+48
* docs: minor wording corrections, replaced 'encrypt' with 'hash' in a bunch of...Eli Collins2016-11-2536-74/+87
* 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
* docs: assorted cleanups, silence some doc build warningsEli Collins2016-11-221-0/+5
* docs: marked 1.7 release in changelog, various doc updatesEli Collins2016-11-224-68/+74
* passlib.utils: relocated a bunch of binary encoding helpers to .utils.binary ...Eli Collins2016-11-2216-101/+121
* passlib.ext.django: large refactor to make things more isolated & testable.Eli Collins2016-11-221-0/+16
* passlib.handlers.django: added support for django_argon2Eli Collins2016-11-223-13/+70
* bugfix: docs: added sphinx 'orphan' flag to silence errors about redirect pages.Eli Collins2016-11-205-0/+25
* docs: followup to prior commit -- adds stub pages so not to break inbound links.Eli Collins2016-11-205-0/+15
* docs: LARGE update to documentation, tutorials added, pages relocatedEli Collins2016-11-2049-625/+1841
* setup: added extras for argon, bcrypt, totpEli Collins2016-11-191-0/+6
* docs: moving official doc urls to RTD, added https:// to a few urlsEli Collins2016-11-191-1/+1
* passlib.totp: doc fixes, TokenError() no longer requires explicit message,Eli Collins2016-11-191-1/+1
* totp: doc fixes, description of alternate caching strategy, serialization stepEli Collins2016-11-102-18/+122
* totp: TOTP.normalize_token() turned into hybrid method, made public;Eli Collins2016-11-101-7/+9
* totp: added cache_seconds to TotpMatch repr, fixed py3 bug in UTsEli Collins2016-11-101-1/+1
* pwd: updated docs, made default word/charsets public, minor optimizationsEli Collins2016-11-101-12/+43
* docs: updated some docstrings, internal notesEli Collins2016-11-093-2/+9
* docs: updated theme, 'upcoming changes' stylingEli Collins2016-11-091-7/+7
* totp: corrections to tutorialEli Collins2016-11-091-0/+3
* totp: huge overhaul of the documentation, tutorial should be finished (?)Eli Collins2016-11-092-169/+387
* totp: consolidated key parsing code, clarified AppWallet behavior,Eli Collins2016-11-091-1/+1
* totp: lots of documentation updates, added example walkthrough using new systemEli Collins2016-11-082-107/+243
* totp: renamed TOTP.verify() to TOTP.match(); added new TOTP.verify() in it's ...Eli Collins2016-11-082-13/+30
* totp: OTPContext no longer frontend, reduced down to merely holdingEli Collins2016-11-082-27/+9
* totp: added TOTP.using() for constructing TOTP factories with custom configur...Eli Collins2016-11-082-0/+5
* totp: added TOTP.from_source() frontend which detects serialization format,Eli Collins2016-11-082-15/+18
* totp: in place of stateful TOTP methods, expanded the TotpMatch() objectEli Collins2016-11-071-24/+36
* totp: stripped out the 'stateful' methods (TOTP.advance, TOTP.consume, and TO...Eli Collins2016-11-072-87/+5
* totp: no functional code changes, just combined the BaseOTP and TOTP classes,Eli Collins2016-11-072-80/+45
* totp: stripped out BaseOTP subtype resolutionEli Collins2016-11-072-16/+16