go/src/pkg/exp/ssh
Dave Cheney 4cc64bd5bf exp/ssh: move openChan to NewSession
openChan was only being called by NewSession, Dial has
its own version.

R=gustav.paul, agl, rsc
CC=golang-dev
https://golang.org/cl/5435071
2011-11-28 15:42:47 -05:00
..
Makefile exp/ssh: Add support for (most) of the ciphers from RFC4253, RFC4344 and RFC4345. 2011-11-18 12:56:57 -05:00
channel.go exp/ssh: fix three shift bugs related to packet lengths 2011-11-28 12:10:16 -05:00
cipher.go exp/ssh: Add support for (most) of the ciphers from RFC4253, RFC4344 and RFC4345. 2011-11-18 12:56:57 -05:00
cipher_test.go exp/ssh: Add support for (most) of the ciphers from RFC4253, RFC4344 and RFC4345. 2011-11-18 12:56:57 -05:00
client.go exp/ssh: move openChan to NewSession 2011-11-28 15:42:47 -05:00
client_auth.go exp/ssh: use ClientConfig.rand() for publickey authentication 2011-11-13 20:57:15 -05:00
client_auth_test.go exp/ssh: change test listen address, also exit test if fails 2011-11-17 11:20:42 +11:00
client_func_test.go exp/ssh: add client functional tests 2011-11-13 20:58:51 -05:00
common.go exp/ssh: add safeString error sanitiser 2011-11-28 12:29:19 -05:00
common_test.go exp/ssh: add safeString error sanitiser 2011-11-28 12:29:19 -05:00
doc.go exp/ssh: improved client authentication support 2011-11-07 12:37:05 -05:00
messages.go exp/ssh: Add support for (most) of the ciphers from RFC4253, RFC4344 and RFC4345. 2011-11-18 12:56:57 -05:00
messages_test.go renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
server.go exp/ssh: remove unused forwarding methods in Server Listener 2011-11-23 09:35:01 -05:00
server_shell.go src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
server_shell_test.go src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
session.go exp/ssh: move openChan to NewSession 2011-11-28 15:42:47 -05:00
tcpip.go exp/ssh: messages now contain remote channel's id instead of local id 2011-11-27 09:59:20 -05:00
tcpip_func_test.go exp/ssh: add simple tcpip.go functional tests 2011-11-23 09:38:11 -05:00
transport.go exp/ssh: Add support for (most) of the ciphers from RFC4253, RFC4344 and RFC4345. 2011-11-18 12:56:57 -05:00
transport_test.go exp/ssh: add experimental ssh client 2011-10-20 15:44:45 -04:00