summaryrefslogtreecommitdiff
path: root/paramiko/agent.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch '1.9' into 1.10Jeff Forcier2013-09-271-1/+1
|\
| * Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
* | Fix indentation at few places.Abhinav Upadhyay2013-04-271-5/+5
* | Fix bug that leaves fds in select after EOF receivedKevin Tegtmeier2013-04-051-0/+7
|/
* Handle/fix handling of EINTR errors in a few places.Douglas Turk2012-09-241-1/+2
* Reorganize forwarded agent cxns to avoid errorsJeff Forcier2012-09-231-7/+21
* Whitespace tweaks, thanks @jaracoJeff Forcier2012-09-231-9/+9
* Move fcntl import to avoid high level ImportErrors on WindowsJeff Forcier2012-09-231-1/+1
* Forgot to re-add import, derpJeff Forcier2012-09-231-0/+1
* Add IO sleep to agent forward communications.Jeff Forcier2012-09-231-0/+2
* Use new-style classes, 2001 was 10 years agoJeff Forcier2012-09-231-2/+2
* Port poll-using code to use select() instead.Jeff Forcier2012-09-231-9/+5
* Added ssh agent support. Ported from https://github.com/robey/paramiko/pull/21Ben Davis2012-09-231-49/+255
* oops. fix potential exception when there's no ssh agent available.Robey Pointer2011-05-231-1/+3
* Use Crypto.Random rather than Crypto.Util.RandomPool.Gary van der Merwe2010-08-031-1/+1
* [project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]Robey Pointer2007-02-131-1/+1
* [project @ robey@lag.net-20061226012748-lmbxlsue9q2jzk8x]Robey Pointer2006-12-251-1/+5
* [project @ robey@lag.net-20060409073938-bcbb9a13a6f311c2]Robey Pointer2006-04-091-0/+2
* [project @ robey@lag.net-20060324174423-1d310608680dd29b]Robey Pointer2006-03-241-9/+16
* [project @ robey@lag.net-20060220005934-58d0df2920e799b5]Robey Pointer2006-02-191-1/+1
* [project @ robey@master-shake.local-20060127035453-c91a77a5aa6d2136]Robey Pointer2006-01-261-4/+4
* [project @ robey@ralph.lag.net-20051204042853-ba804918019cbdba]Robey Pointer2005-12-031-1/+2
* [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-65]Robey Pointer2005-10-131-4/+8
* [project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-26]Robey Pointer2005-07-071-0/+133