summaryrefslogtreecommitdiff
path: root/NOTES
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2003-12-28 03:20:42 +0000
committerRobey Pointer <robey@lag.net>2003-12-28 03:20:42 +0000
commit36d6d95dc6db1f47d187b87ab1c1a10c1d30558f (patch)
tree3f7cee6177b8d4865370e902e96f9f0b7c340aa5 /NOTES
parenteb4c279ec4392d23c5dd7271458299fb3196f8d4 (diff)
downloadparamiko-36d6d95dc6db1f47d187b87ab1c1a10c1d30558f.tar.gz
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-16]
hook up server-side kex-gex; add more documentation group-exchange kex should work now on the server side. it will only be advertised if a "moduli" file has been loaded (see the -gasp- docs) so we don't spend hours (literally. hours.) computing primes. some of the logic was previously wrong, too, since it had never been tested. fixed repr() string for Transport/BaseTransport. moved is_authenticated to Transport where it belongs. added lots of documentation (but still only about 10% documented). lots of methods were made private finally.
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/NOTES b/NOTES
index dc92e61d..7fbcc733 100644
--- a/NOTES
+++ b/NOTES
@@ -22,14 +22,14 @@ from BaseTransport:
get_server_key
close
get_remote_server_key
- is_active
- is_authenticated
+* is_active
open_session
open_channel
renegotiate_keys
check_channel_request
from Transport:
+* is_authenticated
auth_key
auth_password
get_allowed_auths