go/src/pkg/exp
Dave Cheney 3ee171d174 exp/ssh: add client side support for publickey auth
client.go/client_auth.go:
* add support for publickey key auth using the interface
  outlined by rsc in the previous auth CL

client_auth_test.go:
* password and publickey tests against server.go

common.go/server.go:
* move some helper methods from server.go into common.go
* generalise serializeRSASignature

R=rsc, agl, huin
CC=cw, golang-dev, n13m3y3r
https://golang.org/cl/5373055
2011-11-13 14:48:22 -05:00
..
ebnf renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
ebnflint src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
gotype src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
gui src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
inotify all: sort imports 2011-11-02 15:54:16 -04:00
norm renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
spdy renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
sql html,bzip2,sql: rename Error methods that return error to Err 2011-11-04 09:50:20 -04:00
ssh exp/ssh: add client side support for publickey auth 2011-11-13 14:48:22 -05:00
terminal exp/terminal: rename shell to terminal and add SetSize 2011-11-11 14:04:33 -05:00
types renaming_2: gofix -r go1pkgrename src/pkg/[a-l]* 2011-11-08 15:40:58 -08:00
winfsnotify all: sort imports 2011-11-02 15:54:16 -04:00
wingui all: sort imports 2011-11-02 15:54:16 -04:00
README

README

This directory tree contains experimental packages and
unfinished code that is subject to even more change than the
rest of the Go tree.