summaryrefslogtreecommitdiff
path: root/src/settings/plugins/ifcfg-rh/tests/test-ifcfg-rh.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-04all: move "src/" directory to "src/core/"Thomas Haller1-11857/+0
2021-01-15libnm,shared: move nm-ethtool helper to "libnm-base"Thomas Haller1-1/+2
2021-01-15libnm: split ethtool option names to a new header "libnm-core/nm-ethtool-util...Thomas Haller1-1/+1
2021-01-05all: update deprecated SPDX license identifiersThomas Haller1-1/+1
2020-12-22wifi: merge branch 'ac/wpa3eap_suiteb192'Antonio Cardace1-0/+30
2020-12-22wifi: add WPA-EAP-SUITE-B-192 supportAntonio Cardace1-0/+30
2020-12-22all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller1-0/+2
2020-09-29all: unify comment style for SPDX-License-Identifier tagThomas Haller1-1/+1
2020-09-28format: replace tabs for indentation in code commentsThomas Haller1-72/+72
2020-09-28all: reformat all with new clang-format styleAntonio Cardace1-8916/+9954
2020-07-09shared: merge nm-glib-aux/nm-json.[hc] into nm-json-aux.[hc]Thomas Haller1-1/+1
2020-07-09libnm: always build libnm with JSON validationThomas Haller1-1/+2
2020-07-07all: fix minor typosYuri Chornoivan1-2/+2
2020-07-01all: add ap-isolation property to wifi settingBeniamino Galvani1-0/+49
2020-06-16platform: add support for local routesAntonio Cardace1-2/+16
2020-05-28ifcfg-rh: support persisting 802-1x.pin and pin-flags propertyThomas Haller1-0/+3
2020-05-20ifcfg-rh: add support for ethtool ring settingsAntonio Cardace1-16/+29
2020-05-13ifcfg-rh: add support for ethtool coalesce settingsAntonio Cardace1-7/+5
2020-05-06ifcfg-rh: support new match filtersAdrian Freihofer1-0/+3
2020-04-01ifcfg-rh/tests: add unit test for reading DEVTIMEOUT (connection.wait-device-...Thomas Haller1-0/+4
2020-03-06ifcfg-rh/tests: add test for consistency of ethtool ifcfg namesThomas Haller1-0/+57
2020-01-28all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller1-1/+1
2020-01-16ifcfg-rh/tests: add test for utils_has_route_file_new_syntax()Thomas Haller1-0/+37
2019-12-21ifcfg-rh: add functions to detect well-known ifcfg-rh keysThomas Haller1-18/+82
2019-12-05settings/ifcfg: add support for KEY_MGMT=OWEDavid Bauer1-0/+40
2019-11-28ifcfg-rh: add support for DHCP hostname flagsBeniamino Galvani1-3/+19
2019-11-28all: add support for "scope" attribute for IPv4 routesThomas Haller1-0/+2
2019-11-11all: add ipvX.dhcp-iaid propertiesBeniamino Galvani1-0/+1
2019-10-01all: manually drop code comments with file descriptionThomas Haller1-2/+1
2019-09-10all: SPDX header conversionLubomir Rintel1-14/+1
2019-08-26wifi: support WPA2 ad-hoc (ibss-rsn)Beniamino Galvani1-5/+6
2019-08-26wifi: drop support for wpa-none key-mgmtBeniamino Galvani1-2/+2
2019-08-13all: allow configuring default-routes as manual, static routesThomas Haller1-5/+10
2019-07-25ifcfg-rh: don't allow globbing for unhandled device specsThomas Haller1-1/+1
2019-06-26ifcfg-rh: add allow_filename_cb() argument to write-ifcfg-rh functionThomas Haller1-1/+5
2019-06-11ipv6: add 'disabled' methodBeniamino Galvani1-0/+43
2019-06-11all: drop emacs file variables from source filesThomas Haller1-1/+0
2019-06-11tests/trivial: rename nmtst_get_rand_int() to nmtst_get_rand_uint32()Thomas Haller1-11/+11
2019-05-28ifcfg-rh: use PKCS #12 private key also as client cert in readerBeniamino Galvani1-0/+23
2019-05-23libnm: rework team handling of JSON configThomas Haller1-3/+7
2019-05-23ifcfg-rh: don't check for errors reading team settings in ifcfg-rhThomas Haller1-17/+4
2019-04-18shared: build helper "libnm-libnm-core-{intern|aux}.la" library for libnm-coreThomas Haller1-1/+1
2019-04-18all: support bridge vlan rangesBeniamino Galvani1-7/+7
2019-03-27ifcfg-rh: add support for routing rules as "ROUTING_RULE_#" keysThomas Haller1-0/+96
2019-03-26ifcfg-rh: add bridge vlans supportBeniamino Galvani1-0/+28
2019-03-26all: add vlan-filtering and vlan-default-pvid bridge propertiesBeniamino Galvani1-0/+4
2019-02-12all: replace g_strerror() calls with nm_strerror_native()Thomas Haller1-1/+1
2019-02-12all: cache errno in local variable before using itThomas Haller1-2/+6
2019-02-12all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller1-1/+0
2019-02-05settings/ifcfg: add support for KEY_MGMT=SAELubomir Rintel1-0/+40