aboutsummaryrefslogtreecommitdiff
path: root/ssh/test/test_unix_test.go
AgeCommit message (Expand)Author
2023-10-11all: update go directive to 1.18Dmitri Shuralyov
2023-06-15ssh/test: set a timeout and WaitDelay on sshd subcommandsBryan C. Mills
2023-05-04ssh/test: enable on solarisTobias Klauser
2022-09-19all: replace io/ioutil with io and os packagecui fliter
2021-11-15ssh: support RSA SHA-2 (RFC8332) signaturesHans Nielsen
2021-02-20all: go fmt ./...Russ Cox
2019-04-26ssh/test: add port for aix/ppc64chigotc
2018-04-26ssh/test: skip tests if run as rootAgniva De Sarker
2018-02-08ssh: fix support for partial success authentication responses in clientSami Pönkänen
2017-11-28all: fix errors reported by vet, golintKevin Burke
2017-11-13ssh: add support for bannersTugdual Saunier
2017-05-23x/crypto/ssh: fix host certificate principal evaluation to check for hostname...Adam Eijdenberg
2017-04-10ssh: support forwarding of Unix domain socket connectionsAkihiro Suda
2016-05-12x/crypto/ssh: add support for ed25519 keysMartin Garton
2016-05-09ssh: fix compatibility with recent OpenSSHMartin Garton
2014-11-10go.crypto: use golang.org/x/... import pathsAndrew Gerrand
2014-08-08go.crypto/ssh/test: skip tests during -short modeDave Cheney
2014-05-05go.crypto/ssh/test: enable test cases on dragonflyMikio Hara
2014-04-12go.crypto/ssh: build test_unix_test on Plan 9David du Colombier
2014-04-09go.crypto/ssh: import gosshnew.Adam Langley
2014-02-19go.crypto/ssh: build tests on Plan 9David du Colombier
2013-10-07go.crypto/ssh: let client accept DSA and ECDSA host key algorithms.Han-Wen Nienhuys
2013-09-19go.crypto/ssh: introduce Signer method, an abstraction ofHan-Wen Nienhuys
2013-09-13go.crypto/ssh: introduce PublicKey interface type.Han-Wen Nienhuys
2013-09-03go.crypto/ssh/test: Only show SSHD debug output if test fails.Han-Wen Nienhuys
2013-08-28go.crypto/ssh: Use net.UnixConn for connecting client and sshd.Han-Wen Nienhuys
2013-06-21go.crypto/ssh: add hook for host key checking.Han-Wen Nienhuys
2013-06-18go.crypto/ssh/test: Run sshd with -e, so the debug output goes onto stderr.Han-Wen Nienhuys
2013-06-05go.crypto/ssh: fix race on mock ssh network connectionDave Cheney
2013-04-26go.crypto/ssh: More error reporting improvements.David Symonds
2013-04-23go.crypto/ssh/test: Replace FailNow with Fail where it is obvious that the te...David Symonds
2013-04-17go.crypto/ssh/test: Fix distracting nil pointer dereference in a test.David Symonds
2013-04-17go.crypto/ssh/test: improve diagnostics for test failing to get username.David Symonds
2013-04-07go.crypto/ssh/test: wait on sshd process in testsAlbert Strasheim
2012-12-14go.crypto/ssh/test: move some variables into common os source file to fix win...Alex Brainman
2012-11-12go.crypto/ssh: make tests work on non-cgo platforms.Joel Sing
2012-11-08go.crypto/ssh/test: don't kill process if it was never startedIan Lance Taylor
2012-10-30go.crypto/ssh: never negotiate unsupported ciphersDave Cheney
2012-10-05go.crypto/ssh: new test subpackageDave Cheney