summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ibft: pass the known addressing data along toolr/ibftLubomir Rintel2016-12-191-6/+3
* device: don't try to get carrier detection support when unrealizingBeniamino Galvani2016-12-192-8/+14
* build: remove "src/NetworkManager.ver-orig"Thomas Haller2016-12-183-594/+2
* NEWS: belatedly add news entry for th/preserve-fake-perm-hwaddr-bgo772880Thomas Haller2016-12-161-0/+3
* NEWS: add entry about th/sysctl-ifname-race-bgo775613 branchThomas Haller2016-12-161-0/+3
* contrib/rpm: fix obsoletes_ppp_plugin versionThomas Haller2016-12-161-1/+3
* build: always use the right python for generate-settings-docs.pyMichael Catanzaro2016-12-161-0/+1
* release: bump version to 1.5.3 (development)1.5.3-devLubomir Rintel2016-12-151-1/+1
* NEWS: update for a development snapshotLubomir Rintel2016-12-151-1/+22
* build: build documentation for o.fd.NM.DnsManagerLubomir Rintel2016-12-153-1/+4
* contrib/rpm: obsolete the pre-ppp-split version from the main packageLubomir Rintel2016-12-151-1/+2
* man: replace libnm-util reference with libnm-core in nm-settings pageJiří Klimeš2016-12-151-3/+3
* libnm-core: (trivial) fix a typoJiří Klimeš2016-12-151-1/+1
* cli: (trivial) fix a typoJiří Klimeš2016-12-151-1/+1
* man: add unsupported settings to the list in nm-settings-ifcfg-rh pageJiří Klimeš2016-12-151-1/+1
* man/ifcfg-rh: mark some ifcfg-rh variables with (+) as NM extensionsJiří Klimeš2016-12-153-4/+4
* cli: enable TAB-completion for connection.lldp in interactive editorJiří Klimeš2016-12-151-1/+4
* cli: enable TAB-completion for connection.metered in interactive editorJiří Klimeš2016-12-151-1/+5
* cli: add SLAVE field for 'nmcli con show' outputJiří Klimeš2016-12-151-2/+6
* ifcfg-rh/tests: avoid using g_assert_null() APIFrancesco Giudici2016-12-151-1/+1
* merge: branch 'lr/ifcfg-device-rh1369008'Lubomir Rintel2016-12-157-82/+164
|\
| * ifcfg-rh: write the master device name even if the master property is an UUIDlr/ifcfg-device-rh1369008Lubomir Rintel2016-12-155-26/+82
| * ifcfg-rh: add test case for remembering the unset valuesLubomir Rintel2016-12-151-0/+1
| * ifcfg-rh: remember where the keys have been when we remove themLubomir Rintel2016-12-151-56/+81
|/
* ifcfg-rh: merge branch 'fg/dhcp_hostname_bgo775622'Francesco Giudici2016-12-156-68/+113
|\
| * ifcfg-rh/tests: add ipv6 hostname legacy support read testfg/dhcp_hostname_bgo775622Francesco Giudici2016-12-143-0/+29
| * ifcfg-rh: add DHCPV6_HOSTNAME and DHCPV6_SEND_HOSTNAME varsFrancesco Giudici2016-12-143-6/+36
| * ifcfg-rh: write [IPV6_]PEERDNS and [IPV6_]PEERROUTES only when they are "no"Francesco Giudici2016-12-141-6/+8
| * ifcfg-rh: save/restore dhcp related properties also when ip method != DHCP/AUTOFrancesco Giudici2016-12-142-65/+49
| * trivial: fix indentationFrancesco Giudici2016-12-091-1/+1
* | platform/trivial: rename macro offset_plus_sizeof() to offsetofend()Thomas Haller2016-12-141-8/+8
* | build: allow specifying the python interpreter for buildingThomas Haller2016-12-143-3/+10
* | python: make test-secret-agent.py python3 readyThomas Haller2016-12-141-9/+8
* | tests: improve run-nm-test.sh to weak valgrind usageThomas Haller2016-12-141-29/+46
* | libnm/dns: fix memleak in demarshal_dns_configurationThomas Haller2016-12-141-0/+2
* | contrib/rpm: add note to NetworkManager.conf about rate-limiting in loggingThomas Haller2016-12-141-0/+4
* | cli: remove duplicate duplicate check on nmc->completeBeniamino Galvani2016-12-141-2/+0
* | manager: merge branch 'bg/manager-state-bgo776001'Beniamino Galvani2016-12-141-4/+1
|\ \
| * | manager: don't upgrade the state when connectivity check failsBeniamino Galvani2016-12-141-3/+1
| * | manager: don't update the manager state in get_property()Beniamino Galvani2016-12-141-1/+0
|/ /
* | libnm-core/utils: remove unused code from nm_utils_hwaddr_matches()Thomas Haller2016-12-131-2/+1
* | man: clarify NMSettingIPConfig:dns-options in documentationThomas Haller2016-12-131-1/+1
* | core: merge branch 'th/sysctl-ifname-race-bgo775613'Thomas Haller2016-12-1338-534/+1221
|\ \
| * | platform: assume ifname is present in _linktype_get_type()Thomas Haller2016-12-131-6/+10
| * | platform: avoid copying arguments for nmp_utils_ethtool_get_driver_info()Thomas Haller2016-12-135-36/+52
| * | platform: remove unused nmp_utils_device_exists() utilThomas Haller2016-12-132-18/+0
| * | platform: lookup ifname for ethtool/mii ioctl immediately before useThomas Haller2016-12-138-127/+177
| * | wifi: remove check for existing device in wifi_wext_is_wifi()Thomas Haller2016-12-131-2/+9
| * | all: use O_CLOEXEC for file descriptorsThomas Haller2016-12-1318-34/+35
| * | platform/tests: add tests for nmp_utils_sysctl_open_netdir()Thomas Haller2016-12-131-0/+170