summaryrefslogtreecommitdiff
path: root/libnm-core
AgeCommit message (Expand)AuthorFilesLines
2016-09-09libnm-core: fix crash in nm_vpn_plugin_info_list_get_service_types()Thomas Haller1-1/+1
2016-09-06libnm: fix regression serializing empty "cloned-mac-address"Thomas Haller1-2/+17
2016-09-06libnm-core: replace local helper with nm_stdup_not_empty()Thomas Haller1-13/+4
2016-08-31libnm: restore verify() comments in team/team-port settingsBeniamino Galvani2-0/+6
2016-08-31team: normalize invalid configuration during loadBeniamino Galvani4-3/+80
2016-08-31Revert "libnm-core/team: normalize invalid config to NULL"Beniamino Galvani3-23/+6
2016-08-24libnm-core/team: normalize invalid config to NULLThomas Haller3-6/+23
2016-08-24libnm-core/team: treat "" team config as no configLubomir Rintel3-11/+48
2016-08-17all: cleanup includes in header filesThomas Haller5-7/+0
2016-08-17device: add statistics interfaceAlfonso Sanchez-Beato1-0/+1
2016-08-17checkpoint: add create, rollback and destroy D-Bus APIBeniamino Galvani1-0/+34
2016-08-10libnm-core: fix invalid return annotation for nm_vpn_editor_plugin_set_plugin...Jiří Klimeš1-3/+3
2016-08-10libnm-core: add missing element-type annotationJiří Klimeš1-2/+2
2016-08-10libnm-core: fix GObject introspection transfer annotationsJiří Klimeš2-4/+4
2016-07-19setting-vpn: whatever is in vpn.secrets always is a secretsLubomir Rintel1-14/+6
2016-07-11doc: fix typo for cloned-mac-address documentationpoma2-2/+2
2016-07-10libnm: minor cleanup of _bin2str()Thomas Haller1-4/+4
2016-07-10all: reuse _nm_utils_hwaddr_ntoa() for converting binary to stringThomas Haller2-13/+37
2016-07-07libnm-core: drop unused variableLubomir Rintel1-1/+0
2016-07-06bond: fix default value for 'ad_actor_system' optionBeniamino Galvani1-1/+12
2016-07-06bond: improve compatibility check of options and modesBeniamino Galvani2-0/+70
2016-07-06libnm-core: ip-config: normalize may-fail for disabled IP methodsBeniamino Galvani4-0/+82
2016-07-04vpn: support option to preserve previous routing information on VPN config up...Thomas Haller1-0/+6
2016-07-01libnm-core: suppress compiler warning in mac_address_parser()Beniamino Galvani1-1/+1
2016-06-30all: make MAC address randomization algorithm configurableThomas Haller7-0/+280
2016-06-30libnm: deprecated wireless.mac-address-randomization property for wireless.cl...Thomas Haller2-0/+81
2016-06-30device: extend MAC address handling including randomization for ethernet and ...Thomas Haller7-58/+407
2016-06-30libnm: don't serialize empty hardware address on D-BusThomas Haller1-8/+11
2016-06-30libnm: add internal util function _nm_utils_hwaddr_length()Thomas Haller2-0/+29
2016-06-30libnm: fix comparing NMSettingIPConfig for address and route propertiesThomas Haller2-9/+191
2016-06-30core: prefer connection.stable-id to generate IPv6 stable privacy addressesThomas Haller1-0/+3
2016-06-30libnm: add NMSettingConnection:stable-id propertyThomas Haller3-1/+55
2016-06-17all: replace _nm_utils_string_in_list() with g_strv_contains()Thomas Haller6-25/+16
2016-06-16shared: move shared files to subdirectory "shared/nm-utils/"Thomas Haller10-11/+11
2016-06-15libnm/vpn: add nm_vpn_editor_plugin_load_vt()Thomas Haller2-0/+59
2016-06-15libnm/vpn: pass NMVpnPluginInfo to the NMVpnEditorPlugin instanceThomas Haller4-1/+123
2016-06-15libnm/vpn: add nm_vpn_plugin_info_list_find_service_name() functionThomas Haller2-1/+178
2016-06-15libnm/vpn: refactor nm_vpn_plugin_info_list_find_by_service() and prefer alia...Thomas Haller1-18/+16
2016-06-15libnm/vpn: add nm_vpn_plugin_info_get_aliasesThomas Haller2-2/+30
2016-06-15all: use nm_strcmp_p() for sorting stringsThomas Haller1-7/+1
2016-06-10libnm: backport symbols nm_setting_ip_config_get_dns_priority to libnm_1_2_4Thomas Haller1-0/+1
2016-06-09tests: add macro NMTST_G_RETURN_MSG for expecting g_return*() failuresThomas Haller2-51/+51
2016-06-06tests: use absolute path for certs test directoryThomas Haller1-3/+1
2016-06-02libnm/tests: fix memleak in test test_nm_utils_check_valid_json()Thomas Haller1-1/+1
2016-06-01manager: add Reload() D-Bus commandThomas Haller1-0/+2
2016-05-31libnm-core: fix comparison of team configurationBeniamino Galvani2-2/+14
2016-05-30setting-ip6-config: add token propertyLubomir Rintel3-4/+131
2016-05-30core-utils: add conversions of ipv6 tokensLubomir Rintel2-0/+38
2016-05-23libnm/keyfile: sort entries for writing hash-of-stringsThomas Haller1-5/+23
2016-05-13libnm: don't require initialized @out_encrypted argument in nm_utils_file_is_...Thomas Haller1-1/+1