summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* libnm: refactor wifi frequency handling in libnmThomas Haller2020-06-262-64/+176
* libnm: don't use assert for validating arguments to nm_utils_wifi_find_next_c...Thomas Haller2020-06-261-4/+2
* libnm: use nm_streq() in "libnm-core/nm-utils.c"Thomas Haller2020-06-261-33/+29
* libnm: use NMStrBuf in nm_utils_file_search_in_paths()Thomas Haller2020-06-261-23/+23
* libnm: use NMStrBuf in _nm_utils_uuid_generate_from_strings()Thomas Haller2020-06-261-17/+17
* libnm: use NMStrBuf in nm_ip_routing_rule_to_string()Thomas Haller2020-06-261-66/+67
* keyfile: cleanup uses of GString in keyfile codeThomas Haller2020-06-262-142/+159
* libnm: use NMStrBuf in "nm-setting-bridge.c"Thomas Haller2020-06-262-29/+10
* shared: add nm_utils_strsplit_quoted()Thomas Haller2020-06-231-0/+229
* libnm: avoid deprecation warning about NMUtilsPredicateStrThomas Haller2020-06-221-1/+0
* libnm: return NULL for boxed strv properties of NMSettingMatchThomas Haller2020-06-221-4/+4
* libnm: ensure stable behavior in _nm_ip_route_attribute_validate_all()Thomas Haller2020-06-191-5/+14
* libnm: use nm_utils_named_values_from_strdict() in "nm-setting-tc-config.c"Thomas Haller2020-06-191-16/+30
* libnm: add missing since gtk-doc for nm_tc_action_get_attribute_names()Thomas Haller2020-06-191-0/+6
* shared: avoid allocating temporary buffer for nm_utils_named_values_from_strd...Thomas Haller2020-06-191-1/+1
* libnm-core: fix memory leak in match settingBeniamino Galvani2020-06-181-0/+1
* setting-ip-config: validate route attributes in verify()Antonio Cardace2020-06-161-0/+14
* platform: add support for local routesAntonio Cardace2020-06-166-3/+82
* lldp: expose "mud-url" LLDP attribute for the MUD usage descriptionThomas Haller2020-06-151-0/+2
* all: add "path" property to the match settingBeniamino Galvani2020-06-122-3/+238
* libnm/tests: assert for valid test input for _test_verify_options_bridge()Thomas Haller2020-06-111-3/+5
* libnm: don't require birdge multicast_snooping with multicast_router auto,ena...Thomas Haller2020-06-112-29/+15
* lldp: expose raw LLDP message on D-BusThomas Haller2020-06-111-0/+1
* all: move "shared/nm-libnm-core-aux" to "libnm-core/nm-libnm-core-aux"Thomas Haller2020-06-116-2/+468
* all: move "shared/nm-libnm-core-intern" to "libnm-core/nm-libnm-core-intern"Thomas Haller2020-06-119-1/+1322
* all: move "shared/nm-keyfile" to "libnm-core/nm-keyfile"Thomas Haller2020-06-115-1/+5435
* core: add "external" flag for active connections of external devicesThomas Haller2020-06-101-0/+3
* core: add "external" flag for connections of external devicesThomas Haller2020-06-101-0/+3
* libnm-core: interpret ovs-patch.peer as an interface nameBeniamino Galvani2020-06-101-9/+3
* nm-supplicant-interface: fix removal of OWE flag from non-transition mode BSSIDsDavid Bauer2020-06-093-3/+6
* tc: add support for tbf qdiscBeniamino Galvani2020-06-082-0/+22
* tc: add support for sfq qdiscBeniamino Galvani2020-06-082-0/+36
* libnm-core: support variant attributes of type int32 and uint64Beniamino Galvani2020-06-081-0/+18
* libnm-core: fix parsing of mirred dev attributeBeniamino Galvani2020-06-081-1/+1
* libnm-core: remove unused str_type from tc attribute specifiersBeniamino Galvani2020-06-081-14/+14
* keyfile: add NMKeyfileHandlerFlagsThomas Haller2020-06-052-8/+12
* libnm/crypto: suppress "-Wstrict-prototypes" warning in NSS libraryThomas Haller2020-06-031-0/+2
* ifcfg-rh: support persisting 802-1x.pin and pin-flags propertyThomas Haller2020-05-281-4/+4
* libnm,ifcfg-rh: fix documentation for IEEE_8021X_SYSTEM_CA_CERTS in `man nm-s...Thomas Haller2020-05-281-2/+2
* libnm,ifcfg-rh: fix documentation for IEEE_8021X_PASSWORD_RAW_FLAGS in `man n...Thomas Haller2020-05-281-2/+2
* libnm: update documentation for 802-1x ca-cert, ca-path and system-ca-certsThomas Haller2020-05-271-16/+34
* libnm: check options in NMSettingEthtool.verify() in defined orderThomas Haller2020-05-221-9/+10
* libnm: remove redundant nm_setting_ethtool_*_coalesce() APIThomas Haller2020-05-222-243/+0
* libnm: deprecated nm_setting_ethtool_*_feature() APIThomas Haller2020-05-222-4/+16
* all: avoid (soon to be) deprecated API instead of nm_setting_option*()Thomas Haller2020-05-221-52/+98
* libnm: use nm_setting_option_*() API in NMSettingEthtoolThomas Haller2020-05-221-43/+18
* libnm: add nm_setting_option_clear_by_name()Thomas Haller2020-05-224-29/+43
* libnm: add nm_setting_option_get_names()Thomas Haller2020-05-223-11/+10
* libnm: add nm_setting_option_get_uint32(), nm_setting_option_set_uint32()Thomas Haller2020-05-224-53/+89
* libnm: add nm_setting_option_set(), nm_setting_option_get_boolean(), nm_setti...Thomas Haller2020-05-222-0/+154