index
:
go-x-crypto
main
ssh-run-with-context
Fork of golang.org/x/crypto with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssh
/
channel.go
Age
Commit message (
Expand
)
Author
2023-11-27
ssh: defer channel window adjustment
Will Mortensen
2017-11-28
all: fix errors reported by vet, golint
Kevin Burke
2017-01-23
ssh: soft code internal channel size for testing purposes
Han-Wen Nienhuys
2016-07-25
ssh: clarify error type if a SendRequest goes unanswered
Han-Wen Nienhuys
2016-04-25
x/crypto/ssh: if debugMux is set, also log global messages.
Han-Wen Nienhuys
2014-09-16
go.crypto/ssh: reuse packet buffer for channel writes.
Han-Wen Nienhuys
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley
2013-11-01
go.crypto/ssh: Increase window size.
Jakob Borg
2013-10-14
go.crypto/ssh: add String method to RejectionReason.
Han-Wen Nienhuys
2013-10-10
go.crypto/ssh: cosmetic only spelling fixes
Jonathan Pittman
2013-09-24
go.crypto/ssh: separate kex algorithms into kexAlgorithm class.
Han-Wen Nienhuys
2013-06-10
go.crypto: revert 7f5a59ff6b43.
Adam Langley
2013-06-07
go.crypto: remove unreachable code.
Adam Langley
2012-10-03
go.crypto/ssh: Read returns all unread bytes before returning io.EOF.
Gustav Paul
2012-09-05
go.crypto/ssh: assorted close related fixes
Dave Cheney
2012-08-25
go.crypto/ssh: prevent server from sending more than maxPacket
Daniel Theophanes
2012-08-24
go.crypto/ssh: prevent channel writes after Close
Dave Cheney
2012-08-13
go.crypto/ssh: improve channel max packet handling
Dave Cheney
2012-08-11
go.crypto/ssh: cosmetic: move remaining channel code into channel.go
Dave Cheney
2012-08-09
go.crypto/ssh: never send more data than maxpacket
Dave Cheney
2012-05-18
go.crypto/ssh: fix panic unmarshalling channelOpenFailureMsg
Dave Cheney
2012-05-11
go.crypto/ssh: make {client,server}Chan use common window management
Dave Cheney
2012-05-09
go.crypto/ssh: move common channel methods into an embedded struct
Dave Cheney
2012-05-05
go.crypto/ssh: struct renaming
Dave Cheney
2012-04-26
ssh: fix deadlock
Adam Langley
2012-04-26
go.crypto/ssh: add support for remote tcpip forwarding
Dave Cheney
2012-04-20
ssh: cosmetic cleanups
Adam Langley
2012-04-19
crypto/ssh: fix several logic errors.
Adam Langley
2012-03-26
go.crypto/ssh: respect adjust window msg on server.
Daniel Theophanes
2012-02-20
go.crypto/ssh: add Stderr() in Channel interface.
Daniel Theophanes
2012-02-18
ssh: fix locking in channel.Write
Adam Langley
2012-01-25
go.crypto: initial code
Russ Cox