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

Issue 37730043: code review 37730043: gosshnew/ssh: introduce ssh.Conn, representing the conn... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 4 months ago by hanwen-google
Modified:
10 years, 4 months ago
Reviewers:
agl
CC:
agl1, dave_cheney.net, jpsugar, agl, golang-dev, hanwen-google
Visibility:
Public.

Description

gosshnew/ssh: introduce ssh.Conn, representing the connection protocol. This adds NewServerConn and NewClientConn returning a ssh.Conn.

Patch Set 1 #

Patch Set 2 : diff -r 1dcfc5a393ce https://hanwen%40google.com@code.google.com/p/gosshnew/ #

Patch Set 3 : diff -r df47a60efacc https://hanwen%40google.com@code.google.com/p/gosshnew/ #

Patch Set 4 : diff -r df47a60efacc https://hanwen%40google.com@code.google.com/p/gosshnew/ #

Patch Set 5 : diff -r 942c8ef80f38 https://hanwen%40google.com@code.google.com/p/gosshnew/ #

Patch Set 6 : diff -r 942c8ef80f38 https://hanwen%40google.com@code.google.com/p/gosshnew/ #

Patch Set 7 : diff -r 90e892abd218 https://hanwen%40google.com@code.google.com/p/gosshnew/ #

Patch Set 8 : diff -r 90e892abd218 https://hanwen%40google.com@code.google.com/p/gosshnew/ #

Patch Set 9 : diff -r 90e892abd218 https://hanwen%40google.com@code.google.com/p/gosshnew/ #

Total comments: 11

Patch Set 10 : diff -r 0e54ece87e2a https://hanwen%40google.com@code.google.com/p/gosshnew/ #

Total comments: 2

Patch Set 11 : diff -r 590002eb8516 https://hanwen%40google.com@code.google.com/p/gosshnew/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+296 lines, -247 lines) Patch
M ssh/benchmark_test.go View 1 2 3 4 5 4 chunks +31 lines, -5 lines 0 comments Download
M ssh/client.go View 1 2 3 4 5 6 7 8 9 10 7 chunks +44 lines, -45 lines 0 comments Download
M ssh/client_auth.go View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M ssh/client_auth_test.go View 1 2 3 4 1 chunk +1 line, -2 lines 0 comments Download
M ssh/client_test.go View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M ssh/common.go View 1 2 3 4 5 6 7 8 9 10 2 chunks +0 lines, -67 lines 0 comments Download
M ssh/common_test.go View 1 2 3 4 5 6 7 8 9 10 2 chunks +0 lines, -31 lines 0 comments Download
A ssh/connection.go View 1 2 3 4 5 6 7 8 9 1 chunk +140 lines, -0 lines 0 comments Download
M ssh/example_test.go View 1 2 3 4 2 chunks +5 lines, -4 lines 0 comments Download
M ssh/mux.go View 1 2 3 4 5 6 3 chunks +8 lines, -16 lines 0 comments Download
M ssh/mux_test.go View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M ssh/server.go View 1 2 3 4 5 6 7 8 9 11 chunks +32 lines, -49 lines 0 comments Download
M ssh/session.go View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -3 lines 0 comments Download
M ssh/session_test.go View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -2 lines 0 comments Download
M ssh/tcpip.go View 1 2 3 4 5 6 7 8 9 10 9 chunks +12 lines, -12 lines 0 comments Download
M ssh/test/test_unix_test.go View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 8
hanwen-google
Hello agl1, dave@cheney.net, jpsugar@google.com (cc: agl@golang.org, dave@cheney.net, golang-dev@googlegroups.com, hanwen@google.com, jpsugar@google.com), I'd like you to review ...
10 years, 4 months ago (2013-12-10 10:19:39 UTC) #1
agl
https://codereview.appspot.com/37730043/diff/160001/ssh/client.go File ssh/client.go (right): https://codereview.appspot.com/37730043/diff/160001/ssh/client.go#newcode34 ssh/client.go:34: // Client returns a new SSH client connection using ...
10 years, 4 months ago (2013-12-11 20:52:47 UTC) #2
hanwen-google
https://codereview.appspot.com/37730043/diff/160001/ssh/client.go File ssh/client.go (right): https://codereview.appspot.com/37730043/diff/160001/ssh/client.go#newcode34 ssh/client.go:34: // Client returns a new SSH client connection using ...
10 years, 4 months ago (2013-12-12 10:38:19 UTC) #3
hanwen-google
https://codereview.appspot.com/37730043/diff/180001/ssh/connection.go File ssh/connection.go (right): https://codereview.appspot.com/37730043/diff/180001/ssh/connection.go#newcode72 ssh/connection.go:72: // Disconnect any opinion on these?
10 years, 4 months ago (2013-12-12 11:19:03 UTC) #4
agl1
https://codereview.appspot.com/37730043/diff/160001/ssh/client.go File ssh/client.go (right): https://codereview.appspot.com/37730043/diff/160001/ssh/client.go#newcode34 ssh/client.go:34: // Client returns a new SSH client connection using ...
10 years, 4 months ago (2013-12-12 16:18:01 UTC) #5
hanwen-google
Google Germany GmbH - ABC-Str. 19 - 20354 Hamburg Registergericht und -nummer: Hamburg, HRB 86891 ...
10 years, 4 months ago (2013-12-12 16:21:36 UTC) #6
agl
Not sure if you intended to do it in a separate CL but LGTM for ...
10 years, 4 months ago (2013-12-12 16:23:08 UTC) #7
hanwen-google
10 years, 4 months ago (2013-12-12 20:48:59 UTC) #8
*** Submitted as https://code.google.com/p/gosshnew/source/detail?r=be9d186b49f4
***

gosshnew/ssh: introduce ssh.Conn, representing the connection protocol.

This adds NewServerConn and NewClientConn returning a ssh.Conn.

R=agl, dave, jpsugar, agl
CC=agl, dave, golang-dev, hanwen, jpsugar
https://codereview.appspot.com/37730043
Sign in to reply to this message.

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