index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
exp
/
ssh
Age
Commit message (
Expand
)
Author
2012-01-25
build: remove code now in subrepositories
Russ Cox
2012-01-19
crypto/hmac: Deprecate hmac.NewMD5, hmac.NewSHA1 and hmac.NewSHA256
Luit van Drongelen
2012-01-18
net: change SetTimeout to SetDeadline
Brad Fitzpatrick
2012-01-18
exp/ssh: handle versions with just '\n'
Adam Langley
2012-01-18
crypto/hmac: Add HMAC-SHA224 and HMAC-SHA384/512
Luit van Drongelen
2012-01-16
exp/ssh: rename (some) fields
Christopher Wedgwood
2012-01-15
exp/ssh: add marshal functions for uint32 and uint64 types
Jonathan Pittman
2012-01-15
exp/ssh: patching in the last change lost that a file was deleted.
Adam Langley
2012-01-15
exp/ssh: remove duplicated terminal code.
Adam Langley
2012-01-04
exp/ssh: fix two flow control bugs in chanWriter
Dave Cheney
2011-12-27
exp/ssh: various small fixes
Dave Cheney
2011-12-16
go/printer, gofmt: fine tuning of line spacing
Robert Griesemer
2011-12-15
exp/ssh: simplify Stdin/out/errPipe methods
Dave Cheney
2011-12-15
exp/ssh: rename ClientAuthPublicKey helper ClientAuthKeyring
Dave Cheney
2011-12-13
exp/ssh: improve client channel close behavior
Dave Cheney
2011-12-07
exp/ssh: Have Wait() return an *ExitError
Gustav Paul
2011-12-06
exp/ssh: cleanup client auth tests
Dave Cheney
2011-12-06
exp/ssh: simplify client channel open logic
Dave Cheney
2011-12-05
various: we don't cast, we convert
Rob Pike
2011-12-02
gofmt -s misc src
Russ Cox
2011-12-02
exp/ssh: allow for msgUserAuthBanner during authentication
Gustav Paul
2011-12-01
exp/ssh: export type signal. Renamed to Signal
Gustav Paul
2011-12-01
Add a []byte argument to hash.Hash to allow an allocation to be saved.
Adam Langley
2011-12-01
exp/ssh: add Std{in,out,err}Pipe methods to Session
Dave Cheney
2011-11-30
undo CL 5436056 / 03560deae933
Dave Cheney
2011-11-29
exp/ssh: Add Start(cmd string) and Signal(sig string) to Session. Rename Exec...
Gustav Paul
2011-11-28
exp/ssh: move openChan to NewSession
Dave Cheney
2011-11-28
exp/ssh: add safeString error sanitiser
Dave Cheney
2011-11-28
exp/ssh: fix three shift bugs related to packet lengths
Dave Cheney
2011-11-28
exp/ssh: fix misleading spelling mistake in comment
Gustav Paul
2011-11-27
exp/ssh: messages now contain remote channel's id instead of local id
Gustav Paul
2011-11-23
exp/ssh: add simple tcpip.go functional tests
Dave Cheney
2011-11-23
exp/ssh: remove unused forwarding methods in Server Listener
Dave Cheney
2011-11-20
exp/ssh: alter Session to match the exec.Cmd API
Dave Cheney
2011-11-18
exp/ssh: Add support for (most) of the ciphers from RFC4253, RFC4344 and RFC4...
John Beisley
2011-11-17
exp/ssh: change test listen address, also exit test if fails
Alex Brainman
2011-11-16
exp/ssh: fix test?
Russ Cox
2011-11-16
exp/ssh: fix unmarshal test
Dave Cheney
2011-11-13
exp/ssh: add direct-tcpip client support
Dave Cheney
2011-11-13
exp/ssh: add client functional tests
Dave Cheney
2011-11-13
exp/ssh: use ClientConfig.rand() for publickey authentication
Dave Cheney
2011-11-13
exp/ssh: add client side support for publickey auth
Dave Cheney
2011-11-13
exp/ssh: ensure initial window advertisement is not lost
Dave Cheney
2011-11-08
renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*
Rob Pike
2011-11-07
exp/ssh: improved client authentication support
Dave Cheney
2011-11-01
all: rename os.Error to error in various non-code contexts
Russ Cox
2011-11-01
src/pkg/[a-m]*: gofix -r error -force=error
Russ Cox
2011-10-29
exp/ssh: fix length header leaking into channel data streams.
Dave Cheney
2011-10-24
exp/ssh: introduce Session to replace Cmd for interactive commands
Dave Cheney
2011-10-21
exp/ssh: server cleanups
Dave Cheney
[next]