aboutsummaryrefslogtreecommitdiff
path: root/ssh/session_test.go
AgeCommit message (Expand)Author
2023-11-09ssh: eliminate some goroutine leaks in tests and examplesBryan C. Mills
2023-07-31ssh: fix call to Fatalf from a non-test goroutineNicola Murino
2022-10-10ssh: add ServerConfig.NoClientAuthCallbackBrad Fitzpatrick
2022-09-19all: replace io/ioutil with io and os packagecui fliter
2022-03-14ssh: deprecate and replace SigAlgo constantsFilippo Valsorda
2021-11-15ssh: support RSA SHA-2 (RFC8332) signaturesHans Nielsen
2019-04-11ssh: print server exit reason in testsHan-Wen Nienhuys
2017-03-30ssh: require host key checking in the ClientConfigHan-Wen Nienhuys
2016-07-06x/crypto/ssh: handle missing exit status more gracefully.Han-Wen Nienhuys
2015-08-04crypto/ssh: allow client to specify host key algorithms.hanwen
2015-05-11x/crypto/ssh: bail early if a server has no auth methods configured.Han-Wen Nienhuys
2015-02-04ssh: return session ID in ConnMeta.SessionID.Han-Wen Nienhuys
2014-11-10go.crypto: use golang.org/x/... import pathsAndrew Gerrand
2014-04-09go.crypto/ssh: import gosshnew.Adam Langley
2013-10-10go.crypto/ssh: cosmetic only spelling fixesJonathan Pittman
2013-06-10go.crypto: revert 7f5a59ff6b43.Adam Langley
2013-06-07go.crypto: remove unreachable code.Adam Langley
2013-06-01go.crypto/ssh: fix test breakageDave Cheney
2013-05-29ssh: add Output and CombinedOutput helpersKeith Rarick
2013-03-22go.crypto/ssh: fix tests with -cpu 1,2.Adam Langley
2012-12-18go.crypto/ssh: support OpenSSH keepalivesEric Milliken
2012-12-10go.crypto/ssh: run gofmtAdam Langley
2012-09-10go.crypto/ssh: sanity check incoming packet lengthDave Cheney
2012-09-05go.crypto/ssh: assorted close related fixesDave Cheney
2012-08-28go.crypto/ssh: improve test reliabilityDave Cheney
2012-08-25go.crypto/ssh: fix test failure on windowsDave Cheney
2012-08-24go.crypto/ssh: prevent channel writes after CloseDave Cheney
2012-08-13go.crypto/ssh: improve channel max packet handlingDave Cheney
2012-08-09go.crypto/ssh: never send more data than maxpacketDave Cheney
2012-05-22go.crypto/ssh: allow zero sized window adjustmentsDave Cheney
2012-05-05go.crypto/ssh: struct renamingDave Cheney
2012-04-26ssh: fix flaky TestInvalidServerMessageAdam Langley
2012-04-24ssh: handle bad servers better.Adam Langley
2012-03-30go.crypto: add exp/terminal as code.google.com/p/go.crypto/ssh/terminal.David Symonds
2012-01-30go.crypto/ssh: add User to ServerConn and pass *ServerConn to callbacks.Daniel Theophanes
2012-01-25go.crypto: initial codeRuss Cox