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

Issue 6130050: code review 6130050: go.crypto/ssh: add support for client side global requests (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by dave
Modified:
11 years, 12 months ago
Reviewers:
CC:
agl1, gpaul, golang-dev
Visibility:
Public.

Description

go.crypto/ssh: add support for client side global requests * Add support for RFC4254 section 4 global requests. * Improve clientConn.Listen to process responses properly.

Patch Set 1 #

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

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

Total comments: 3

Patch Set 4 : diff -r 306e41c8d097 https://code.google.com/p/go.crypto #

Patch Set 5 : diff -r 26239a287fa1 https://code.google.com/p/go.crypto #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -51 lines) Patch
M ssh/client.go View 1 2 4 5 chunks +60 lines, -21 lines 0 comments Download
M ssh/messages.go View 1 2 chunks +12 lines, -2 lines 0 comments Download
M ssh/tcpip.go View 1 2 4 3 chunks +29 lines, -28 lines 0 comments Download

Messages

Total messages: 8
dave_cheney.net
Hello agl@golang.org, gustav.paul@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.crypto
12 years ago (2012-04-29 05:18:47 UTC) #1
dave_cheney.net
http://codereview.appspot.com/6130050/diff/5001/ssh/client.go File ssh/client.go (right): http://codereview.appspot.com/6130050/diff/5001/ssh/client.go#newcode29 ssh/client.go:29: This struct is an experiment in associating a lock ...
12 years ago (2012-04-29 05:21:52 UTC) #2
agl1
LGTM http://codereview.appspot.com/6130050/diff/5001/ssh/client.go File ssh/client.go (right): http://codereview.appspot.com/6130050/diff/5001/ssh/client.go#newcode343 ssh/client.go:343: // in RFC4254 section 4. To correctly synchronise ...
11 years, 12 months ago (2012-04-30 14:31:11 UTC) #3
dave_cheney.net
Hello agl@golang.org, gustav.paul@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.crypto
11 years, 12 months ago (2012-04-30 22:04:25 UTC) #4
dave_cheney.net
Thank you for your review. It should be possible to pipeline these messages in the ...
11 years, 12 months ago (2012-04-30 22:07:56 UTC) #5
agl1
LGTM
11 years, 12 months ago (2012-04-30 22:11:31 UTC) #6
dave_cheney.net
Thank you. If there are no more comments, I'll submit this later today.
11 years, 12 months ago (2012-04-30 22:12:30 UTC) #7
dave_cheney.net
11 years, 12 months ago (2012-05-01 05:44:08 UTC) #8
*** Submitted as
http://code.google.com/p/go/source/detail?r=71651a57184a&repo=crypto ***

go.crypto/ssh: add support for client side global requests

* Add support for RFC4254 section 4 global requests.
* Improve clientConn.Listen to process responses properly.

R=agl, gustav.paul
CC=golang-dev
http://codereview.appspot.com/6130050
Sign in to reply to this message.

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