summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * core/trivial: add code comment to nm_utils_get_shared_wifi_permission()Thomas Haller2015-09-181-0/+6
| * auth-utils: some refactoring in nm-auth-utils.cThomas Haller2015-09-181-50/+74
|/
* gitignore: ignore GDBus generated glueLubomir Rintel2015-09-181-0/+1
* platform: merge branch 'th/platform-permanent-hwaddr-rh1264024'Thomas Haller2015-09-181-8/+18
|\
| * platform: don't accept 00:00:00:00:00:00 as valid permanent addressThomas Haller2015-09-181-0/+7
| * platform: stack-allocate request data for nmp_utils_ethtool_get_permanent_add...Thomas Haller2015-09-181-8/+11
|/
* all: merge branch 'lr/default-unmanaged-bgo746566'Thomas Haller2015-09-1815-27/+275
|\
| * device/trivial: rename nm_device_get_unmanaged_flag() to nm_device_get_unmana...Thomas Haller2015-09-183-8/+8
| * device/trivial: rename nm_device_set_initial_unmanaged_flag() to nm_device_se...Thomas Haller2015-09-184-14/+14
| * nmcli: extend `nmcli device set` command to accept explicit ifname specifierThomas Haller2015-09-183-5/+14
| * cli: add nmcli device set commandLubomir Rintel2015-09-183-2/+150
| * libnm,libnm-glib: add Device.Managed setterLubomir Rintel2015-09-186-0/+69
| * device: allow modifying Managed propertyThomas Haller2015-09-184-3/+25
|/
* core: merge branch 'bg/update-metered-on-the-fly-bgo724041'Beniamino Galvani2015-09-183-23/+31
|\
| * policy: react to firewall/metered changes on UPDATED_BY_USER signalBeniamino Galvani2015-09-181-11/+10
| * policy: update device's metered property when connection changesBeniamino Galvani2015-09-183-3/+5
| * policy: refactor handling of UPDATED signalBeniamino Galvani2015-09-181-17/+24
|/
* platform: merge branch 'th/platform-refresh-link-bgo754996'Thomas Haller2015-09-181-7/+69
|\
| * platform: cancel delayed action REFRESH_LINK when receiving an updateThomas Haller2015-09-181-6/+37
| * platform: refresh links when parent gets removedThomas Haller2015-09-181-0/+31
| * platform: fix handling refresh-link delayed actionsThomas Haller2015-09-181-1/+1
|/
* coverity: calm coverity for clock_gettime() return value checkJiří Klimeš2015-09-181-1/+3
* exported-object: fix type of @interface variables to be GDBusInterfaceSkeletonThomas Haller2015-09-171-7/+8
* ifcfg-rh: ignore GATEWAY from network file for DHCP connections (rh #1262972)Jiří Klimeš2015-09-175-0/+61
* ifcfg-rh: (trivial) remove unused network_file parameterJiří Klimeš2015-09-171-12/+7
* examples: generate UUID in add-wifi-eap-connection.pyJiří Klimeš2015-09-171-2/+2
* examples: add a python example for adding WPA PSK Wi-Fi connectionJiří Klimeš2015-09-173-1/+58
* dhcp/systemd: fix leaking leases after dhcp_lease_load()Thomas Haller2015-09-171-7/+8
* dhcp/systemd: fix unrefing lease after API change of sd_dhcp_client_get_lease()Thomas Haller2015-09-171-1/+0
* Revert "systemd/dhcp: make sd_dhcp_lease_*() functions public again"Thomas Haller2015-09-164-8/+8
* systemd/build: split CPPFLAGS to only include needed pathsThomas Haller2015-09-161-7/+7
* systemd/build: use separate NETWORKMANAGER_COMPILATION define for systemd buildThomas Haller2015-09-164-25/+34
* systemd: merge branch 'systemd-integration' into masterThomas Haller2015-09-1634-748/+1604
|\
| * systemd/dhcp: make sd_dhcp_lease_*() functions public againThomas Haller2015-09-163-5/+5
| * systemd: update code from upstreamThomas Haller2015-09-1632-698/+1545
* | core: merge branch 'lr/default-unmanaged-bgo746566' (early part)Thomas Haller2015-09-168-131/+271
|\ \
| * | device: refactor setting unmanaged based on device-specThomas Haller2015-09-163-11/+22
| * | device: add explicit NM_UNMANAGED_LOOPBACK flag for not managing "lo"Thomas Haller2015-09-162-6/+6
| * | core: refactor setting of D-Bus properties via NMManagerThomas Haller2015-09-163-41/+56
| * | core: refactor NMBusManager to hold reference to NMExportedObject directlyThomas Haller2015-09-165-72/+186
| * | core: forward declare NMExportedObject in "nm-types.h"Thomas Haller2015-09-152-3/+3
|/ /
* | Revert "libnm: don't add objects to cache until they're async-inited"Thomas Haller2015-09-151-5/+1
* | trivial: fix spelling in commentThomas Haller2015-09-151-1/+1
* | libnm: don't add objects to cache until they're async-initedLubomir Rintel2015-09-151-1/+5
* | core: register G_TYPE_SOCKET earlyLubomir Rintel2015-09-151-0/+6
* | merge: improve handling of wake-on-lan property (rh #1260584)Jiří Klimeš2015-09-153-14/+34
|\ \
| * | nmcli: wake-on-lan property set/get fixesJiří Klimeš2015-09-153-19/+33
| * | nmcli: allow "none" value for ethernet.wake-on-lan property (rh #1260584)Jiří Klimeš2015-09-151-5/+11
|/ /
* | manager: avoid wrong ref-counting in do_set_property_check()Thomas Haller2015-09-141-4/+8
* | device: add debug log for setting unmanged flagsThomas Haller2015-09-142-12/+54