summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ethernet: honor the 802-1x.optional propertybg/802-1x-optional-on-1-20Beniamino Galvani2019-11-051-23/+81
* all: add 802-1x.optional propertyBeniamino Galvani2019-11-059-0/+92
* supplicant: export authentication stateBeniamino Galvani2019-11-052-0/+59
* device/trivial: rename local variable for device in "nm-device-{ethernet,macv...Thomas Haller2019-11-052-17/+18
* iwd: unbreak iwd-1.0Lubomir Rintel2019-11-031-1/+9
* iwd: add some missing error handlingLubomir Rintel2019-11-031-0/+10
* build: add PPPD_PATH to config.h.mesonworldofpeace2019-11-011-0/+3
* libnm/utils: fix buildLubomir Rintel2019-10-111-12/+6
* dhcp: include conditionals from existing dhclient configurationBeniamino Galvani2019-10-102-12/+50
* supplicant: allow PMF with SAEBeniamino Galvani2019-10-092-3/+2
* libnm/utils: add SAE security typeLubomir Rintel2019-10-092-1/+27
* bluetooth: don't set the ifindex after the device has been activatedLubomir Rintel2019-10-091-0/+3
* build: regenerate config-extra.h if configure was re-run with different argum...Lubomir Rintel2019-10-091-1/+1
* contrib/checkpatch: fix the systemd code pathLubomir Rintel2019-10-081-1/+1
* run-nm-test: fix using exec instead of running and exitingThomas Haller2019-10-081-2/+2
* run-nm-test: Just use exec instead of running and exitingMarco Trevisan (Treviño)2019-10-081-2/+1
* run-nm-test: Set NM_TEST_UNDER_VALGRIND accordinglyMarco Trevisan (Treviño)2019-10-081-0/+2
* checkpatch,gitlab-ci: let checkpatch script compare against latest upstream m...Thomas Haller2019-10-082-1/+7
* gitlab-ci: workaround unit test failure for iproute2 bug in "ubuntu:devel"Thomas Haller2019-10-011-1/+1
* release: bump version to 1.20.5 (development)show1.20.5-devThomas Haller2019-09-302-2/+2
* release: bump version to 1.20.41.20.4Thomas Haller2019-09-302-2/+2
* release: update NEWSThomas Haller2019-09-301-5/+5
* clients/tests: fix expected client test outputThomas Haller2019-09-273-2782/+310
* device: fix wrong string compare in _commit_mtu()Beniamino Galvani2019-09-271-1/+1
* device: don't reapply IP config on link up for disconnected devicesBeniamino Galvani2019-09-271-4/+10
* release: update NEWSThomas Haller2019-09-271-0/+15
* clients/tests: don't include the source line number with client tests outputThomas Haller2019-09-275-2138/+4615
* clients/tests: skip client tests with python 3.8-betaThomas Haller2019-09-271-0/+7
* 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
* build,tests: merge branch 'th/fix-python-test'Thomas Haller2019-09-256-21/+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-4/+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
|/
* contrib/rpm: "Suggest" wpa_supplicant for NetworkManager-wifi packageThomas Haller2019-09-231-0/+1
* wifi/p2p: fix crash due to invalid signal handler supplicant_group_iface_grou...Thomas Haller2019-09-231-0/+1
* core: merge branch 'th/check-have-connection-for-auto-default'Thomas Haller2019-09-231-36/+4
|\