summaryrefslogtreecommitdiffstats
path: root/chromeos/network
Commit message (Expand)AuthorAgeFilesLines
* Identify and repair ONC files with duplicate GUIDs.kaliamoorthi@chromium.org2014-02-183-0/+47
* Implement networkingPrivate.setWifiTDLSEnabledStatestevenjb@chromium.org2014-02-157-18/+294
* Check configuration for L2TP/IPsec+certificate VPN network with UIData.benchan@chromium.org2014-02-142-4/+15
* Skip checking certificate properties for L2TP/IPsec VPN using pre-shared key.benchan@chromium.org2014-02-131-6/+27
* Add certificates not loaded NET_LOG_EVENT.stevenjb@chromium.org2014-02-121-0/+1
* Use per-user nssdb in onc certificate importertbarzic@chromium.org2014-02-083-73/+105
* Make NSSCertDatabase::ListCerts async and use the worker pool for actual cert...tbarzic@chromium.org2014-02-064-4/+5
* Use shill::kErrorResult* constants.benchan@chromium.org2014-02-051-13/+5
* Cleanup: Remove std::string("") usage and fix lint errors.thestig@chromium.org2014-01-301-1/+1
* Fix a leak in client_cert_resolvertbarzic@chromium.org2014-01-292-6/+9
* Use user specific NSSDatabase in CertLoader.tbarzic@chromium.org2014-01-287-93/+202
* Fix a crash when a queued connection request is processed on cert loadtbarzic@chromium.org2014-01-241-3/+9
* Split chromeos::CertLoadertbarzic@chromium.org2014-01-215-5/+22
* Accept L2TP Xauth parameters in ONCpstew@chromium.org2014-01-214-1/+28
* Fix NetworkSMSHandler to use DBus service name instead of connection.benchan@chromium.org2014-01-161-30/+27
* Fix updating network lists after removal of policy from a network.pneubeck@chromium.org2014-01-155-14/+60
* policy: Extract data roaming policy from DeviceSettingsProvider.pneubeck@chromium.org2013-12-267-39/+374
* Update uses of UTF conversions in chrome_frame/, chromeos/, components/ to us...avi@chromium.org2013-12-251-1/+1
* Update uses of Value in chromeos/, cloud_print/, components/, content/ to use...avi@chromium.org2013-12-2310-50/+53
* Add base:: namespace to string16s in chromeos/.dbeam@chromium.org2013-12-192-2/+2
* Separate NetworkDeviceHandler interface from its implementation.pneubeck@chromium.org2013-12-197-302/+419
* ONC: Allow multiple CA certificates.pneubeck@chromium.org2013-12-164-21/+120
* ONC: Reject ServerCARef in IPsec if PSK is used.pneubeck@chromium.org2013-12-162-42/+55
* ONC: Some trivial cleanup in the Validator.pneubeck@chromium.org2013-12-132-143/+69
* Add NetworkStateHandler::GetDeviceListByType.pneubeck@chromium.org2013-12-133-3/+14
* Format network hardware address in settings pagestevenjb@chromium.org2013-12-124-22/+19
* Fix client certificate sorting order for network configuration.pneubeck@chromium.org2013-12-121-1/+1
* Cleanup the NetworkDeviceHandler tests.pneubeck@chromium.org2013-12-113-186/+67
* Network related DefaultProfile changesstevenjb@chromium.org2013-12-111-2/+2
* Don't remove service object proxy for '/'stevenjb@chromium.org2013-12-041-3/+3
* Move DBusClient stub implementations into separate files.pneubeck@chromium.org2013-12-031-1/+1
* ShillPropertyHandler: Don't prevent multiple property requests for devices.armansito@chromium.org2013-11-211-1/+6
* ONC policy: Support SSID and Security change.pneubeck@chromium.org2013-11-154-27/+50
* ONC: Replace & by && and | by || in the Validator.pneubeck@chromium.org2013-11-141-91/+89
* ONC: Add orphaned ONC test cases to Validator unittest.pneubeck@chromium.org2013-11-131-36/+52
* ChromeOS: Add more host verification options for OpenVpn.pneubeck@chromium.org2013-11-127-2/+55
* Fixes for -Wunused-function on Linux, Android and ChromeOShans@chromium.org2013-11-121-6/+0
* ChromeOS: Remove MockDBusThreadManager.pneubeck@chromium.org2013-11-102-81/+91
* Get device by type for Hardware Addressstevenjb@chromium.org2013-11-061-3/+5
* Fix crash when importing an Ethernet config on about://net-internals.pneubeck@chromium.org2013-10-311-0/+7
* crypto/nss_util: Get TPM slot id, do lookup by id instead of by name.mattm@chromium.org2013-10-252-10/+14
* Cleanup error handling in network handlers.pneubeck@chromium.org2013-10-225-111/+76
* Enforce autoconnect policy in the network dialogs.pneubeck@chromium.org2013-10-224-0/+19
* Autoconnect policy for CrOS.pneubeck@chromium.org2013-10-2115-111/+316
* linux and chromeos: Turn on -Wunused-const-variable.thakis@chromium.org2013-10-192-5/+0
* Remove GetEAPForEthernet error messages from tests.pneubeck@chromium.org2013-10-151-2/+2
* onc: Handle translation of Cellular.APNList property.armansito@chromium.org2013-10-152-1/+52
* Consistently use HexSSID instead of SSID in Chrome.pneubeck@chromium.org2013-10-147-94/+147
* This removes me from the OWNERS files for which I was a membergspencer@chromium.org2013-10-111-1/+0
* Check and set Profile before connecting to a networkstevenjb@chromium.org2013-10-101-2/+34