paramiko/tests
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
..
loop.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-94] 2004-10-20 16:52:51 +00:00
test_dss.key [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-92] 2004-09-25 22:07:59 +00:00
test_file.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-81] 2004-09-11 20:37:59 +00:00
test_kex.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-102] 2004-11-07 02:08:11 +00:00
test_message.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-88] 2004-09-25 21:32:53 +00:00
test_pkey.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-92] 2004-09-25 22:07:59 +00:00
test_rsa.key [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-92] 2004-09-25 22:07:59 +00:00
test_sftp.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-122] 2004-12-10 08:30:44 +00:00
test_transport.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-123] 2004-12-11 03:43:18 +00:00