summaryrefslogtreecommitdiff
path: root/paramiko/auth_handler.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Added a auth_timeout to handle situations where SSH server stops responding d...Tim Savage2016-12-221-0/+5
|/
* Gracefully fail gss-with-mic to allow fallback to next authenticationJimC2016-01-011-6/+7
* Fix an uninitialised variable usage and simplify the code.Anselm Kruis2015-03-031-15/+7
* Add a missing import.Anselm Kruis2015-03-031-1/+1
* Use modern api to check if event is set.Olle Lundberg2014-12-171-1/+1
* FormattingJeff Forcier2014-09-081-2/+2
* Why were these all docstrings?Jeff Forcier2014-09-081-34/+20
* Don't check for the qop value at MIC verificationSebastian Deiss2014-07-141-6/+6
* Merge branch 'paramiko:master' into gssapi-py3-supportSebastian Deiss2014-04-231-1/+1
|\
| * Switch from using PyCrypto's Random to using os.urandom.Alex Gaynor2014-03-291-1/+1
* | Change GSS-API epydoc docstrings to SphinxSebastian Deiss2014-03-271-3/+3
* | Adapt GSS-API implementation to the merged code.Sebastian Deiss2014-03-261-1/+7
* | Merge branch 'master' into gssapi-py3-supportSebastian Deiss2014-03-261-18/+19
|\ \ | |/
| * Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-16/+15
| * Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-051-37/+35
| |\
| | * Use 'with' for opening most file and SFTPFIle objectsScott Maxwell2013-11-191-2/+2
| | * Change all exceptions to modern format (not Py2.5 compatible)Scott Maxwell2013-11-191-2/+1
| | * Changes inspired by the nischu7 branchScott Maxwell2013-11-011-2/+2
| | * Fix message sendingScott Maxwell2013-10-301-35/+33
| | * Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-301-1/+2
| * | Merge branch '1.12'Jeff Forcier2014-03-041-2/+2
| |\ \
| | * | s/python/Python/, c'mon son!Jeff Forcier2014-02-211-1/+1
| | * | Don't actually need :class: anywhere nowJeff Forcier2014-02-211-1/+1
| | * | Mass SnR of class refs with dotted ones.Jeff Forcier2014-02-211-1/+1
| | * | Epydoc -> Sphinx.Olle Lundberg2014-01-231-1/+1
| | |/
| * | Not a fan of pointless getters.Jeff Forcier2014-02-111-3/+0
| * | Adding banner functionalityJohan Prins2014-02-111-0/+5
| |/
* | Add userauth-banner handling for GSS-API authenticationSebastian Deiss2014-02-271-0/+3
* | Improved handling of failed GSS-API authentication attemptsSebastian Deiss2014-02-171-0/+3
* | GSS-API / SSPI authenticated Diffie-Hellman Key Exchange and userSebastian Deiss2014-02-111-2/+201
* | Merge branch scottkmaxwell:py3-support-without-py25 intoSebastian Deiss2014-02-111-40/+38
|/
* Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
* Use Crypto.Random rather than Crypto.Util.RandomPool.Gary van der Merwe2010-08-031-1/+1
* fix my email address to be the current one.Robey Pointer2009-07-191-1/+1
* make the "auth type not permitted" message debug level, for bazaar.Robey Pointer2009-07-191-1/+1
* [project @ robey@lag.net-20080323025751-de0lem9pi4oydt2g]Robey Pointer2008-03-221-1/+1
* [project @ robey@lag.net-20080124045017-dfqiamorj356btrd]Robey Pointer2008-01-231-3/+13
* [project @ robey@lag.net-20080121190842-mq94nybu8qxhw1jl]Robey Pointer2008-01-211-0/+3
* [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]Robey Pointer2007-02-131-1/+1
* [project @ robey@lag.net-20060509164549-14e664f234b4b747]Robey Pointer2006-05-091-4/+4
* [project @ robey@lag.net-20060220005934-58d0df2920e799b5]Robey Pointer2006-02-191-1/+1
* [project @ robey@master-shake.local-20060209030112-ab9669fa6d1d3d26]Robey Pointer2006-02-081-1/+2
* [project @ robey@master-shake.local-20060130182024-4f0c84964b65cb72]Robey Pointer2006-01-301-3/+3
* [project @ robey@master-shake.local-20060127035453-c91a77a5aa6d2136]Robey Pointer2006-01-261-0/+2
* [project @ robey@lag.net-20051202211544-900e02e2693d4a92]Robey Pointer2005-12-021-0/+3
* [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-65]Robey Pointer2005-10-131-5/+5
* [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-61]Robey Pointer2005-09-271-17/+59
* [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-59]Robey Pointer2005-09-211-0/+50
* [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-54]Robey Pointer2005-08-091-0/+315