summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* dnsmasq: don't add router option for non-default-route connectionsLubomir Rintel2016-05-111-6/+10
* sd/dhcp: workaround multiple "Domain Name" (option 15) entriesThomas Haller2016-05-111-2/+3
* wwan: return from send_pin_ready() when operation cancelled and fix leakThomas Haller2016-05-101-2/+4
* device: remove pending dhcp actions also in IP_DONE stateBeniamino Galvani2016-05-101-0/+4
* modem: clear the connection context on device disconnectionLubomir Rintel2016-05-102-2/+5
* modem-broadband: ignore late callbacksLubomir Rintel2016-05-101-3/+12
* device: disconnect platform signal handlers first in disposeThomas Haller2016-05-051-4/+4
* device: don't cancel queued_ip4_config_id when scheduling activate_stage5_ip4...Thomas Haller2016-05-051-3/+0
* device: ensure not rescheduling IP config changed on initial captureThomas Haller2016-05-051-6/+8
* device: add assertions for queued_ip4_config_change() and queued_ip6_config_...Thomas Haller2016-05-051-4/+14
* device: refactor clearing @queued_ip4_config_id and @queued_ip6_config_idThomas Haller2016-05-051-27/+9
* device: improve error message for failure to reapplyThomas Haller2016-05-031-7/+14
* device: fix check for invalid keys during reapplyThomas Haller2016-05-031-7/+3
* device: clear secrets from applied connection during reapplyThomas Haller2016-05-031-0/+1
* device: allow reapply with a different connection.uuidThomas Haller2016-05-031-0/+6
* device: allow reapply if connection.id differsThomas Haller2016-05-031-0/+1
* device: postpone updates of IP configuration when a commit is pendingBeniamino Galvani2016-04-291-0/+33
* settings: don't unload settings plugins on failureThomas Haller2016-04-291-3/+4
* device: don't unload device plugins on failureThomas Haller2016-04-291-5/+5
* ifupdown: avoid calloc()Lubomir Rintel2016-04-291-8/+8
* ifnet: fix error handlingLubomir Rintel2016-04-291-7/+4
* linux-platform: re-read the link type if the name changedLubomir Rintel2016-04-291-1/+4
* settings: add notification after connections loadFrancesco Giudici2016-04-281-0/+1
* device/ethernet: ignore s390 'portname' attribute when not setBeniamino Galvani2016-04-281-6/+11
* device: generate stable UUID for default-wired-connectionThomas Haller2016-04-262-7/+21
* core: use nm_utils_machine_id_read() in "nm-dhcp-client.c"Thomas Haller2016-04-261-48/+10
* core: add nm_utils_machine_id_read() and parse() utilThomas Haller2016-04-264-0/+63
* core: add nm_utils_get_secret_key() utilThomas Haller2016-04-263-49/+69
* dhcp/systemd: actually hook up information-only modeDan Williams2016-04-251-0/+4
* bluetooth: add a missing GError initializerLubomir Rintel2016-04-251-1/+1
* 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
* lldp: fix crash in nm_device_update_dynamic_ip_setup() due to uninitialized @...Thomas Haller2016-04-251-1/+1
* auth: allow failures to read process start_time from /proc/$PID/stat with hid...Thomas Haller2016-04-221-3/+12
* dns: avoid using global "/etc/dnsmasq.conf" config for dnsmasqThomas Haller2016-04-221-0/+1
* dns: various cleanup for new dnsmasq's D-Bus supportThomas Haller2016-04-224-210/+116
* dns: use DBus to make dnsmasq nameserver changesMathieu Trudel-Lapierre2016-04-225-63/+318
* dns: add and use _NMLOG() logging macro in nm-dns-plugin.cThomas Haller2016-04-221-9/+31
* dns: cleanup managing child process for NMDnsPluginThomas Haller2016-04-221-26/+28
* dns: remove unnecessary finalize() implementation from NMDnsPluginThomas Haller2016-04-221-13/+0
* dns: minor code cleanup in NMDnsPluginThomas Haller2016-04-221-8/+5
* modem: cancel secrets only if there's an outstanding requestLubomir Rintel2016-04-201-1/+2
* manager: fix wrongly removing DNS configuration on shutdownThomas Haller2016-04-203-4/+20
* infiniband: remove the partitions on unrealizingLubomir Rintel2016-04-203-8/+48
* platform: add functionality to remove infiniband partitionsLubomir Rintel2016-04-204-18/+87
* Revert "core: don't leak ActiveConnection object on AddAndActivate failure"Dan Williams2016-04-191-1/+0
* shared: move nm_utils_ascii_str_to_bool() to shared/nm-shared-utils.hThomas Haller2016-04-193-40/+1
* device: check for a parent deviceLubomir Rintel2016-04-193-0/+18
* infiniband: check that the connection to be created is a partition firstLubomir Rintel2016-04-191-7/+8