paramiko/paramiko
Robey Pointer 1af6360007 [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-44]
add get_username() method for remembering who you auth'd as
add get_username() method for remembering who you auth'd as.  also, fix these
bugs:
* "continue" auth response counted as a failure (in server mode).
* try to import 'logging' in py22 before falling back to the fake logger,
  in case they have a backported version of 'logger'
* raise the right exception when told to read a private key from a file that
  isn't a private key file
* tell channels to close when the transport dies
2004-04-07 06:07:29 +00:00
..
__init__.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-42] 2004-04-06 08:16:02 +00:00
auth_transport.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-44] 2004-04-07 06:07:29 +00:00
ber.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-40] 2004-04-05 19:36:40 +00:00
channel.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-44] 2004-04-07 06:07:29 +00:00
common.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-44] 2004-04-07 06:07:29 +00:00
dsskey.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-40] 2004-04-05 19:36:40 +00:00
file.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-29] 2004-03-08 17:45:44 +00:00
kex_gex.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-42] 2004-04-06 08:16:02 +00:00
kex_group1.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-42] 2004-04-06 08:16:02 +00:00
logging22.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-42] 2004-04-06 08:16:02 +00:00
message.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-42] 2004-04-06 08:16:02 +00:00
pkey.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-44] 2004-04-07 06:07:29 +00:00
primes.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-22] 2004-01-04 10:26:00 +00:00
rsakey.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-40] 2004-04-05 19:36:40 +00:00
sftp.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-42] 2004-04-06 08:16:02 +00:00
ssh_exception.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-22] 2004-01-04 10:26:00 +00:00
transport.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-44] 2004-04-07 06:07:29 +00:00
util.py [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-42] 2004-04-06 08:16:02 +00:00