summaryrefslogtreecommitdiffstats
path: root/chromeos/network/onc
Commit message (Expand)AuthorAgeFilesLines
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-222-2/+2
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-1/+1
* Add ONC property for EAP-GTC authenticationpstew2015-05-122-1/+4
* Add an ONC property for proactive key caching with documentation.mattwein2015-04-242-0/+3
* Rename USE_NSS to USE_NSS_CERTS.davidben2015-04-171-2/+2
* Add an ONC property for setting per-network roam thresholdsamueltan2015-04-162-0/+2
* Use networkingPrivate.startConnect (Take 2)stevenjb2015-04-164-22/+48
* Revert of Use networkingPrivate.startConnect (patchset #12 id:240001 of https...mpearson2015-04-144-48/+22
* Use networkingPrivate.startConnectstevenjb2015-04-144-22/+48
* Implement networkingPrivate.getDeviceStatesstevenjb2015-04-101-1/+1
* Replace Settings cellular carrier and activation with networkingPrivatestevenjb2015-04-094-0/+26
* Add an ONC property for disabling LCP echopstew2015-04-062-6/+8
* Call Device.SetCarrier when the ONC Carrier property is specified.stevenjb2015-03-312-3/+3
* Add NetworkTechnology types to ONCstevenjb2015-03-263-1/+21
* Format ONC translation filesstevenjb2015-03-265-573/+565
* Cleanup onc_utils.cc to current style.pneubeck2015-03-241-64/+57
* Fix a case of writing an empty HexSSID to Shill.pneubeck2015-03-231-7/+12
* Add an ONC property for the third-party VPN provider extension IDbartfab2015-03-189-13/+82
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-051-3/+3
* Add WiMAX to ONC validation liststevenjb2015-02-264-4/+22
* Better support for Cellular roaming state in ONCstevenjb2015-02-253-20/+25
* Remove duplicate includes from chromeos/pneubeck2015-02-252-3/+0
* Add SignalStrength to Cellular ONCstevenjb2015-02-122-0/+2
* Introduce NetworkState::is_captive_portal()stevenjb2015-01-271-2/+2
* Elim device log spam when translating ONCstevenjb2015-01-231-1/+1
* Update {virtual,override,final} to follow C++11 style in chromeos/network.dcheng2015-01-208-47/+41
* Provide GUID in ONC for all networks in ManagedNetworkConfigurationHandlerstevenjb2015-01-151-9/+11
* Fix ONC logic errorstevenjb2015-01-131-2/+3
* ONC: Use HexSSID instead of SSID.pneubeck2015-01-138-45/+74
* chromeos networking: move from security to securityclass propertyquiche2015-01-094-9/+5
* Use setProperties for IP Config.stevenjb2015-01-081-4/+6
* ONC: Add IPAddressConfigType and NameServersConfigTypestevenjb2015-01-078-4/+91
* ONC: Remove the top level fields NameServers and SearchDomains.pneubeck2015-01-053-15/+4
* ONC: add support for non-utf-8 SSIDscschuet2014-12-049-4/+154
* Reland: Change to Shill's IPConfig objects.stevenjb2014-12-034-68/+37
* Shill to ONC translation for thirdpartyvpnkaliamoorthi2014-12-022-2/+4
* Revert of Change to Shill's IPConfig objects. (patchset #1 id:1 of https://co...pfeldman2014-12-024-37/+68
* Change to Shill's IPConfig objects.pneubeck2014-12-024-68/+37
* Add 'setProperties' to InternetOptionsHandlerstevenjb2014-11-191-3/+4
* Fix comment in ONCTranslator from ONC to Shill.pneubeck2014-11-181-4/+4
* ONC: Don't consider missing fields a warning if explicitly requested.pneubeck2014-11-143-135/+195
* Don't crash on empty network type.pneubeck2014-11-142-13/+12
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-161-2/+2
* Add OpenVPN OTP and UserAuthenticationType fields to ONC.pneubeck2014-10-076-36/+101
* Allow option to disable link monitor for WiFi networkzqiu2014-10-073-0/+17
* replace OVERRIDE and FINAL with override and final in chromeos/mostynb2014-10-067-15/+15
* Make ONCCertificateImporter async.pneubeck2014-09-246-217/+234
* Translate Wimax from Shill -> ONC, fix JS Wimax strings.stevenjb2014-09-192-0/+13
* Revert of Make ONCCertificateImporter async. (patchset #1 id:1 of https://cod...eugenis2014-09-196-234/+217