Gary van der Merwe
044e702998
Use Crypto.Random rather than Crypto.Util.RandomPool.
2010-08-03 00:13:08 +02:00
Robey Pointer
e2add90981
fix spelling of "hierarchical" -- thanks, Thomas Guettler!
2010-04-25 17:05:06 -07:00
Robey Pointer
cb913d5d32
bump to 1.7.6.
2009-11-01 22:01:04 -08:00
Robey Pointer
60c6e94e7d
fix my email address to be the current one.
2009-07-19 19:45:02 -07:00
Robey Pointer
2fda984906
[project @ robey@lag.net-20080707012221-5fz3q4j2gvqlbmhl]
...
bump version to 1.7.4 (desmond).
2008-07-06 18:22:21 -07:00
Robey Pointer
c52b11ba17
[project @ robey@lag.net-20080324065154-w8p2lhawmsbynxc0]
...
bump version to 1.7.3 (clara)
2008-03-23 23:51:54 -07:00
Robey Pointer
3319f556d6
[project @ robey@lag.net-20080219074736-1fkyp8jl95amj5ky]
...
add WarningPolicy to SSHClient, which logs a warning when a server host key
isn't known, but allows the connection. also added an option to avoid
searching for private keys, and made it check ~/ssh/ for windows.
2008-02-18 23:47:36 -08:00
Robey Pointer
4031ae9292
[project @ robey@lag.net-20080122025908-h8xm28k72umoeo7y]
...
bump to version 1.7.2 (basil)
2008-01-21 18:59:08 -08:00
Robey Pointer
39b45b4000
[project @ robey@lag.net-20070611044506-2c1c1t2avdr3yuaa]
...
bump up to 1.7.1 (amy)
2007-06-10 21:45:06 -07:00
Robey Pointer
920b172360
[project @ robey@lag.net-20070326075819-y7972z9cy3ffmw76]
...
expose PKey for documentation, so inherited methods can be seen in DSSKey and RSAKey
2007-03-26 00:58:19 -07:00
Robey Pointer
cb0e01dd86
[project @ robey@lag.net-20070218212228-qdk8w1n4is0cady3]
...
bump version to 1.7 zubat
2007-02-18 13:22:28 -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
b956cc4831
[project @ robey@lag.net-20061119205558-p5p2tmqx0xt7hq9r]
...
bump version to 1.6.4 (yanma) and trim the README changes-history a bit
2006-11-19 12:55:58 -08:00
Robey Pointer
7e27adacf1
[project @ robey@lag.net-20061015015628-371a037b5165d634]
...
bump version to 1.6.3
2006-10-14 18:56:28 -07:00
Robey Pointer
682185bac1
[project @ robey@lag.net-20060908015516-1b8ac2af031586fe]
...
better way to change the module name
2006-09-07 18:55:16 -07:00
Robey Pointer
49418d1145
[project @ robey@lag.net-20060816213132-2e094c077d22dc50]
...
bump version to 1.6.2
2006-08-16 14:31:32 -07:00
Robey Pointer
929ce8df7a
[project @ robey@lag.net-20060813195045-ca4148e233794d4b]
...
add a unit test to verify that all the paramiko symbols are exported correctly
2006-08-13 12:50:45 -07:00
Robey Pointer
6d37b6b810
[project @ robey@lag.net-20060813193546-c92b58af1c27d156]
...
missing commas in exported class list (bug 55946)
2006-08-13 12:35:46 -07:00
Robey Pointer
ffcc22e784
[project @ robey@lag.net-20060713194617-35597c20a6b3bc59]
...
bump version to 1.6 (oops, forgot to check this in a few days ago)
2006-07-13 12:46:17 -07:00
Robey Pointer
af4b8fedc9
[project @ robey@lag.net-20060511013313-411d1524da3b53f0]
...
bump version to 1.6, fix up docs a little bit
2006-05-10 18:33:13 -07:00
Robey Pointer
8843feb633
[project @ robey@lag.net-20060509164549-14e664f234b4b747]
...
new parent exception for all auth failures, and new specific exception for bad host key
2006-05-09 09:45:49 -07:00
Robey Pointer
02e8178510
[project @ robey@lag.net-20060508005224-a8a04cd59f9fa016]
...
pulled out openssh config parsing into its own class
2006-05-07 17:52:24 -07:00
Robey Pointer
581103665b
[project @ robey@lag.net-20060504025237-a015ee747d9a2e75]
...
if open_channel fails, it now raises ChannelException. added a unit test for that too. renegotiate_keys will also raise an exception now instead of returning a bool.
2006-05-03 19:52:37 -07:00
Robey Pointer
3bcdf46a9d
[project @ robey@lag.net-20060424011126-66797c157af18805]
...
add SSHClient (so far)
2006-04-23 18:11:26 -07:00
Robey Pointer
4eb0b9ac3e
[project @ robey@lag.net-20060312042905-752c324bdc1ac2cf]
...
bump version to 1.5.4
2006-03-11 20:29:05 -08:00
Robey Pointer
5b7957ce39
[project @ robey@lag.net-20060220072303-cdc3bc647d5732b0]
...
bump version to 1.5.3
2006-02-19 23:23:03 -08:00
Robey Pointer
409c4fc482
[project @ robey@lag.net-20060220003513-aa54e3e771a530fd]
...
add HostKeys, a helper for reading/parsing openssh known_hosts files, including hashed-host support
2006-02-19 16:35:13 -08:00
Robey Pointer
1a469d97fd
[project @ robey@master-shake.local-20060127035342-a7bb21c598c8136d]
...
(possibly misguided) attempt to reduce paramiko's exports
2006-01-26 19:53:42 -08:00
Robey Pointer
995343439a
[project @ robey@lag.net-20051204092822-69155fa5abbc4637]
...
bump version to 1.5.2
2005-12-04 01:28:22 -08:00
Robey Pointer
b9106e4f21
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-77]
...
bump up version to 1.5.1
2005-10-31 03:28:54 +00:00
Robey Pointer
95bf2b0957
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-67]
...
oops, dont forget to export SFTPFile for docs :)
2005-10-20 04:42:10 +00:00
Robey Pointer
65883e673b
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-62]
...
readme comments, bump version to 1.5 paras
2005-10-02 20:08:39 +00:00
Robey Pointer
f2ec841a15
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-61]
...
add server-side support for keyboard-interactive auth, and a couple of unit tests
2005-09-27 04:03:27 +00:00
Robey Pointer
0f3bf86617
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-54]
...
smooth BaseTransport and Transport together, and move the auth stuff into AuthHandler -- an improvement i made in jaramiko and decided deserved to be backported
2005-08-09 07:40:07 +00:00
Robey Pointer
646db7c787
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-52]
...
rework init so classes all appear in the right package in docs (yaaaay)
2005-08-09 06:30:59 +00:00
Robey Pointer
5a5cd201b7
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-47]
...
bump version number to 1.4 oddish
2005-07-18 06:40:30 +00:00
Robey Pointer
458a0de23f
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-42]
...
don't forget to export Agent
2005-07-16 16:35:25 +00:00
Robey Pointer
1a6ba349da
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-36]
...
move load_host_keys into util where others can use it
2005-07-14 02:19:13 +00:00
Robey Pointer
0ac7b0dcbd
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-29]
...
a bunch of silly changes where i was trying to fix pychecker warnings before i decided it wasnt worth the effort
2005-07-10 09:56:00 +00:00
Robey Pointer
5ba8b47a45
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-28]
...
forgot to import server
2005-07-09 17:31:09 +00:00
Robey Pointer
ae18228d07
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-26]
...
new ssh agent support! from john rochester. added a bunch of docs to it, and changed demo.py to use an Agent if it finds a working key there.
2005-07-07 01:35:31 +00:00
Robey Pointer
401e37fa23
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-21]
...
oops, missed changing the version name to nidoran
2005-06-28 08:15:24 +00:00
Robey Pointer
dff128c814
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-20]
...
fix docs and update version to 1.3.1
2005-06-28 08:00:12 +00:00
Robey Pointer
366f216e3f
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-8]
...
add unit tests for the packetizer, and fix a little locking bug where i think more of the packetizer write function should be inside a lock
2005-05-10 17:36:38 +00:00
Robey Pointer
2bdbe28234
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-160]
...
1.3 marowak
bump version to 1.3 / marowak
2005-04-10 00:46:41 +00:00
Robey Pointer
fead211c5c
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-154]
...
even better 1.2 lapras
re-bump the version # to 1.2 (with a new date since i added more stuff).
add 2005 to the copyright date in a bunch of files.
2005-02-28 08:06:08 +00:00
Robey Pointer
b45a3a98a8
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-147]
...
1.2 (lapras)
bump version stuff to 1.2 / lapras.
2005-02-26 21:11:04 +00:00
Robey Pointer
ee0d4ae68e
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-129]
...
1.1 (kabuto)
edit various files to bump the version to 1.1.
also fix to point to the new url.
2004-12-12 09:58:40 +00:00
Robey Pointer
767d739299
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-123]
...
clean up authentication
add new exception "BadAuthenticationType", which is raised when auth fails
because your auth type (password or public-key) isn't valid on the server.
used this as an excuse to clean up auth_password and auth_publickey so their
'event' arg is optional, and if missing, they block until auth is finished,
raising an exception on error.
also, don't close the session on failed auth -- the server may let you try
again.
added some test cases for failed auth.
2004-12-11 03:43:18 +00:00
Robey Pointer
a8a023a243
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-113]
...
sftp server support!
finally check in sftp_handle (file handle abstraction), sftp_si (server
interface), and sftp_server (server implementation) -- all of which make
a roughly 90% implementation of server-side sftp.
2004-11-22 07:27:21 +00:00