summaryrefslogtreecommitdiff
path: root/libnm-core
Commit message (Expand)AuthorAgeFilesLines
* libnm: don't serialize empty hardware address on D-BusThomas Haller2016-06-301-8/+11
* libnm: add internal util function _nm_utils_hwaddr_length()Thomas Haller2016-06-302-0/+29
* libnm: fix comparing NMSettingIPConfig for address and route propertiesThomas Haller2016-06-302-9/+191
* core: prefer connection.stable-id to generate IPv6 stable privacy addressesThomas Haller2016-06-301-0/+3
* libnm: add NMSettingConnection:stable-id propertyThomas Haller2016-06-303-1/+55
* all: replace _nm_utils_string_in_list() with g_strv_contains()Thomas Haller2016-06-176-25/+16
* shared: move shared files to subdirectory "shared/nm-utils/"Thomas Haller2016-06-1610-11/+11
* libnm/vpn: add nm_vpn_editor_plugin_load_vt()Thomas Haller2016-06-152-0/+59
* libnm/vpn: pass NMVpnPluginInfo to the NMVpnEditorPlugin instanceThomas Haller2016-06-154-1/+123
* libnm/vpn: add nm_vpn_plugin_info_list_find_service_name() functionThomas Haller2016-06-152-1/+178
* libnm/vpn: refactor nm_vpn_plugin_info_list_find_by_service() and prefer alia...Thomas Haller2016-06-151-18/+16
* libnm/vpn: add nm_vpn_plugin_info_get_aliasesThomas Haller2016-06-152-2/+30
* all: use nm_strcmp_p() for sorting stringsThomas Haller2016-06-151-7/+1
* libnm: backport symbols nm_setting_ip_config_get_dns_priority to libnm_1_2_4Thomas Haller2016-06-101-0/+1
* tests: add macro NMTST_G_RETURN_MSG for expecting g_return*() failuresThomas Haller2016-06-092-51/+51
* tests: use absolute path for certs test directoryThomas Haller2016-06-061-3/+1
* libnm/tests: fix memleak in test test_nm_utils_check_valid_json()Thomas Haller2016-06-021-1/+1
* manager: add Reload() D-Bus commandThomas Haller2016-06-011-0/+2
* libnm-core: fix comparison of team configurationBeniamino Galvani2016-05-312-2/+14
* setting-ip6-config: add token propertyLubomir Rintel2016-05-303-4/+131
* core-utils: add conversions of ipv6 tokensLubomir Rintel2016-05-302-0/+38
* libnm/keyfile: sort entries for writing hash-of-stringsThomas Haller2016-05-231-5/+23
* libnm: don't require initialized @out_encrypted argument in nm_utils_file_is_...Thomas Haller2016-05-131-1/+1
* ifcfg-rh: add support for DNS priorityBeniamino Galvani2016-05-122-0/+22
* libnm-core: add dns-priority to NMSettingIPConfigBeniamino Galvani2016-05-123-0/+57
* all: replace nm_unauto() by g_steal_pointer()Thomas Haller2016-05-122-2/+2
* docs: libnm: add doc comment to typesBeniamino Galvani2016-05-0532-2/+96
* build: cleanup includes of <gmodule.h>Thomas Haller2016-04-301-0/+1
* libnm/vpn: don't close the VPN plugin library on cleanupThomas Haller2016-04-291-61/+80
* libnm/vpn: fix checking service name in nm_vpn_plugin_info_new_search_file()Thomas Haller2016-04-291-9/+5
* libnm/vpn: don't leak editor-plugin if nm_vpn_editor_plugin_load() failsThomas Haller2016-04-281-2/+1
* libnm: store NMConnectionPrivate via g_object_set_qdata()Thomas Haller2016-04-281-3/+9
* libnm-core: remove gateway when never-default=yes in NMSettingIPConfigBeniamino Galvani2016-04-273-1/+76
* libnm/doc: fix documentation of NMSettingIP6Config:addr-gen-modeThomas Haller2016-04-251-3/+5
* libnm/vpn: consider VPN service aliases in nm_vpn_plugin_info_new_search_file()Thomas Haller2016-04-251-4/+14
* libnm-core: fix compiler warning in nm_vpn_plugin_info_get_auth_dialog()Beniamino Galvani2016-04-221-3/+2
* libnm/vpn: add nm_vpn_plugin_info_new_search_file()Thomas Haller2016-04-222-15/+76
* libnm/vpn: add nm_vpn_plugin_info_supports_hints()Thomas Haller2016-04-222-0/+21
* libnm/vpn: add nm_vpn_plugin_info_get_auth_dialog()Thomas Haller2016-04-223-0/+42
* libnm/vpn: add nm_vpn_plugin_info_get_service()Thomas Haller2016-04-222-2/+20
* libnm/vpn: gracefully handle empty dirname in _nm_vpn_plugin_info_list_load_d...Thomas Haller2016-04-221-1/+4
* docs: include the D-Bus enums reference with the API documentationLubomir Rintel2016-04-221-1/+7
* libnm-core: don't link to NMDevice type from the D-Bus specLubomir Rintel2016-04-221-2/+2
* libnm-core: empty key is not a pkcs12 fileLubomir Rintel2016-04-201-0/+3
* libnm/vpn: search VPN plugin in NMPLUGINDIRThomas Haller2016-04-195-77/+68
* libnm/vpn: add nm_vpn_editor_plugin_load() functionThomas Haller2016-04-192-1/+46
* libnm/vpn: allow specifying non-absolute plugin name in VPN .name fileThomas Haller2016-04-193-39/+87
* libnm/vpn: fix code comment for nm_vpn_editor_plugin_load_from_file()Thomas Haller2016-04-191-5/+1
* libnm/vpn: clear internal "keyfile" from NMVpnPluginInfoThomas Haller2016-04-191-4/+6
* libnm/vpn: lookup nm_vpn_plugin_info_supports_multiple() from cached valuesThomas Haller2016-04-191-4/+4