crypto/ssh
Michael Cook b8fe1690c6 all: fix ineffectual assignments
audited using ineffassign tool from
github.com/gordonklaus/ineffassign
go generate does not generate any changes

Change-Id: Iabbec9ec1aae39081289d503d79fd7b4caadf17b
GitHub-Last-Rev: acd17cce41
GitHub-Pull-Request: golang/crypto#70
Reviewed-on: https://go-review.googlesource.com/c/155942
Reviewed-by: Filippo Valsorda <filippo@golang.org>
2019-01-31 18:25:04 +00:00
..
agent all: fix ineffectual assignments 2019-01-31 18:25:04 +00:00
knownhosts crypto/ssh/knownhosts: fix out-of-date documentation for checkAddr 2019-01-23 08:56:48 +00:00
terminal ssh/terminal: support ^N and ^P 2019-01-28 19:33:16 +00:00
test ssh/test: skip tests if run as root 2018-04-26 11:53:54 +00:00
testdata ssh/testdata: correct typo 2018-10-15 02:39:09 +00:00
benchmark_test.go all: fix ineffectual assignments 2019-01-31 18:25:04 +00:00
buffer.go ssh: remove unused buffer.eof return value 2017-09-25 11:19:01 +00:00
buffer_test.go go.crypto/ssh: import gosshnew. 2014-04-09 13:57:52 -07:00
certs.go ssh: support SSH agent signature flags and custom extensions 2018-10-29 10:30:14 +00:00
certs_test.go ssh: accept ed25519 certs 2017-12-18 18:48:59 +00:00
channel.go all: fix errors reported by vet, golint 2017-11-28 17:48:09 +00:00
cipher.go ssh: fix copy and paste error 2018-05-01 15:52:21 +00:00
cipher_test.go ssh: remove redundant code 2018-01-22 08:55:56 +00:00
client.go all: fix typos 2018-10-29 02:12:03 +00:00
client_auth.go ssh: fix support for partial success authentication responses in client 2018-02-08 15:07:01 +00:00
client_auth_test.go ssh: return specific error for invalid signature algorithm 2018-11-06 17:15:34 +00:00
client_test.go ssh: fix protocol version exchange (for multi-line) 2018-01-11 10:11:23 +00:00
common.go ssh: use io.ReadFull() for reading chacha20-poly1305 packets. 2018-01-22 21:37:07 +00:00
connection.go ssh: fixing a small typo in connection.go 2017-05-31 07:46:08 +00:00
doc.go ssh: require host key checking in the ClientConfig 2017-03-30 15:57:35 +00:00
example_test.go ssh: clarify intended use of Permissions. 2017-06-19 17:21:03 +00:00
handshake.go ssh: add support for banners 2017-11-13 21:34:09 +00:00
handshake_test.go crypto/ssh: fix tests on Go 1.7 on OpenBSD and Windows 2017-05-03 14:53:58 +00:00
kex.go all: fix errors reported by vet, golint 2017-11-28 17:48:09 +00:00
kex_test.go x/crypto/ssh: close memPipe after running kex test. 2015-08-17 22:17:06 +00:00
keys.go ssh: support SSH agent signature flags and custom extensions 2018-10-29 10:30:14 +00:00
keys_test.go ssh: support SSH agent signature flags and custom extensions 2018-10-29 10:30:14 +00:00
mac.go ssh: Add the hmac-sha2-256-etm@openssh.com algorithm 2017-02-08 15:25:40 +00:00
mempipe_test.go ssh: fix spelling of test so that it runs 2015-07-15 23:39:58 +00:00
messages.go all: fix errors reported by vet, golint 2017-11-28 17:48:09 +00:00
messages_test.go x/crypto/ssh: support more keytypes in the agent. 2016-04-25 17:01:51 +00:00
mux.go all: fix errors reported by vet, golint 2017-11-28 17:48:09 +00:00
mux_test.go all: fix typos 2018-10-29 02:12:03 +00:00
server.go ssh: return specific error for invalid signature algorithm 2018-11-06 17:15:34 +00:00
session.go all: run gofmt -s on source code 2017-11-28 19:40:09 +00:00
session_test.go ssh: require host key checking in the ClientConfig 2017-03-30 15:57:35 +00:00
streamlocal.go ssh: also start forward listeners on ListenUnix 2018-05-14 16:50:30 +00:00
tcpip.go ssh: don't start goroutines handling forwarded connections until needed 2018-05-14 11:17:49 +00:00
tcpip_test.go go.crypto/ssh: import gosshnew. 2014-04-09 13:57:52 -07:00
testdata_test.go x/crypto: fix typos 2016-07-06 16:40:51 +00:00
transport.go ssh: cleanup cipher creation logic 2018-01-22 08:56:10 +00:00
transport_test.go ssh: fix protocol version exchange (for multi-line) 2018-01-11 10:11:23 +00:00