Jeff Forcier
4a5f007c02
Cut 1.11.4
2014-02-14 09:38:14 -08:00
Jeff Forcier
d438ff6b64
Don't raise timeouts as ProxyCommand failures, thanks @mgedmin
2014-02-13 13:44:46 -08:00
Jeff Forcier
4402f67fa6
Don't drop/lose data when our inner timeout goges off.
2014-02-13 13:44:27 -08:00
Jeff Forcier
244e09f57a
Slightly safer socket.error handling
2014-02-13 12:54:23 -08:00
Marius Gedminas
cfd1efe648
Fix NameError in error-handling case
...
Fixes #268
2014-02-13 09:38:00 -08:00
Jeff Forcier
58489c893e
Potentially horrible attempt at manual subprocess-read timeouts
2014-02-12 17:16:34 -08:00
Jeff Forcier
5b6059c4bd
Nuke old merge mistake (or what looks like one anyway.)
2014-02-12 09:48:04 -08:00
Jeff Forcier
36b937d436
Merge branch '1.10' into 1.11
2014-02-11 09:48:00 -08:00
Jeff Forcier
675e30986e
Clean up a list-comp (also fixes race condition)
2014-02-11 08:06:14 -08:00
Jeff Forcier
280c240685
Whitespace
2014-02-10 18:11:29 -08:00
Jeff Forcier
aed86f26bf
Future import for with: under py25
2014-02-10 18:10:52 -08:00
Jeff Forcier
1560c4ab8a
Merge remote-tracking branch 'ewxrjk/issue34' into sftp-reordering-34
2014-02-10 17:59:52 -08:00
Jeff Forcier
2cf23bf784
Merge branch '1.10' into 1.11
...
Conflicts:
NEWS
2014-01-21 13:58:44 -08:00
Jeff Forcier
a7ea04842e
Clean up thread ident import/exec a bit.
2014-01-21 13:51:09 -08:00
Aarni Koskela
39809dab31
Try Py2.5 compatibility as last fallback for thread identity.
2014-01-21 13:31:45 -08:00
Aarni Koskela
b0c689d7c8
Support Py2.5 to Py3.4 for thread identity (thanks @lndbrg)
2014-01-21 13:31:43 -08:00
Aarni Koskela
d32d457775
Fix agent auth on Windows/Python 2.5) (with thanks to @lndbrg)
2014-01-21 13:31:25 -08:00
Aarni Koskela
d8738b1b0f
Fix #193 (use RtlMoveMemory instead of msvcrt.memcpy)
2014-01-21 13:30:32 -08:00
Jeff Forcier
1ff3db96f6
Cut 1.11.3
2014-01-08 16:41:04 -08:00
Jeff Forcier
698adf10fb
Cut 1.10.5
2014-01-08 16:40:11 -08:00
Jeff Forcier
b352357efb
Merge branch '1.10' into 1.11
...
Conflicts:
NEWS
2014-01-08 13:43:03 -08:00
Nathan Scowcroft
0fea895cdb
ditto
2014-01-08 12:45:22 -08:00
Nathan Scowcroft
a1c1f8f29f
Check correct stored hosts filename.
2014-01-08 12:45:14 -08:00
Jeff Forcier
75c4304fe2
Merge branch '1.10' into 1.11
...
Conflicts:
paramiko/__init__.py
2013-10-16 17:00:46 -07:00
Jeff Forcier
3232ce84ed
Merge branch '1.9' into 1.10
...
Conflicts:
paramiko/__init__.py
2013-10-16 17:00:33 -07:00
Jeff Forcier
858d3fd07f
Merge branch '1.8' into 1.9
...
Conflicts:
paramiko/__init__.py
2013-10-16 17:00:13 -07:00
Mike Gabriel
6b222528f3
Reintroduce __version_info__ variable
...
At least one application (mysql-workbench) (used to) use(s) the __version_info__
that got removed by commit 99859b8b02
.
Breaking existing software with new versions of paramiko should be avoided.
This pull-request reintroduces the __version_info__ var, but fills it
from the __version__ var. No need to maintain multiple version strings.
Conflicts:
paramiko/__init__.py
2013-10-16 16:59:35 -07:00
Jeff Forcier
96fdefbcb9
Merge branch '1.10' into 1.11
...
Updated versions for 1.11.2.
Conflicts:
paramiko/__init__.py
setup.py
2013-09-27 22:00:32 -07:00
Jeff Forcier
f2466a3d46
Update version for 1.10.4
2013-09-27 21:59:48 -07:00
Jeff Forcier
07e61c3552
Merge branch '1.10' into 1.11
2013-09-27 21:29:56 -07:00
Jeff Forcier
e25c7c4bdf
Merge branch '1.9' into 1.10
2013-09-27 21:29:51 -07:00
Jeff Forcier
2de9c72720
Merge branch '1.8' into 1.9
2013-09-27 21:29:41 -07:00
Jeff Forcier
83f44878ea
Fixed a typo in the license header of most files
...
Conflicts:
paramiko/proxy.py
2013-09-27 21:29:18 -07:00
Jeff Forcier
cba4c68365
Merge branch '1.11' into 156-int
2013-09-27 17:30:34 -07:00
Jeff Forcier
7243f8fe90
Merge branch '1.10' into 1.11
...
Conflicts:
NEWS
2013-09-27 16:15:31 -07:00
Jeff Forcier
05abcc40f5
Fix #179 - missing host variable in fqdn evaluation
2013-09-27 16:08:59 -07:00
Jeff Forcier
bea7d9dc8a
Christ almighty I hate non-DRY versioning
2013-09-20 18:01:42 -07:00
Jeff Forcier
e2aa7c17b0
Merge branch '1.10' into 1.11
...
Conflicts:
NEWS
2013-09-20 14:47:09 -07:00
Jeff Forcier
02387fc88c
Merge branch '1.10' into 168-int
...
Conflicts:
NEWS
setup.py
2013-09-20 14:39:55 -07:00
Jeff Forcier
0355672721
Merge branch '1.10' into 1.11
...
Conflicts:
NEWS
2013-09-20 13:45:18 -07:00
Jeff Forcier
565eff8274
Apply slightly modified version of patch from #162
2013-09-20 13:19:01 -07:00
Jeff Forcier
2a08a48dd2
Version bump/dumb-fix
2013-07-26 15:07:33 -07:00
Jeff Forcier
d2c71ed999
Merge branch '1.10'
...
Conflicts:
NEWS
setup.py
2013-07-26 15:06:58 -07:00
Jeff Forcier
965d00dee9
Version bump
2013-07-26 15:05:35 -07:00
Jeff Forcier
ba3ce80c14
Add ML link to docs 'index'
...
Fixes #48
2013-06-28 13:07:19 -07:00
Emre Yılmaz
3399d519e0
updated config to be compatible with multiple localforward and remoteforward options.
2013-05-21 00:40:28 +03:00
Jeff Forcier
d77a4d6421
Merge branch '1.10'
2013-05-05 13:59:41 -07:00
Jeff Forcier
3c2f01c91f
Flip bad known_hosts line to INFO from WARN re #153
2013-05-05 13:59:34 -07:00
Ethan Glasser-Camp
8c7f120c2c
Warn on parse failure when reading known_hosts
2013-04-28 18:10:02 -07:00
Jeff Forcier
675d79d743
Merge pull request #153 from glasserc/log_bad_hostkeys
...
Warn on parse failure when reading known_hosts
2013-04-28 18:08:55 -07:00