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

Issue 14438068: code review 14438068: go.crypto/ssh: (un)marshal data without type byte prefix. (Closed)

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

Description

go.crypto/ssh: (un)marshal data without type byte prefix. This helps manipulating data in global and channel request payloads.

Patch Set 1 #

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

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

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

Total comments: 8

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

Total comments: 2

Patch Set 6 : diff -r 04f39b6a609b https://code.google.com/p/go.crypto #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -9 lines) Patch
M ssh/messages.go View 1 2 3 4 5 2 chunks +15 lines, -9 lines 0 comments Download
M ssh/messages_test.go View 1 2 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 9
hanwen-google
Hello agl1, dfc, jpsugar@google.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.crypto
10 years, 6 months ago (2013-10-14 20:46:11 UTC) #1
jpsugar
LGTM
10 years, 6 months ago (2013-10-14 20:48:33 UTC) #2
agl1
https://codereview.appspot.com/14438068/diff/7001/ssh/messages.go File ssh/messages.go (right): https://codereview.appspot.com/14438068/diff/7001/ssh/messages.go#newcode231 ssh/messages.go:231: // reflection. expectedType, if positive, is the expected SSH ...
10 years, 6 months ago (2013-10-14 20:52:20 UTC) #3
hanwen-google
https://codereview.appspot.com/14438068/diff/7001/ssh/messages.go File ssh/messages.go (right): https://codereview.appspot.com/14438068/diff/7001/ssh/messages.go#newcode231 ssh/messages.go:231: // reflection. expectedType, if positive, is the expected SSH ...
10 years, 6 months ago (2013-10-14 21:16:24 UTC) #4
dfc
LGTM. https://codereview.appspot.com/14438068/diff/11001/ssh/messages.go File ssh/messages.go (right): https://codereview.appspot.com/14438068/diff/11001/ssh/messages.go#newcode232 ssh/messages.go:232: // type that the packet should start with. ...
10 years, 6 months ago (2013-10-15 04:00:00 UTC) #5
hanwen-google
https://codereview.appspot.com/14438068/diff/11001/ssh/messages.go File ssh/messages.go (right): https://codereview.appspot.com/14438068/diff/11001/ssh/messages.go#newcode232 ssh/messages.go:232: // type that the packet should start with. It ...
10 years, 6 months ago (2013-10-15 05:14:58 UTC) #6
dfc
Thanks, submitting. On Tue, Oct 15, 2013 at 4:14 PM, <hanwen@google.com> wrote: > > https://codereview.appspot.com/14438068/diff/11001/ssh/messages.go ...
10 years, 6 months ago (2013-10-15 05:17:35 UTC) #7
dfc
*** Submitted as https://code.google.com/p/go/source/detail?r=ef3d7138b0b5&repo=crypto *** go.crypto/ssh: (un)marshal data without type byte prefix. This helps manipulating ...
10 years, 6 months ago (2013-10-15 05:20:06 UTC) #8
hanwen-google
10 years, 6 months ago (2013-10-15 14:42:58 UTC) #9
*** Abandoned ***
Sign in to reply to this message.

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