summaryrefslogtreecommitdiff
path: root/paramiko/agent.py
Commit message (Expand)AuthorAgeFilesLines
* codespellJeff Forcier2023-03-101-1/+1
* Expand documentation on server agent handling.Jamie Bliss2023-02-241-0/+14
* [DATALAD RUNCMD] Run codespell -wYaroslav Halchenko2023-01-241-2/+2
* Nuke retry_on_signal, pointless on modern Py3Jeff Forcier2023-01-161-2/+2
* No more (object)ionsJeff Forcier2023-01-161-3/+3
* Migrate some byte related helpers aroundJeff Forcier2023-01-091-3/+2
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
* Clearly our agent stuff is not fully tested yet...Jeff Forcier2022-03-111-1/+1
* blackenJeff Forcier2022-03-111-3/+1
* Refactor SSH agent socket connection stuffJeff Forcier2022-03-111-45/+35
* support Windows OpenSSH agent besides Putty's pageant (addresses #1509)Lew Gordon2022-03-111-2/+16
* Add agent RSA-SHA2 support, also tweak changelog w/ more ticketsrfc8832-sha2-key-algoJeff Forcier2021-12-231-1/+13
* Add support for RSA SHA2 host and public keysJeff Forcier2021-12-231-1/+1
* Check all data on keys when comparing for equalityJosh Snyder2021-11-281-0/+4
* Merge branch '2.2' into 2.3Jeff Forcier2018-12-141-2/+2
|\
| * flake8 fixes after upgrading it to 3.6.0Jeff Forcier2018-12-141-2/+2
* | Merge branch '2.2' into 2.3Jeff Forcier2018-09-171-24/+32
|\ \ | |/
| * Blacken 2.0 with black 18.6b4Jeff Forcier2018-09-171-24/+32
* | amendmentPaul Kapp2017-08-221-0/+1
|/
* Move to 'inv sites' style doc nitpicking.Jeff Forcier2017-06-051-2/+2
* More death to line continuationsJeff Forcier2017-05-311-3/+7
* Additional PEP8 fixes.Dorian Pula2017-05-311-5/+10
* untie agian!james mike dupont2017-01-241-1/+1
* Add docstring to AgentRequestHandler so it shows up in the docs.Jeff Forcier2015-09-301-0/+20
* Update agent.pyjordo1ken2015-02-041-1/+1
* Removed debug print statementsKen Jordan2015-02-041-3/+0
* Updated agent.py to print a more appropriate exception when unable to connect...Ken Jordan2015-02-041-2/+8
* Merge branch '1.14' into 1.15Jeff Forcier2014-12-171-1/+2
|\
| * Merge branch '1.13' into 1.14Jeff Forcier2014-12-171-1/+2
| |\
| | * Explicitly close agent connection in top level agent class.Jeff Forcier2014-12-171-1/+2
* | | 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
| |/
* | Merge branch 'master' into gssapi-py3-supportSebastian Deiss2014-03-261-54/+45
|\ \ | |/
| * Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-11/+7
| * Merge remote-tracking branch 'scottkmaxwell/py3-support-without-py25' into py...Jeff Forcier2014-03-051-12/+18
| |\
| | * Fix import of win_pageantScott Maxwell2013-12-051-1/+1
| | * Fix message sendingScott Maxwell2013-10-301-9/+15
| | * Fix importsScott Maxwell2013-10-301-2/+2
| | * Fix importsScott Maxwell2013-10-301-1/+1
| * | Start cleaning up info field listsJeff Forcier2014-02-261-5/+6
| * | Done with SSH Agent docstring junkJeff Forcier2014-02-241-1/+1
| * | This is really not a link as the target can't have a useful docstring, mehJeff Forcier2014-02-241-1/+1
| * | Docstring cleanupsJeff Forcier2014-02-241-8/+13
| * | Remove apparently bogus docstringJeff Forcier2014-02-241-4/+0
| * | Fix up AgentSSH vs Agent classes/docstrings, sighJeff Forcier2014-02-241-22/+7
| * | WhitespaceJeff Forcier2014-02-241-2/+9
| * | Don't actually need :class: anywhere nowJeff Forcier2014-02-211-3/+3
| * | Replace accidental class-refs on local method-refsJeff Forcier2014-02-211-1/+1
| * | Mass SnR of class refs with dotted ones.Jeff Forcier2014-02-211-3/+3
| * | Epydoc -> Sphinx.Olle Lundberg2014-01-231-10/+10
| |/