summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: add nm_utils_binary_to_hex() utilth/wip/util/nm-utils-binary-to-hexth/util/nm-utils-binary-to-hexThomas Haller2016-04-262-1/+29
* linux-platform: re-read the link type if the name changedLubomir Rintel2016-04-261-1/+4
* dhcp/systemd: actually hook up information-only modeDan Williams2016-04-251-0/+4
* libnm/doc: fix documentation of NMSettingIP6Config:addr-gen-modeThomas Haller2016-04-251-3/+5
* bluetooth: add a missing GError initializerLubomir Rintel2016-04-251-1/+1
* settings: merge branch 'th/settings-read-hostname'Thomas Haller2016-04-251-16/+52
|\
| * settings: refactor read_hostname_*()Thomas Haller2016-04-251-20/+16
| * settings: cleanup #if blocks for HOSTNAME_PERSIST_*Thomas Haller2016-04-251-12/+12
| * settings: fix Slackware hostname settingPatrick J. Volkerding2016-04-251-0/+40
|/
* sleep-monitor-systemd: merge branch 'th/sleep-monitor-sd-cleanup'Thomas Haller2016-04-251-49/+92
|\
| * sleep-monitor: disconnect signal handlers from D-Bus proxy on destroyThomas Haller2016-04-251-4/+13
| * sleep-monitor: don't localize messages in core daemonThomas Haller2016-04-251-1/+1
| * sleep-monitor: properly handle cancelling of "Inhibit" D-Bus callThomas Haller2016-04-251-17/+28
| * sleep-monitor: handle early destruction of NMSleepMonitor instanceThomas Haller2016-04-251-4/+12
| * sleep-monitor: drop unused class methods for signalsThomas Haller2016-04-251-10/+2
| * sleep-monitor: implement dispose() instead of finalize()Thomas Haller2016-04-251-6/+5
| * sleep-monitor: don't return value from drop_inhibitor()Thomas Haller2016-04-251-4/+2
| * sleep-monitor: use LOG macros in "nm-sleep-monitor-systemd.c"Thomas Haller2016-04-251-11/+37
|/
* lldp: fix crash in nm_device_update_dynamic_ip_setup() due to uninitialized @...Thomas Haller2016-04-251-1/+1
* libnm/vpn: consider VPN service aliases in nm_vpn_plugin_info_new_search_file()Thomas Haller2016-04-251-4/+14
* tools: add forgotten file to distLubomir Rintel2016-04-231-1/+2
* libnm-core: fix compiler warning in nm_vpn_plugin_info_get_auth_dialog()Beniamino Galvani2016-04-221-3/+2
* 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
|\