summaryrefslogtreecommitdiff
path: root/paramiko/auth_handler.py
Commit message (Expand)AuthorAgeFilesLines
* String format modernization, part 11070-remove-python26-and-33Jeff Forcier2017-10-101-21/+24
* Use new(er)-style string formatting, {} instead of {0}Jeff Forcier2017-10-101-1/+1
* Merge branch '2.2'Jeff Forcier2017-09-121-57/+138
|\
| * Merge branch '2.1' into 2.2Jeff Forcier2017-09-121-57/+138
| |\
| | * Pep8 and Sphinx fixes.Anselm Kruis2017-09-121-13/+20
| | * AuthHandler: handle local "gssapi-with-mic" errors in client modeAnselm Kruis2017-08-041-9/+24
| | * AuthHandler: fix the server-mode "gssapi-with-mic" logicAnselm Kruis2017-08-041-46/+105
* | | Merge branch 'master' into 1013-intJeff Forcier2017-09-051-8/+18
|\ \ \
| * | | 2nd amendment doesn't grant the right to bare exceptsJeff Forcier2017-08-281-4/+3
| * | | flake8Jeff Forcier2017-08-281-1/+2
| * | | Generic certificate supportPaul Kapp2017-08-221-4/+14
| |/ /
* | | server: Support pre-authentication bannersDennis Kaarsemaker2017-07-061-0/+8
|/ /
* | flake8/whitespaceJeff Forcier2017-06-061-2/+4
* | Merge branch 'master' into 869-intJeff Forcier2017-06-061-59/+104
|\ \ | |/
| * Move implicit string concat to a noqaJeff Forcier2017-06-011-2/+2
| * Reinstate removed m.get_string(), for compatibility/safety.Jeff Forcier2017-06-011-0/+1
| * More death to line continuationsJeff Forcier2017-05-311-2/+4
| * Additional house style formatting tweaks, mostly re: removal of line continua...Jeff Forcier2017-05-311-16/+18
| * Lots of flake8 fix.Dorian Pula2017-05-311-46/+86
| * Fix bug in handling multiple interactive queriesDennis Kaarsemaker2017-02-191-1/+1
* | Incorrect comparison, should be <=Tim Savage2016-12-221-1/+1
* | 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