summaryrefslogtreecommitdiff
path: root/src/settings/plugins/ifcfg-rh
AgeCommit message (Expand)AuthorFilesLines
2020-03-06ifcfg-rh: use binary search for converting string to ethtool IDThomas Haller1-31/+87
2020-03-06ifcfg-rh/tests: add test for consistency of ethtool ifcfg namesThomas Haller1-0/+57
2020-02-26ifcfg-rh: use nm_utils_ifname_valid() for validating interface-name in readerThomas Haller1-1/+3
2020-02-19libnm: sort "mode" in nm_setting_bond_get_option() firstThomas Haller1-1/+1
2020-02-17all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace1-1/+1
2020-02-17libnm,cli,ifcfg-rh: add ipv6.ra-timeout configuration optionThomas Haller4-1/+9
2020-02-17ifcfg-rh: belatedly add support for "ipv6.dhcp-timeout" settingThomas Haller4-4/+13
2020-02-17ifcfg-rh: fix potential crash with variadic argument make_ip6_setting()Thomas Haller1-1/+1
2020-02-17ifcfg-rh: inline unnecessary function write_ip6_setting_dhcp_hostname()Thomas Haller1-23/+16
2020-02-11all: use g_ascii_strcasecmp() instead of the locale dependent strcasecmp()Thomas Haller2-16/+16
2020-02-03ifcfg-rh: add missing 'extern' keywordBeniamino Galvani1-1/+1
2020-01-28all: use nm_utils_ipaddr_is_valid() instead of nm_utils_ipaddr_valid()Thomas Haller2-6/+6
2020-01-28all: use _nm_utils_inet4_ntop() instead of nm_utils_inet4_ntop()Thomas Haller2-4/+4
2020-01-16ifcfg-rh: avoid creaing route file twice in make_ip4_setting()Thomas Haller1-16/+17
2020-01-16ifcfg-rh: expose constructor for shvarFile that doesn't read content from fileThomas Haller2-26/+46
2020-01-16ifcfg-rh: split reading file and parsing from read_route_file() functionThomas Haller1-21/+46
2020-01-16ifcfg-rh: split reading file and parsing in utils_has_route_file_new_syntax()...Thomas Haller2-4/+19
2020-01-16ifcfg-rh: don't use GRegex in utils_has_route_file_new_syntax()Thomas Haller1-14/+34
2020-01-16ifcfg-rh/tests: add test for utils_has_route_file_new_syntax()Thomas Haller1-0/+37
2020-01-14ifcfg-rh: add support for VRF slavesBeniamino Galvani4-1/+24
2019-12-21ifcfg-rh: remove calls to svUnsetAll()Thomas Haller1-26/+2
2019-12-21ifcfg-rh: treat base name as numbered tag and fix detection of NETMASKThomas Haller2-21/+37
2019-12-21ifcfg-rh: add index for O(1) access of variables in shvarFileThomas Haller1-49/+88
2019-12-21ifcfg-rh: rename svFindFirstKeyWithPrefix() to svFindFirstNumberedKey() for f...Thomas Haller3-7/+5
2019-12-21ifcfg-rh: remove explicit svUnsetValue() calls and rely on automatic removal ...Thomas Haller1-266/+89
2019-12-21ifcfg-rh: clear all untouched, known keys before writing ifcfg-rh fileThomas Haller3-6/+4
2019-12-21ifcfg-rh: add svUnsetDirtyWellknown() functionThomas Haller2-0/+41
2019-12-21ifcfg-rh: add functions to detect well-known ifcfg-rh keysThomas Haller7-38/+467
2019-12-21ifcfg-rh: refactor is_numbered_tag() macro and make it a functionThomas Haller3-46/+69
2019-12-21ifcfg-rh: mark lines as non-dirty in shvarFile when we visit themThomas Haller1-6/+21
2019-12-21ifcfg-rh/trivial: rename nms_ifcfg_rh_utils_parse_unhandled_spec() helperThomas Haller3-9/+9
2019-12-09ifcfg: don't use D-Bus connection if NMDBusManager is without main connectionThomas Haller1-0/+6
2019-12-09settings/trivial: comment why we create GDBusConnection for ifcfg D-Bus inter...Thomas Haller1-2/+2
2019-12-05settings/ifcfg: add support for KEY_MGMT=OWEDavid Bauer4-10/+64
2019-12-05settings/trivial: add fixme comment for creating GDBusConnection for ifcfg D-...Thomas Haller1-0/+2
2019-11-28ifcfg-rh: add support for DHCP hostname flagsBeniamino Galvani4-13/+66
2019-11-28all: add support for "scope" attribute for IPv4 routesThomas Haller4-2/+45
2019-11-27ifcfg-rh: separately handle static information during parsing ip-route comman...Thomas Haller1-84/+110
2019-11-27ifcfg-rh: fix accepting onlink flag also for IPv6 routesThomas Haller1-2/+1
2019-11-22ifcfg: various cleanup in ifcfg writerThomas Haller1-21/+18
2019-11-22ifcfg: add support for "802-1x.system-ca-certs" settingThomas Haller2-0/+9
2019-11-22ifcfg: add svSetValueBoolean_cond_true() helperThomas Haller2-0/+7
2019-11-11all: add ipvX.dhcp-iaid propertiesBeniamino Galvani3-0/+17
2019-10-15ifcfg-rh: drop trailing dot from error messagesBeniamino Galvani1-22/+22
2019-10-15all: add 802-1x.optional propertyBeniamino Galvani2-0/+10
2019-10-15ifcfg-rh: refactor reading 802.1X phase2 auth methodBeniamino Galvani1-134/+96
2019-10-02all: unify format of our Copyright source code commentsThomas Haller7-7/+7
2019-10-01meson: Remove tests related to check_so_symbolsIñigo Martínez1-12/+0
2019-10-01meson: Remove unused variableIñigo Martínez1-2/+0
2019-10-01meson: Move network-config directory creation to main install fileIñigo Martínez1-3/+0