summaryrefslogtreecommitdiff
path: root/paramiko/agent.py
Commit message (Expand)AuthorAgeFilesLines
* 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