summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm/vpn: fix fedora rpm build (beaker)fg/beaker_test_wipFrancesco Giudici2016-04-221-1/+1
* Revert "docs: include the D-Bus enums reference with the API documentation"Francesco Giudici2016-04-225-214/+1
* auth: allow failures to read process start_time from /proc/$PID/stat with hid...Thomas Haller2016-04-221-3/+12
* libnm/vpn: merge branch 'th/vpn-auth-dialog-bgo765329'Thomas Haller2016-04-225-22/+169
|\
| * libnm/vpn: add nm_vpn_plugin_info_new_search_file()Thomas Haller2016-04-223-15/+77
| * libnm/vpn: add nm_vpn_plugin_info_supports_hints()Thomas Haller2016-04-223-0/+22
| * libnm/vpn: add nm_vpn_plugin_info_get_auth_dialog()Thomas Haller2016-04-224-0/+43
| * libnm/vpn: add nm_vpn_plugin_info_get_service()Thomas Haller2016-04-224-6/+23
| * libnm/vpn: gracefully handle empty dirname in _nm_vpn_plugin_info_list_load_d...Thomas Haller2016-04-221-1/+4
|/
* dhcp: refactor nm_dhcp_client_stop_existing()Thomas Haller2016-04-221-34/+32
* core: minor cleanup of nm_utils_get_start_time_for_pid()Thomas Haller2016-04-221-17/+19
* docs: include the D-Bus enums reference with the API documentationLubomir Rintel2016-04-225-1/+214
* libnm-core: don't link to NMDevice type from the D-Bus specLubomir Rintel2016-04-221-2/+2
* misc: update maintainers and authorsDan Williams2016-04-212-9/+4
* dns: avoid using global "/etc/dnsmasq.conf" config for dnsmasqThomas Haller2016-04-211-0/+1
* dns: merge branch 'th/dnsmasq-dbus-bgo765043'Thomas Haller2016-04-213-139/+308
|\
| * dns: various cleanup for new dnsmasq's D-Bus supportThomas Haller2016-04-214-210/+116
| * dns: use DBus to make dnsmasq nameserver changesMathieu Trudel-Lapierre2016-04-215-63/+318
| * dns: add and use _NMLOG() logging macro in nm-dns-plugin.cThomas Haller2016-04-211-9/+31
| * dns: cleanup managing child process for NMDnsPluginThomas Haller2016-04-211-26/+28
| * dns: remove unnecessary finalize() implementation from NMDnsPluginThomas Haller2016-04-211-13/+0
| * dns: minor code cleanup in NMDnsPluginThomas Haller2016-04-211-8/+5
|/
* platform: stack-allocate anycast_mask path in _linktype_get_type()Thomas Haller2016-04-211-4/+6
* platform: refactor wifi_utils_is_wifi() not to pass sysfs_pathThomas Haller2016-04-213-11/+14
* platform: stack-allocate temporary string in _linktype_read_devtype()Thomas Haller2016-04-211-3/+8
* dns: add trace logging when writing resolv.confThomas Haller2016-04-201-22/+79
* manager: fix wrongly removing DNS configuration on shutdownThomas Haller2016-04-203-4/+20
* audit: log changed properties when updating a connectionBeniamino Galvani2016-04-205-20/+78
* modem: cancel secrets only if there's an outstanding requestLubomir Rintel2016-04-201-1/+2
* platform: merge branch 'th/platform-infiniband-cleanup-bgo765303'Thomas Haller2016-04-205-49/+118
|\
| * platform: request link after deleting inifiniband partitionThomas Haller2016-04-201-24/+36
| * platform: stack allocate string buffers in _infiniband_partition_action()Thomas Haller2016-04-201-7/+7
| * platform: use nm_utils_new_infiniband_name()Thomas Haller2016-04-203-17/+18
| * core: add nm_utils_new_infiniband_name() utilThomas Haller2016-04-202-0/+28
| * platform: preserve errno in nm_platform_sysctl_set()Thomas Haller2016-04-201-9/+31
| * platform: restrict valid p_key for infiniband partitionsThomas Haller2016-04-202-1/+7
|/
* libnm/vpn-service-plugin: don't register a bus name before creating the VPN o...Lubomir Rintel2016-04-201-13/+13
* platform: avoid using the nm_platform_link_*() getters excessivelyLubomir Rintel2016-04-201-6/+8
* infiniband: remove the partitions on unrealizingLubomir Rintel2016-04-203-8/+48
* platform: add functionality to remove infiniband partitionsLubomir Rintel2016-04-204-18/+87
* libnm-core: empty key is not a pkcs12 fileLubomir Rintel2016-04-202-0/+6
* examples: fix crash in add-connection-libnmBeniamino Galvani2016-04-201-1/+1
* Revert "core: don't leak ActiveConnection object on AddAndActivate failure"Dan Williams2016-04-191-1/+0
* libnm/vpn: search VPN plugin in NMPLUGINDIRThomas Haller2016-04-195-77/+68
* libnm/vpn: merge branch 'th/vpn-load-plugin-bgo765225'Thomas Haller2016-04-1910-91/+185
|\
| * libnm/vpn: add nm_vpn_editor_plugin_load() functionThomas Haller2016-04-193-1/+51
| * 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