Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(812)

Issue 86190043: code review 86190043: go.crypto/ssh: import gosshnew. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years ago by agl1
Modified:
10 years ago
Reviewers:
adg, dave, hanwen-google, 0intro
CC:
hanwen-google, golang-codereviews
Visibility:
Public.

Description

go.crypto/ssh: import gosshnew. See https://groups.google.com/d/msg/Golang-nuts/AoVxQ4bB5XQ/i8kpMxdbVlEJ

Patch Set 1 #

Patch Set 2 : diff -r 2990fc550b9f https://code.google.com/p/go.crypto #

Patch Set 3 : diff -r 2990fc550b9f https://code.google.com/p/go.crypto #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7398 lines, -3784 lines) Patch
A ssh/agent/client.go View 1 1 chunk +563 lines, -0 lines 0 comments Download
A ssh/agent/client_test.go View 1 1 chunk +270 lines, -0 lines 0 comments Download
A ssh/agent/forward.go View 1 1 chunk +103 lines, -0 lines 0 comments Download
A ssh/agent/keyring.go View 1 1 chunk +183 lines, -0 lines 0 comments Download
A ssh/agent/server.go View 1 1 chunk +209 lines, -0 lines 0 comments Download
A ssh/agent/server_test.go View 1 1 chunk +77 lines, -0 lines 0 comments Download
A ssh/agent/testdata_test.go View 1 1 chunk +64 lines, -0 lines 0 comments Download
A ssh/benchmark_test.go View 1 1 chunk +122 lines, -0 lines 0 comments Download
M ssh/buffer.go View 1 2 chunks +7 lines, -5 lines 0 comments Download
M ssh/buffer_test.go View 1 3 chunks +9 lines, -9 lines 0 comments Download
M ssh/certs.go View 1 4 chunks +382 lines, -286 lines 0 comments Download
M ssh/certs_test.go View 1 3 chunks +117 lines, -16 lines 0 comments Download
M ssh/channel.go View 1 3 chunks +533 lines, -519 lines 0 comments Download
M ssh/cipher.go View 1 5 chunks +259 lines, -21 lines 0 comments Download
M ssh/cipher_test.go View 1 1 chunk +42 lines, -45 lines 0 comments Download
M ssh/client.go View 1 3 chunks +146 lines, -449 lines 0 comments Download
M ssh/client_auth.go View 1 12 chunks +130 lines, -207 lines 0 comments Download
M ssh/client_auth_test.go View 1 1 chunk +182 lines, -228 lines 0 comments Download
M ssh/client_test.go View 1 3 chunks +6 lines, -1 line 0 comments Download
M ssh/common.go View 1 10 chunks +143 lines, -138 lines 0 comments Download
A ssh/connection.go View 1 1 chunk +144 lines, -0 lines 0 comments Download
M ssh/doc.go View 1 1 chunk +0 lines, -1 line 0 comments Download
M ssh/example_test.go View 1 5 chunks +56 lines, -37 lines 0 comments Download
A ssh/handshake.go View 1 1 chunk +393 lines, -0 lines 0 comments Download
A ssh/handshake_test.go View 1 1 chunk +311 lines, -0 lines 0 comments Download
M ssh/kex.go View 1 11 chunks +12 lines, -12 lines 0 comments Download
M ssh/kex_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M ssh/keys.go View 1 17 chunks +199 lines, -180 lines 0 comments Download
M ssh/keys_test.go View 1 8 chunks +193 lines, -101 lines 0 comments Download
M ssh/mac.go View 1 1 chunk +0 lines, -5 lines 0 comments Download
M ssh/mempipe_test.go View 1 1 chunk +12 lines, -6 lines 0 comments Download
M ssh/messages.go View 1 10 chunks +190 lines, -125 lines 0 comments Download
M ssh/messages_test.go View 1 6 chunks +75 lines, -63 lines 0 comments Download
A ssh/mux.go View 1 1 chunk +352 lines, -0 lines 0 comments Download
A ssh/mux_test.go View 1 1 chunk +483 lines, -0 lines 0 comments Download
M ssh/server.go View 1 8 chunks +242 lines, -452 lines 0 comments Download
M ssh/session.go View 1 11 chunks +145 lines, -166 lines 0 comments Download
M ssh/session_test.go View 1 5 chunks +127 lines, -288 lines 0 comments Download
M ssh/tcpip.go View 1 12 chunks +88 lines, -79 lines 0 comments Download
M ssh/tcpip_test.go View 1 1 chunk +4 lines, -0 lines 0 comments Download
A ssh/terminal/util_windows.go View 1 1 chunk +171 lines, -0 lines 0 comments Download
A ssh/test/agent_unix_test.go View 1 1 chunk +50 lines, -0 lines 0 comments Download
A ssh/test/cert_test.go View 1 1 chunk +47 lines, -0 lines 0 comments Download
M ssh/test/forward_unix_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M ssh/test/session_test.go View 1 6 chunks +138 lines, -6 lines 0 comments Download
M ssh/test/tcpip_test.go View 1 1 chunk +27 lines, -28 lines 0 comments Download
M ssh/test/test_unix_test.go View 1 10 chunks +51 lines, -89 lines 0 comments Download
A ssh/test/testdata_test.go View 1 1 chunk +64 lines, -0 lines 0 comments Download
A ssh/testdata/doc.go View 1 1 chunk +8 lines, -0 lines 0 comments Download
A ssh/testdata/keys.go View 1 1 chunk +43 lines, -0 lines 0 comments Download
A ssh/testdata_test.go View 1 1 chunk +63 lines, -0 lines 0 comments Download
M ssh/transport.go View 1 4 chunks +121 lines, -220 lines 0 comments Download
M ssh/transport_test.go View 1 2 chunks +40 lines, -0 lines 0 comments Download

Messages

Total messages: 18
agl1
FYI: this is an import of gosshnew with the gosshnew paths changed to go.crypto. No ...
10 years ago (2014-04-09 20:56:32 UTC) #1
agl1
Hello hanwen@google.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.crypto
10 years ago (2014-04-09 20:57:50 UTC) #2
agl1
*** Submitted as https://code.google.com/p/go/source/detail?r=c0fc595a2cb5&repo=crypto *** go.crypto/ssh: import gosshnew. See https://groups.google.com/d/msg/Golang-nuts/AoVxQ4bB5XQ/i8kpMxdbVlEJ R=hanwen CC=golang-codereviews https://codereview.appspot.com/86190043
10 years ago (2014-04-09 21:06:06 UTC) #3
dave_cheney.net
Has there been a mistake, this code doesn't compile FAIL code.google.com/p/go.crypto/ssh [build failed] # code.google.com/p/go.crypto/ssh ...
10 years ago (2014-04-09 21:30:41 UTC) #4
agl1
On Wed, Apr 9, 2014 at 2:30 PM, Dave Cheney <dave@cheney.net> wrote: > Has there ...
10 years ago (2014-04-09 21:33:02 UTC) #5
agl1
On Wed, Apr 9, 2014 at 2:32 PM, Adam Langley <agl@golang.org> wrote: > hg didn't ...
10 years ago (2014-04-09 21:39:21 UTC) #6
dave_cheney.net
Thanks! > On 10 Apr 2014, at 7:39, Adam Langley <agl@golang.org> wrote: > >> On ...
10 years ago (2014-04-09 22:20:50 UTC) #7
hanwen-google
LGTM at what changeset of gosshnew did you do the copy? what do you suggest ...
10 years ago (2014-04-10 07:41:51 UTC) #8
agl1
On Thu, Apr 10, 2014 at 12:41 AM, Han-Wen Nienhuys <hanwen@google.com> wrote: > LGTM > ...
10 years ago (2014-04-10 17:01:16 UTC) #9
adg
The go.crypto build has been broken since this was imported, yet work continues on go.crypto/ssh ...
10 years ago (2014-04-15 02:52:29 UTC) #10
agl1
On Mon, Apr 14, 2014 at 7:51 PM, Andrew Gerrand <adg@golang.org> wrote: > The go.crypto ...
10 years ago (2014-04-15 03:50:36 UTC) #11
dave_cheney.net
I noticed, sorry, I should have prioritised fixing this sooner. > On 15 Apr 2014, ...
10 years ago (2014-04-15 03:53:55 UTC) #12
adg
It's also broken on darwin-386/amd64 but for different reasons. On 15 April 2014 13:50, Adam ...
10 years ago (2014-04-15 03:58:17 UTC) #13
hanwen-google
thanks for the heads up, I'll see what I can do. On Tue, Apr 15, ...
10 years ago (2014-04-15 07:45:56 UTC) #14
hanwen-google
On Tue, Apr 15, 2014 at 4:51 AM, Andrew Gerrand <adg@golang.org> wrote: > The go.crypto ...
10 years ago (2014-04-16 11:39:31 UTC) #15
hanwen-google
almost all issues are incompatibilities with the locally installed sshd/ssh-agent. I would really like to ...
10 years ago (2014-04-16 11:41:16 UTC) #16
0intro
> * plan9: > > *** Test killed: ran too long (10m0s). > FAIL code.google.com/p/go.crypto/ssh ...
10 years ago (2014-04-16 14:07:21 UTC) #17
hanwen-google
10 years ago (2014-04-16 16:53:53 UTC) #18
On Wed, Apr 16, 2014 at 4:07 PM, David du Colombier <0intro@gmail.com> wrote:
>> * plan9:
>>
>>   *** Test killed: ran too long (10m0s).
>>   FAIL code.google.com/p/go.crypto/ssh 600.064s
>>
>> looks like some test was hung. Can we have stacktraces or verbose output?
>
> The ssh tests on Plan 9 shouldn't go very far on Plan 9 since sshd is
> not present.
> I'll provide you more information when I'll be back home.

the sshd tests run Skip if sshd is not there.

the test that is hanging is the hermetic tests, which runs a Go client
against a Go server.

-- 
Han-Wen Nienhuys
Google Munich
hanwen@google.com
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b