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

Issue 6546051: code review 6546051: go.crypto/ssh: use new error message type when authenti...

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

Description

go.crypto/ssh: use new error message type when authentication fails. Fixes issue 3995.

Patch Set 1 #

Patch Set 2 : diff -r ad8a96e038bb http://code.google.com/p/go.crypto #

Patch Set 3 : diff -r ad8a96e038bb http://code.google.com/p/go.crypto #

Total comments: 1

Patch Set 4 : diff -r ad8a96e038bb http://code.google.com/p/go.crypto #

Patch Set 5 : diff -r ad8a96e038bb http://code.google.com/p/go.crypto #

Patch Set 6 : diff -r ad8a96e038bb http://code.google.com/p/go.crypto #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -0 lines) Patch
M ssh/common.go View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M ssh/server.go View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 13
kardia
Hello agl@golang.org, dave@cheney.net (cc: golang-dev@googlegroups.com), I'd like you to review this change to http://code.google.com/p/go.crypto
11 years, 7 months ago (2012-09-20 20:50:57 UTC) #1
agl1
LGTM https://codereview.appspot.com/6546051/diff/3/ssh/common.go File ssh/common.go (right): https://codereview.appspot.com/6546051/diff/3/ssh/common.go#newcode92 ssh/common.go:92: // AuthenticationFailedError results when a client disconnects rather ...
11 years, 7 months ago (2012-09-20 20:57:46 UTC) #2
kardia
Hello agl@golang.org, dave@cheney.net (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 7 months ago (2012-09-20 21:14:07 UTC) #3
agl1
LGTM
11 years, 7 months ago (2012-09-21 12:55:41 UTC) #4
dave_cheney.net
On 2012/09/21 12:55:41, agl1 wrote: > LGTM NOT LGTM. var AuthenticationFailedError = errors.New("ssh: authentication failed")
11 years, 7 months ago (2012-09-21 12:57:15 UTC) #5
kardia
Hello agl@golang.org, dave@cheney.net (cc: golang-dev@googlegroups.com), Please take another look.
11 years, 7 months ago (2012-09-21 15:42:33 UTC) #6
dave_cheney.net
On 2012/09/21 15:42:33, kardia wrote: > Hello mailto:agl@golang.org, mailto:dave@cheney.net (cc: mailto:golang-dev@googlegroups.com), > > Please take ...
11 years, 7 months ago (2012-09-21 15:49:32 UTC) #7
kardia
On 2012/09/21 15:49:32, dfc wrote: > On 2012/09/21 15:42:33, kardia wrote: > > Hello mailto:agl@golang.org, ...
11 years, 7 months ago (2012-09-21 16:45:27 UTC) #8
dave_cheney.net
> I have tested this against other ssh clients, and this is the practical behavior ...
11 years, 7 months ago (2012-09-22 11:57:27 UTC) #9
kardia
On Sat, Sep 22, 2012 at 4:57 AM, <dave@cheney.net> wrote: >> I have tested this ...
11 years, 7 months ago (2012-09-22 14:54:48 UTC) #10
dave_cheney.net
It is very probable that I don't understand the problem. Maybe if you proposed a ...
11 years, 7 months ago (2012-09-23 00:58:02 UTC) #11
dave_cheney.net
Hello, I would like to apologise for my previous comments on this issue. At best ...
11 years, 7 months ago (2012-10-03 11:06:23 UTC) #12
kardia
11 years, 6 months ago (2012-10-04 06:36:03 UTC) #13
Thanks Dave,

I think we did cross wires, but your questioning was ultimately useful. Although
I think this change by itself is incrementally fine, it feels like the proper
solution might be a bit deeper then what is here right now. Still thinking,
probably be back in a day or so.

 
On 2012/10/03 11:06:23, dfc wrote:
> Hello,
> 
> I would like to apologise for my previous comments on this issue. At best I
> don't understand the problem as stated so I am in a poor position to judge the
> proposed solution.
> 
> I think that it is appropriate that I recuse myself, and leave agl to have the
> final decision on this proposal.
> 
> Cheers
> 
> Dave
Sign in to reply to this message.

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