summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* artwork: introduce the new NetworkManager logo and logotypefg/nm_logoFrancesco Giudici2019-09-276-0/+666
* device: fix wrong string compare in _commit_mtu()Beniamino Galvani2019-09-271-1/+1
* team: delete port configuration on releaseBeniamino Galvani2019-09-271-8/+13
* device: don't reapply IP config on link up for disconnected devicesBeniamino Galvani2019-09-271-4/+10
* clients/tests: add test for (invalid) call `nmcli dev s eth0`Thomas Haller2019-09-272-391/+435
* initrd: merge branch 's390-initrd'Thomas Haller2019-09-275-62/+161
|\
| * initrd: make "argv" argument of nmi_cmdline_reader_parse() a const strvThomas Haller2019-09-274-54/+47
| * initrd/tests: check for the parsed values in detail for rd.znet testThomas Haller2019-09-271-4/+51
| * initrd: avoid modifying the argv argument in nmi_cmdline_reader_parse()Thomas Haller2019-09-271-7/+14
| * libnm: fix variable type for holding g_strv_length() result in "nm-setting-wi...Thomas Haller2019-09-271-1/+1
| * initrd: avoid assertion inparse_rd_znet() and cleanupThomas Haller2019-09-271-9/+15
| * nm-initrd-generator - add test for rd.znetDan Horák2019-09-271-0/+13
| * process s390 specific device info from rd.znet parameter in nm-initrd-generatorDan Horák2019-09-272-1/+34
|/
* settings: fix creation of default-wired-connection in device_realized()Thomas Haller2019-09-271-1/+1
* core: merge branch 'th/config-log-no-auto-default'Thomas Haller2019-09-269-11/+68
|\
| * core: log why no "auto-default" connection was createdThomas Haller2019-09-261-4/+17
| * core: log the content of "/var/lib/NetworkManager/no-auto-default.state"Thomas Haller2019-09-266-7/+31
| * shared: add nm_utils_g_slist_strlist_join() utilThomas Haller2019-09-262-0/+20
|/
* clients/tests: don't include the source line number with client tests outputThomas Haller2019-09-265-2754/+2759
* clients/tests: skip client tests with python 3.8-betaThomas Haller2019-09-261-0/+7
* dns: merge branch 'th/dnsmasq-rework'Thomas Haller2019-09-2614-557/+1027
|\
| * dns: move ratelimiting and restart from NMDnsManager to NMDnsDnsmasqThomas Haller2019-09-264-138/+90
| * dns/dnsmasq: refactor tracking of dnsmasq processThomas Haller2019-09-264-236/+783
| * dns: move PID handling from NMDnsPlugin to NMDnsDnsmasq implementationThomas Haller2019-09-264-258/+186
| * dns/dnsmasq: move creation of update arguments to separate functionThomas Haller2019-09-261-14/+28
| * dns: return error reason from nm_dns_plugin_update()Thomas Haller2019-09-266-12/+33
| * dns: drop get_name() and is_caching() virtual functions for klass variablesThomas Haller2019-09-265-76/+29
| * core: use G_DEFINE_ABSTRACT_TYPE() macro instead of G_DEFINE_TYPE_EXTENDED()Thomas Haller2019-09-262-2/+2
| * core: extend nm_shutdown_wait_obj_*() to support waiting with explicit unregi...Thomas Haller2019-09-262-3/+21
| * shared: add compat macro for G_PID_FORMATThomas Haller2019-09-262-0/+37
|/
* release: bump version to 1.21.2-dev1.21.2-devThomas Haller2019-09-262-2/+2
* supplicant: fix rework condition in nm_supplicant_config_add_bgscan()Thomas Haller2019-09-251-1/+1
* supplicant: rework condition in nm_supplicant_config_add_bgscan()Thomas Haller2019-09-251-9/+6
* build: regenerate config-extra.h if configure was re-run with different argum...Lubomir Rintel2019-09-251-1/+1
* wifi: roam aggressively if we on a multi-AP networkKristian Klausen2019-09-251-6/+9
* build,tests: merge branch 'th/fix-python-test'Thomas Haller2019-09-256-22/+44
|\
| * gitlab-ci: add building on Fedora 31Thomas Haller2019-09-251-0/+6
| * build/meson: use python3 interpreter for "generate-setting-docs.py"Thomas Haller2019-09-251-2/+2
| * contrib/rpm: drop BuildRequires to deprecated "wireless-tools-devel"Thomas Haller2019-09-252-6/+0
| * tests: don't install bzip2 as REQUIRED_PACKAGES on Fedora/RHELThomas Haller2019-09-251-1/+0
| * tests: don't install unnecessary package in gitlab-ci testsThomas Haller2019-09-252-5/+14
| * tests: fix failure installing non-existing packages in REQUIRED_PACKAGESThomas Haller2019-09-251-4/+16
| * tests: fix "clients/tests/test-client.py" concatenating binary for Python 3Thomas Haller2019-09-251-1/+1
| * tests: don't compare string literal with "is" in "clients/tests/test-client.py"Thomas Haller2019-09-251-2/+2
| * tests: avoid deprecated GLib.IOChannel.add_watch() in "test-networkmanager-se...Thomas Haller2019-09-251-2/+4
|/
* systemd: merge branch systemd into masterThomas Haller2019-09-2521-60/+262
|\
| * systemd: update code from upstream (2019-09-24)Thomas Haller2019-09-2522-61/+261
* | settings: fix updating agent-owned VPN secretsBeniamino Galvani2019-09-242-6/+62
* | build: avoid target redefinitionBeniamino Galvani2019-09-241-2/+0
* | dhcp/nettools: round time difference when calculating the lease lifetimeThomas Haller2019-09-231-1/+1