Scott Maxwell
|
6d75c75e64
|
Remove byte conversions and unhexlify calls that we only needed for Py2.5 support and use the `b` byte string marker instead
|
2013-11-19 10:09:08 -08:00 |
Scott Maxwell
|
981f768a62
|
Remove `from __future__ import with_statement`
|
2013-11-19 09:38:05 -08:00 |
Scott Maxwell
|
106f9ea444
|
Use 'with' for opening most file and SFTPFIle objects
|
2013-11-19 09:38:05 -08:00 |
Scott Maxwell
|
2da5f1fb45
|
Use 'with' for opening most file and SFTPFIle objects
|
2013-11-19 08:56:53 -08:00 |
Scott Maxwell
|
25dd096da0
|
Change all exceptions to modern format (not Py2.5 compatible)
|
2013-11-19 08:06:35 -08:00 |
Scott Maxwell
|
7444a99993
|
Fix some deprecation and resource warnings
|
2013-11-02 20:19:04 -07:00 |
Scott Maxwell
|
951e8cfd3a
|
Fix demos
|
2013-10-31 16:18:31 -07:00 |
Scott Maxwell
|
bc683ac365
|
Fix demo_server
|
2013-10-31 15:35:35 -07:00 |
Scott Maxwell
|
8bda3ab2bb
|
Fix demo_keygen
|
2013-10-31 15:25:57 -07:00 |
Scott Maxwell
|
7a45d3c70f
|
More type conversion
|
2013-10-31 15:25:45 -07:00 |
Scott Maxwell
|
7cdbbf4bdc
|
Fix input
|
2013-10-30 17:15:25 -07:00 |
Scott Maxwell
|
66cfa97cce
|
Fix imports
|
2013-10-30 16:19:30 -07:00 |
Scott Maxwell
|
f73d5f73e5
|
Fix print statements
|
2013-10-30 16:05:47 -07:00 |
Jeff Forcier
|
e25c7c4bdf
|
Merge branch '1.9' into 1.10
|
2013-09-27 21:29:51 -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
|
d4e18e1d1c
|
Fix demo re #200
|
2013-09-27 21:20:28 -07:00 |
Jeff Forcier
|
1627ea6603
|
Merge branch '1.9' into 1.10
|
2013-09-27 21:14:35 -07:00 |
Jeff Forcier
|
e0d4fdbc5d
|
Fix demo re #200
|
2013-09-27 21:13:21 -07:00 |
Jeff Forcier
|
02387fc88c
|
Merge branch '1.10' into 168-int
Conflicts:
NEWS
setup.py
|
2013-09-20 14:39:55 -07:00 |
Jonathan Halcrow
|
7ed1e2bccc
|
This fixes a Bad file descriptor error caused by attempting to access the request after it has already been closed.
|
2013-09-20 14:12:32 -07:00 |
Ivan Barria
|
b96e7e4132
|
Update demo.py
why import threading?
|
2013-04-09 02:14:51 -03:00 |
Jeff Forcier
|
edddc61fb5
|
Fix trailing whitespace re #28
|
2012-07-04 20:43:49 -07:00 |
Sofian Brabez
|
a97b8b6da9
|
add priv/pub key generator demo
|
2012-07-04 20:37:06 -07:00 |
Robey Pointer
|
60c6e94e7d
|
fix my email address to be the current one.
|
2009-07-19 19:45:02 -07:00 |
Robey Pointer
|
a0313a47e4
|
simplify the "simple" demo.
|
2009-07-19 15:03:45 -07:00 |
Robey Pointer
|
4f52c13900
|
[project @ robey@lag.net-20080220060035-yi82h5kc7jod5hlu]
add a demo for reverse port forwarding.
|
2008-02-19 22:00:35 -08:00 |
Robey Pointer
|
73c8dadb62
|
[project @ robey@lag.net-20080220055849-xmjvp8m0lqyz4cf1]
change -l to -p for consistency
|
2008-02-19 21:58:49 -08:00 |
Robey Pointer
|
e963435e92
|
[project @ robey@lag.net-20080219075127-fx3aq6ijgm38oxy6]
cleaned up "forward" example.
|
2008-02-18 23:51:27 -08:00 |
Robey Pointer
|
06faa6f2ed
|
[project @ robey@lag.net-20080218003236-d2zgw43ys7xrccdx]
explain why we check ~/ssh/ in the demos
|
2008-02-17 16:32:36 -08:00 |
Robey Pointer
|
87d97fa209
|
[project @ robey@lag.net-20070213192109-axy7gl61x7w0cpbp]
add get/put to the sftp demo
|
2007-02-13 11:21:09 -08:00 |
Robey Pointer
|
83b335e10f
|
[project @ robey@lag.net-20070213191706-v8djxd4jiunb3his]
bump copyright year to 2007
|
2007-02-13 11:17:06 -08:00 |
Robey Pointer
|
7ac433a6ac
|
[project @ robey@lag.net-20060801182053-a74d120228b8009a]
use hexlify instead of custom-made hexify in demos
|
2006-08-01 11:20:53 -07:00 |
Robey Pointer
|
55a52a09cc
|
[project @ robey@lag.net-20060723204116-319c388eacb937d6]
fix SSHException references in demos
|
2006-07-23 13:41:16 -07:00 |
Robey Pointer
|
57bc6728af
|
[project @ robey@lag.net-20060430024043-e4391438febc9bf2]
check for None channel and display error
|
2006-04-29 19:40:43 -07:00 |
Robey Pointer
|
860edff9f4
|
[project @ robey@lag.net-20060228030048-ca579e8c53c9c4b7]
this demo doesn't need to import interactive
|
2006-02-27 19:00:48 -08:00 |
Robey Pointer
|
e4dd1bf935
|
[project @ robey@master-shake.local-20060127181925-3e7e5133b20d2f5b]
add a demo for sftp
|
2006-01-27 10:19:25 -08:00 |
Robey Pointer
|
b955ee02cc
|
[project @ robey@master-shake.local-20060127031302-7bb0582ea98a60bd]
move another demo script in, and do a bit more cleanup
|
2006-01-26 19:13:02 -08:00 |
Robey Pointer
|
77eada9fb4
|
[project @ robey@master-shake.local-20060127031139-0ca8125e66edccc5]
i'm a dork, actually these are needed to login to the demo server
|
2006-01-26 19:11:39 -08:00 |
Robey Pointer
|
0efdc8af5f
|
[project @ robey@master-shake.local-20060127030114-b6810c4c29964a4e]
code from mike looijmans for a windows interactive shell -- while i'm mucking around in here, clean up the demos a bit too
|
2006-01-26 19:01:14 -08:00 |