Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(86)

Issue 23583018: Check configuration for networks without UIData (Closed)

Created:
7 years, 3 months ago by stevenjb
Modified:
7 years, 3 months ago
CC:
chromium-reviews, gauravsh+watch_chromium.org, gspencer+watch_chromium.org, stevenjb+watch_chromium.org, oshima+watch_chromium.org
Visibility:
Public.

Description

Check configuration for networks without UIData This avoids a doomed connect attempt for unconfigured networks. BUG=280242 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221487

Patch Set 1 #

Patch Set 2 : . #

Total comments: 4

Patch Set 3 : Move IsCertificateConfigured logic to client_cert_util #

Patch Set 4 : . #

Total comments: 15

Patch Set 5 : Address nit #

Patch Set 6 : Rebase #

Patch Set 7 : Always return 'false' for VPN in IsCertificateConfigured. #

Total comments: 2

Patch Set 8 : Fix comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -0 lines) Patch
M chromeos/network/client_cert_util.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M chromeos/network/client_cert_util.cc View 1 2 3 4 5 6 7 2 chunks +37 lines, -0 lines 0 comments Download
M chromeos/network/network_connection_handler.cc View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
stevenjb
I think this broke in one of the many re-factorings.
7 years, 3 months ago (2013-08-29 19:37:55 UTC) #1
pneubeck (no reviews)
lgtm except comment. https://codereview.chromium.org/23583018/diff/3001/chromeos/network/network_connection_handler.cc File chromeos/network/network_connection_handler.cc (right): https://codereview.chromium.org/23583018/diff/3001/chromeos/network/network_connection_handler.cc#newcode476 chromeos/network/network_connection_handler.cc:476: if (client_cert_type == client_cert::CONFIG_TYPE_OPENVPN) { How ...
7 years, 3 months ago (2013-08-30 11:04:08 UTC) #2
stevenjb
PTAL https://codereview.chromium.org/23583018/diff/3001/chromeos/network/network_connection_handler.cc File chromeos/network/network_connection_handler.cc (right): https://codereview.chromium.org/23583018/diff/3001/chromeos/network/network_connection_handler.cc#newcode476 chromeos/network/network_connection_handler.cc:476: if (client_cert_type == client_cert::CONFIG_TYPE_OPENVPN) { On 2013/08/30 11:04:08, ...
7 years, 3 months ago (2013-08-30 17:01:21 UTC) #3
pneubeck (no reviews)
https://codereview.chromium.org/23583018/diff/12001/chromeos/network/client_cert_util.cc File chromeos/network/client_cert_util.cc (right): https://codereview.chromium.org/23583018/diff/12001/chromeos/network/client_cert_util.cc#newcode263 chromeos/network/client_cert_util.cc:263: *provider_properties, flimflam::kOpenVPNUserProperty); I'm find it irritating that here Username ...
7 years, 3 months ago (2013-08-31 05:31:29 UTC) #4
stevenjb
https://codereview.chromium.org/23583018/diff/12001/chromeos/network/client_cert_util.cc File chromeos/network/client_cert_util.cc (right): https://codereview.chromium.org/23583018/diff/12001/chromeos/network/client_cert_util.cc#newcode263 chromeos/network/client_cert_util.cc:263: *provider_properties, flimflam::kOpenVPNUserProperty); On 2013/08/31 05:31:30, pneubeck wrote: > I'm ...
7 years, 3 months ago (2013-09-03 22:33:05 UTC) #5
pneubeck (no reviews)
Overall I have the impression that we can at most give the user a hint ...
7 years, 3 months ago (2013-09-04 08:40:00 UTC) #6
stevenjb
https://codereview.chromium.org/23583018/diff/12001/chromeos/network/client_cert_util.cc File chromeos/network/client_cert_util.cc (right): https://codereview.chromium.org/23583018/diff/12001/chromeos/network/client_cert_util.cc#newcode271 chromeos/network/client_cert_util.cc:271: std::string username = GetStringFromDictionary( On 2013/09/04 08:40:00, pneubeck wrote: ...
7 years, 3 months ago (2013-09-04 17:58:13 UTC) #7
pneubeck (no reviews)
Thanks for clarifying. I thought (again) at first that this check is interrupting any connection ...
7 years, 3 months ago (2013-09-05 07:45:03 UTC) #8
pneubeck (no reviews)
lgtm
7 years, 3 months ago (2013-09-05 07:45:09 UTC) #9
stevenjb
https://codereview.chromium.org/23583018/diff/27001/chromeos/network/client_cert_util.cc File chromeos/network/client_cert_util.cc (right): https://codereview.chromium.org/23583018/diff/27001/chromeos/network/client_cert_util.cc#newcode258 chromeos/network/client_cert_util.cc:258: // OpenVPN generally requires a passphrase and we don't ...
7 years, 3 months ago (2013-09-05 16:29:34 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/23583018/36001
7 years, 3 months ago (2013-09-05 16:30:47 UTC) #11
commit-bot: I haz the power
7 years, 3 months ago (2013-09-05 19:07:49 UTC) #12
Message was sent while issue was closed.
Change committed as 221487

Powered by Google App Engine
This is Rietveld 408576698