summaryrefslogtreecommitdiffstats
path: root/chromeos/network/onc
Commit message (Expand)AuthorAgeFilesLines
* Extract certificate policy application from NetworkLibrary.pneubeck@google.com2013-04-264-19/+149
* Adding policy support to the new network configuration stack.pneubeck@chromium.org2013-04-1910-55/+180
* Rename ONC field Trust to TrustBits.pneubeck@chromium.org2013-04-097-50/+54
* This is a refactoring that moves the list of credential fields of ONC from Ne...pneubeck@chromium.org2013-04-045-1/+90
* Added a PolicyCertVerifier that uses the trust anchors from the ONC policies.joaodasilva@chromium.org2013-04-043-58/+104
* Replace HasNext() by !IsAtEnd() in network related folders.pneubeck@chromium.org2013-04-043-5/+6
* Revert 192102 "Added a PolicyCertVerifier that uses the trust an..."joaodasilva@chromium.org2013-04-033-104/+58
* Added a PolicyCertVerifier that uses the trust anchors from the ONC policies.joaodasilva@chromium.org2013-04-033-58/+104
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-292-6/+6
* Chromium style checker cleanuprsleevi@chromium.org2013-03-151-2/+4
* This adds the setProperties and getState functions to the networking APIgspencer@chromium.org2013-03-141-1/+1
* Moves the mapping between Shill's and ONC's field names out of the ONC signat...pneubeck@chromium.org2013-03-0512-372/+544
* Replacing DictionaryValue::key_iterator by DictionaryValue::Iterator in chrom...pneubeck@chromium.org2013-02-261-4/+4
* A recent change in Shill (https://gerrit.chromium.org/gerrit/#/c/41664/) unco...pneubeck@chromium.org2013-02-251-0/+3
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Disable "using base::FilePath" on Linux since it now compiles.brettw@chromium.org2013-02-171-2/+2
* Add an ONC merge that produces an augmented dictionary.pneubeck@chromium.org2013-02-155-151/+356
* Linux/ChromeOS Chromium style checker cleanup, chromeos edition.rsleevi@chromium.org2013-02-061-1/+1
* Add a check for server and CA certificates in device policies to the ONC vali...pneubeck@chromium.org2013-01-256-94/+100
* Adding a type check for properties with a shill_name in the ONC signature.pneubeck@chromium.org2013-01-247-34/+73
* Adding AutoConnect UI and policy for VPN.pneubeck@chromium.org2013-01-243-0/+3
* Fixing cellular ONC validation and one incorrect namespace.pneubeck@chromium.org2013-01-232-14/+12
* This adds Cellular to the Shill to ONC translation.gspencer@chromium.org2013-01-2313-91/+364
* Explicitly state ignored fields in the ONC spec, update the ONC normalizer an...pneubeck@chromium.org2013-01-152-10/+113
* Updating the ownership of chromeos/network.pneubeck@chromium.org2013-01-151-0/+1
* Replace OncNetworkParser by the new ONC translator.pneubeck@chromium.org2013-01-125-4/+103
* Extending the translation from ONC to Shill.pneubeck@chromium.org2013-01-1112-32/+274
* Adding more ONC validation tests.pneubeck@chromium.org2012-12-171-1/+18
* Rejecting networks/certificates independently on ONC import and policy loading.pneubeck@chromium.org2012-12-171-8/+14
* Rejecting networks/certificates individually from ONC during validation.pneubeck@chromium.org2012-12-174-138/+286
* Extending ONC validator's logging. Completing toplevel validation.pneubeck@chromium.org2012-12-1614-255/+555
* This moves the ONC parsing code into chromeos/network/oncgspencer@chromium.org2012-12-1129-0/+4147