aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/exp/ssh
AgeCommit message (Expand)Author
2012-01-25build: remove code now in subrepositoriesRuss Cox
2012-01-19crypto/hmac: Deprecate hmac.NewMD5, hmac.NewSHA1 and hmac.NewSHA256Luit van Drongelen
2012-01-18net: change SetTimeout to SetDeadlineBrad Fitzpatrick
2012-01-18exp/ssh: handle versions with just '\n'Adam Langley
2012-01-18crypto/hmac: Add HMAC-SHA224 and HMAC-SHA384/512Luit van Drongelen
2012-01-16exp/ssh: rename (some) fieldsChristopher Wedgwood
2012-01-15exp/ssh: add marshal functions for uint32 and uint64 typesJonathan Pittman
2012-01-15exp/ssh: patching in the last change lost that a file was deleted.Adam Langley
2012-01-15exp/ssh: remove duplicated terminal code.Adam Langley
2012-01-04exp/ssh: fix two flow control bugs in chanWriterDave Cheney
2011-12-27exp/ssh: various small fixesDave Cheney
2011-12-16go/printer, gofmt: fine tuning of line spacingRobert Griesemer
2011-12-15exp/ssh: simplify Stdin/out/errPipe methodsDave Cheney
2011-12-15exp/ssh: rename ClientAuthPublicKey helper ClientAuthKeyringDave Cheney
2011-12-13exp/ssh: improve client channel close behaviorDave Cheney
2011-12-07exp/ssh: Have Wait() return an *ExitErrorGustav Paul
2011-12-06exp/ssh: cleanup client auth testsDave Cheney
2011-12-06exp/ssh: simplify client channel open logicDave Cheney
2011-12-05various: we don't cast, we convertRob Pike
2011-12-02gofmt -s misc srcRuss Cox
2011-12-02exp/ssh: allow for msgUserAuthBanner during authenticationGustav Paul
2011-12-01exp/ssh: export type signal. Renamed to SignalGustav Paul
2011-12-01Add a []byte argument to hash.Hash to allow an allocation to be saved.Adam Langley
2011-12-01exp/ssh: add Std{in,out,err}Pipe methods to SessionDave Cheney
2011-11-30undo CL 5436056 / 03560deae933Dave Cheney
2011-11-29exp/ssh: Add Start(cmd string) and Signal(sig string) to Session. Rename Exec...Gustav Paul
2011-11-28exp/ssh: move openChan to NewSessionDave Cheney
2011-11-28exp/ssh: add safeString error sanitiserDave Cheney
2011-11-28exp/ssh: fix three shift bugs related to packet lengthsDave Cheney
2011-11-28exp/ssh: fix misleading spelling mistake in commentGustav Paul
2011-11-27exp/ssh: messages now contain remote channel's id instead of local idGustav Paul
2011-11-23exp/ssh: add simple tcpip.go functional testsDave Cheney
2011-11-23exp/ssh: remove unused forwarding methods in Server ListenerDave Cheney
2011-11-20exp/ssh: alter Session to match the exec.Cmd APIDave Cheney
2011-11-18exp/ssh: Add support for (most) of the ciphers from RFC4253, RFC4344 and RFC4...John Beisley
2011-11-17exp/ssh: change test listen address, also exit test if failsAlex Brainman
2011-11-16exp/ssh: fix test?Russ Cox
2011-11-16exp/ssh: fix unmarshal testDave Cheney
2011-11-13exp/ssh: add direct-tcpip client supportDave Cheney
2011-11-13exp/ssh: add client functional testsDave Cheney
2011-11-13exp/ssh: use ClientConfig.rand() for publickey authenticationDave Cheney
2011-11-13exp/ssh: add client side support for publickey authDave Cheney
2011-11-13exp/ssh: ensure initial window advertisement is not lostDave Cheney
2011-11-08renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*Rob Pike
2011-11-07exp/ssh: improved client authentication supportDave Cheney
2011-11-01all: rename os.Error to error in various non-code contextsRuss Cox
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-10-29exp/ssh: fix length header leaking into channel data streams.Dave Cheney
2011-10-24exp/ssh: introduce Session to replace Cmd for interactive commandsDave Cheney
2011-10-21exp/ssh: server cleanupsDave Cheney