1
0
mirror of https://github.com/golang/go synced 2024-10-05 08:21:22 -06:00
go/src/pkg/exp/ssh
Dave Cheney 7f20bcbbcb exp/ssh: various small fixes
transport.go:
* remove unused nil check.

doc.go:
* improve documentation about supported auth
methods and update Run example.

Thanks Jacek Masiulaniec for both reports.

R=jacek.masiulaniec, agl
CC=golang-dev
https://golang.org/cl/5501075
2011-12-27 09:49:19 -05:00
..
channel.go exp/ssh: fix three shift bugs related to packet lengths 2011-11-28 12:10:16 -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
cipher.go gofmt -s misc src 2011-12-02 14:14:25 -05:00
client_auth_test.go exp/ssh: rename ClientAuthPublicKey helper ClientAuthKeyring 2011-12-15 11:06:10 -05:00
client_auth.go exp/ssh: rename ClientAuthPublicKey helper ClientAuthKeyring 2011-12-15 11:06:10 -05:00
client_func_test.go exp/ssh: rename ClientAuthPublicKey helper ClientAuthKeyring 2011-12-15 11:06:10 -05:00
client.go exp/ssh: improve client channel close behavior 2011-12-13 10:27:17 -05:00
common_test.go exp/ssh: cleanup client auth tests 2011-12-06 18:13:20 -05:00
common.go exp/ssh: add safeString error sanitiser 2011-11-28 12:29:19 -05:00
doc.go exp/ssh: various small fixes 2011-12-27 09:49:19 -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
messages_test.go renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08: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
server_shell_test.go src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
server_shell.go src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
server.go exp/ssh: rename ClientAuthPublicKey helper ClientAuthKeyring 2011-12-15 11:06:10 -05:00
session_test.go exp/ssh: rename ClientAuthPublicKey helper ClientAuthKeyring 2011-12-15 11:06:10 -05:00
session.go exp/ssh: simplify Stdin/out/errPipe methods 2011-12-15 16:50:41 -05:00
tcpip_func_test.go exp/ssh: add simple tcpip.go functional tests 2011-11-23 09:38:11 -05:00
tcpip.go go/printer, gofmt: fine tuning of line spacing 2011-12-16 15:43:06 -08:00
transport_test.go exp/ssh: add experimental ssh client 2011-10-20 15:44:45 -04:00
transport.go exp/ssh: various small fixes 2011-12-27 09:49:19 -05:00