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

Issue 6655046: code review 6655046: go.crypto/ssh: add terminal modes to ssh.RequestPty()

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

Description

go.crypto/ssh: add terminal modes to ssh.RequestPty()

Patch Set 1 #

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

Total comments: 6

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

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

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

Total comments: 4

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

Total comments: 1

Patch Set 7 : diff -r 52776d88cc11 https://code.google.com/p/go.crypto #

Patch Set 8 : diff -r 52776d88cc11 https://code.google.com/p/go.crypto #

Unified diffs Side-by-side diffs Delta from patch set Stats (+180 lines, -5 lines) Patch
M ssh/example_test.go View 1 2 3 4 5 1 chunk +36 lines, -0 lines 0 comments Download
M ssh/session.go View 1 2 3 4 5 4 chunks +70 lines, -5 lines 0 comments Download
M ssh/test/session_test.go View 1 2 3 4 5 6 2 chunks +74 lines, -0 lines 0 comments Download

Messages

Total messages: 12
dave_cheney.net
Thank you very much. This looks like a good start. In addition to these comments, ...
11 years, 6 months ago (2012-10-12 05:25:47 UTC) #1
willemvds
https://codereview.appspot.com/6655046/diff/2001/ssh/session.go File ssh/session.go (right): https://codereview.appspot.com/6655046/diff/2001/ssh/session.go#newcode188 ssh/session.go:188: func (s *Session) RequestPty(term string, h, w int, termmodes ...
11 years, 6 months ago (2012-10-12 06:10:56 UTC) #2
dave_cheney.net
https://codereview.appspot.com/6655046/diff/2001/ssh/session.go File ssh/session.go (right): https://codereview.appspot.com/6655046/diff/2001/ssh/session.go#newcode188 ssh/session.go:188: func (s *Session) RequestPty(term string, h, w int, termmodes ...
11 years, 6 months ago (2012-10-12 06:14:23 UTC) #3
willemvds
https://codereview.appspot.com/6655046/diff/2001/ssh/session.go File ssh/session.go (right): https://codereview.appspot.com/6655046/diff/2001/ssh/session.go#newcode188 ssh/session.go:188: func (s *Session) RequestPty(term string, h, w int, termmodes ...
11 years, 6 months ago (2012-10-15 05:45:06 UTC) #4
dave_cheney.net
This is looking very good. One more round should do it. https://codereview.appspot.com/6655046/diff/16001/ssh/example_test.go File ssh/example_test.go (right): ...
11 years, 6 months ago (2012-10-16 23:07:15 UTC) #5
dave_cheney.net
Excellent. I think this is good to go now. Can you please do a hg ...
11 years, 6 months ago (2012-10-18 08:59:05 UTC) #6
willemvds
Hello dave@cheney.net (cc: agl@golang.org, golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.crypto
11 years, 6 months ago (2012-10-18 13:00:17 UTC) #7
agl1
Have you signed the ICLA? http://golang.org/doc/contribute.html#copyright
11 years, 6 months ago (2012-10-18 14:02:59 UTC) #8
willemvds
I thought I already did, but I submitted it again just now to be sure. ...
11 years, 6 months ago (2012-10-18 14:36:48 UTC) #9
dave_cheney.net
*** Submitted as http://code.google.com/p/go/source/detail?r=ffee30e1c207&repo=crypto *** go.crypto/ssh: add terminal modes to ssh.RequestPty() R=dave, agl CC=golang-dev http://codereview.appspot.com/6655046 ...
11 years, 6 months ago (2012-10-21 05:17:02 UTC) #10
dave_cheney.net
Thanks Willem, As it has been several months since we added to the ssh pkg ...
11 years, 6 months ago (2012-10-21 05:18:42 UTC) #11
remyoudompheng
10 years, 9 months ago (2013-07-20 21:23:21 UTC) #12
R=close
Sign in to reply to this message.

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