summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-29release: bump version to 1.22.141.22.14Thomas Haller2-2/+2
2020-05-29NEWS: updateThomas Haller1-0/+12
2020-05-29contrib/rpm: add build dependency for iproute2Thomas Haller1-0/+1
2020-05-29contrib/rpm: log MD5/SHA sums of release tarball during build_clean.shThomas Haller2-0/+10
2020-05-29gitlab-ci: add more CentOS images for testsThomas Haller1-5/+26
2020-05-29gitlab-ci: accept failure in REQUIRED_PACKAGES script for non-existing qt-develThomas Haller1-3/+3
2020-05-29ifcfg-rh: merge branch 'th/ifcfg-rh-802-1x-pin'Thomas Haller7-8/+28
2020-05-29ifcfg-rh: support persisting 802-1x.pin and pin-flags propertyThomas Haller7-4/+24
2020-05-29libnm,ifcfg-rh: fix documentation for IEEE_8021X_SYSTEM_CA_CERTS in `man nm-s...Thomas Haller1-2/+2
2020-05-29libnm,ifcfg-rh: fix documentation for IEEE_8021X_PASSWORD_RAW_FLAGS in `man n...Thomas Haller1-2/+2
2020-05-27libnm,ifcfg-rh: merge branch 'th/ifcfg-rh-ca-path'Thomas Haller6-20/+53
2020-05-27libnm: update documentation for 802-1x ca-cert, ca-path and system-ca-certsThomas Haller2-20/+38
2020-05-27ifcfg-rh: fix handling "802-1x.{phase2-,}ca-path" in ifcfg-rh settings pluginThomas Haller2-0/+13
2020-05-27build: log system-ca-path configure setting in build scriptsThomas Haller2-0/+2
2020-05-27keyfile: suppress bogus warning about [ethernet-s390-options] settingThomas Haller1-1/+2
2020-05-21release: bump version to 1.22.13 (development)1.22.13-devBeniamino Galvani2-2/+2
2020-05-21release: bump version to 1.22.121.22.12Beniamino Galvani2-2/+2
2020-05-21release: update NEWSBeniamino Galvani1-0/+5
2020-05-19core: signal parent-active only when the parent AC is activatedBeniamino Galvani1-1/+3
2020-05-19core: merge branch 'bg/shared-mode-firewall-rh1829637'Beniamino Galvani11-1/+113
2020-05-19contrib/rpm: enable the firewalld zone in F32 and RHEL8Beniamino Galvani2-0/+28
2020-05-19device: use the nm-shared firewalld zone in shared modeBeniamino Galvani2-1/+28
2020-05-19build: install a firewalld zone for shared modeBeniamino Galvani7-0/+57
2020-05-15ip-tunnel: merge branch 'bg/ip-tunnel-cloned-mac-rh1832170'Beniamino Galvani3-4/+33
2020-05-15ip-tunnel: set cloned-mac-address only for layer2 tunnel devicesBeniamino Galvani1-1/+19
2020-05-15libnm-core: add _nm_ip_tunnel_mode_is_layer2()Beniamino Galvani2-3/+14
2020-05-12cli: unref main loop after destroying NMClient instanceBeniamino Galvani1-1/+1
2020-05-08acd: fix char buffer argument to _acd_event_to_string_buf()Thomas Haller1-1/+1
2020-05-07acd: avoid alloca() inside an unbounded loopThomas Haller1-2/+16
2020-05-06libnm: fix gtk-doc annotations for nm_setting_match_get_interface_names()Thomas Haller1-1/+2
2020-05-04platform: fix test failure when /proc is mounted read-onlyBeniamino Galvani1-24/+53
2020-04-30n-dhcp4: don't fail dispatch in case of receive errorsBeniamino Galvani2-8/+22
2020-04-28device: flush IP configuration of slaves during activationBeniamino Galvani1-12/+31
2020-04-28vpn: clear host part of IPv6 routes received from VPN pluginThomas Haller1-0/+2
2020-04-24man: mention the meaning of may-fail in the nm-online man pageBeniamino Galvani1-0/+8
2020-04-22cli: unset "ipv[46].never-default" when setting "ipv[46].gateway"Thomas Haller3-3/+12
2020-04-22bluetooth: disconnect signal on disposeBeniamino Galvani1-0/+1
2020-04-21dhcp-helper: retry in case of failure connecting to D-Bus unix socketBeniamino Galvani1-9/+36
2020-04-20tests: abort test runner if exec failsThomas Haller1-0/+1
2020-04-20libnm-core: add 'no-reload' and 'trust-ad' resolv.conf optionsBeniamino Galvani2-0/+4
2020-04-19contrib/rpm: fix spec file using bare wordsThomas Haller1-2/+2
2020-04-19contrib/rpm: fix spec file using bare wordsThomas Haller1-1/+1
2020-04-18gitlab-ci: use old meson version on Ubuntu 16.04 to work with ninja-1.5.1Thomas Haller1-1/+2
2020-04-15keyfile: minor cleanup handling error in read_array_of_uint()Thomas Haller1-2/+3
2020-04-15keyfile: avoid assertion failure in nm_keyfile_plugin_kf_get_{string,integer}...Thomas Haller1-1/+0
2020-04-14po: update Polish (pl) translationPiotr Drąg1-573/+578
2020-04-09ovsdb: retry calls in case of communication error with serverBeniamino Galvani1-26/+55
2020-04-02contrib/rpm: avoid bare words in spec fileThomas Haller1-2/+2
2020-04-02gitlab-ci: set DEBIAN_FRONTEND=noninteractive for `apt-get install`Thomas Haller1-2/+2
2020-04-02all: merge branch 'th/strtoll-workaround'Thomas Haller9-18/+185