summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.5.91 (1.6-rc2)1.6-rc2Lubomir Rintel2017-01-231-1/+1
* NEWS: move the more important entries upwardsLubomir Rintel2017-01-231-12/+12
* core: drop duplicate code searching for match in nm_match_spec_device()Thomas Haller2017-01-231-24/+9
* core: refactor nm_match_spec_device() to use match-data structureThomas Haller2017-01-231-75/+77
* cli: fix some TAB completions for nmcli -a con addJiří Klimeš2017-01-211-5/+31
* cli: move code around to group related functions - no functional changeJiří Klimeš2017-01-211-2438/+2443
* cli: simplify property functions for allowed values with a macroJiří Klimeš2017-01-211-66/+30
* cli: TAB-completion for macsec.mode in interactive editorJiří Klimeš2017-01-211-2/+14
* cli: TAB-completion for ipv6.addr-gen-mode in interactive editorJiří Klimeš2017-01-211-1/+12
* core: merge branch 'th/match-spec-device-refactor'Thomas Haller2017-01-208-397/+437
|\
| * src/tests: randomize device spec list for testThomas Haller2017-01-201-7/+7
| * shared/tests: add nmtst_rand_perm_gslist() helperThomas Haller2017-01-201-0/+25
| * core: refactor evaluation of device's match-specThomas Haller2017-01-207-393/+408
|/
* device: don't call _commit_mtu() when ipv4.method=disabledBeniamino Galvani2017-01-201-3/+2
* vlan: use parent interface mtu as defaultBeniamino Galvani2017-01-201-1/+19
* device: mark properties in set_property() as construct-onlyThomas Haller2017-01-201-9/+10
* device: remove duplicate setting of device's driver propertyThomas Haller2017-01-201-8/+1
* contrib/rpm: let NetworkManager-libnm and NetworkManager-glib of differing ve...Thomas Haller2017-01-201-0/+2
* veth: properly chain up the overridden notify methodLubomir Rintel2017-01-201-0/+1
* libnm/object: lower the severity of the dangling object warningLubomir Rintel2017-01-191-1/+12
* build: use different defaults for snapshot buildsLubomir Rintel2017-01-191-5/+23
* build: move the --enable-more-warning option from m4/ to configure.acLubomir Rintel2017-01-192-2/+2
* device: fix build with old glib & more assertsLubomir Rintel2017-01-191-1/+1
* act-request: return empty properties when not activatedBeniamino Galvani2017-01-191-11/+19
* build: fix build with older giLubomir Rintel2017-01-191-0/+5
* build: make the doc generator find the right libnm.soLubomir Rintel2017-01-191-2/+14
* supplicant: update capabilities before marking manager as runningThomas Haller2017-01-181-3/+3
* supplicant: update whether EAP-FAST is supported for existing supplicant-inte...Thomas Haller2017-01-183-24/+45
* supplicant: fix detection of EAP-FASTThomas Haller2017-01-181-2/+8
* build: don't install /etc/dbus-1/system.d/nm-ifcfg-rh.conf when building with...Thomas Haller2017-01-181-0/+2
* tests: fix tests without libjansson support (--enable-json-validation=no)Thomas Haller2017-01-172-2/+4
* po: update Polish (pl) translation (bgo #777402)Piotr Drąg2017-01-171-720/+851
* device: add an initializerLubomir Rintel2017-01-171-2/+1
* release: bump version to 1.5.3 (1.6-rc1)1.6-rc1Lubomir Rintel2017-01-171-1/+1
* proxy: merge branch 'jk/proxy-fixes'Thomas Haller2017-01-177-35/+173
|\
| * ifcfg-rh: add a basic test for Proxy settingJiří Klimeš2017-01-173-0/+94
| * cli: enable TAB-completion for proxy properties in interactive editorJiří Klimeš2017-01-172-1/+15
| * pacrunner: fix a few typos, uniforms spelling of various forms to "pacrunner"Jiří Klimeš2017-01-171-16/+16
| * libnm-core: add ifcfg-rh documentation for proxy settingsJiří Klimeš2017-01-171-0/+30
| * libnm-core: adjust the documentation of proxy settingJiří Klimeš2017-01-171-15/+15
| * libnm-core: (trivial) fix white spaces in proxy settingJiří Klimeš2017-01-171-3/+3
|/
* contrib/rpm: fix code comment in default "NetworkManager.conf"Thomas Haller2017-01-171-2/+3
* release: update NEWSLubomir Rintel2017-01-171-1/+16
* device: make the MTU globally configurable via connection-defaultsThomas Haller2017-01-176-1/+62
* libnm: (trivial): add missing return description in comment blockJiří Klimeš2017-01-171-1/+1
* po: import Zanata translationsLubomir Rintel2017-01-1666-119696/+134603
* platform/tun: don't passing around the ifname guessLubomir Rintel2017-01-164-21/+7
* ifupdown: remove redundant error checkLubomir Rintel2017-01-161-9/+0
* merge: branch 'bg/macsec-bgo762114'Beniamino Galvani2017-01-1644-47/+3488
|\
| * contrib: add macsec test scriptBeniamino Galvani2017-01-161-0/+102