summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: always allow reapply of MTU from wired settingbg/mtu-reapply-rh1779162Beniamino Galvani2019-12-051-0/+8
* infiniband: allow reapply of MTUBeniamino Galvani2019-12-051-0/+27
* device: don't transition assumed devices to FAILED before ACTIVATEDBeniamino Galvani2019-12-051-8/+7
* merge: support for Wi-Fi Enhanced Open (OWE)Beniamino Galvani2019-12-0520-26/+132
|\
| * libnm-core: support OWE when determining AP compatibilityDavid Bauer2019-12-051-1/+6
| * libnm/utils: add OWE security typeDavid Bauer2019-12-052-0/+13
| * client/tui: add OWE supportDavid Bauer2019-12-052-0/+10
| * client/cli: add support for OWE key management flagDavid Bauer2019-12-051-3/+11
| * clients/secret-agent: don't require secrets for OWE connectionsDavid Bauer2019-12-051-1/+1
| * clients/meta-setting-desc: allow setting wifi-sec.key-mgmt to OWEDavid Bauer2019-12-051-1/+1
| * wifi/utils: complete key-mgmt=owe for OWE capable APsDavid Bauer2019-12-051-0/+6
| * settings/ifcfg: add support for KEY_MGMT=OWEDavid Bauer2019-12-055-10/+65
| * supplicant: add support for OWE key managementDavid Bauer2019-12-052-4/+5
| * libnm-core/setting-wireless-security: add support for OWE key-managementDavid Bauer2019-12-052-5/+7
| * wifi/ap: expose OWE capabilityDavid Bauer2019-12-051-1/+4
| * libnm-core: add OWE support flagDavid Bauer2019-12-051-0/+3
|/
* initrd: merge branch 'th/initrd-parse-cleanup'Thomas Haller2019-12-053-68/+144
|\
| * initrd: don't use inet_aton() to parse IPv4 addressThomas Haller2019-12-051-14/+7
| * initrd: fix out-of-bounds read when detecting address family in dt_get_ipaddr...Thomas Haller2019-12-051-23/+7
| * initrd: use cleanup attribute in nmi_dt_reader_parse()Thomas Haller2019-12-051-21/+14
| * initrd: fix use-after-free for variable "s_gateway" in nmi_dt_reader_parse()Thomas Haller2019-12-051-2/+2
| * shared: add nm_utils_parse_inaddr_bin_full() to support legacy IPv4 formats a...Thomas Haller2019-12-052-10/+106
| * shared: add nm_utils_addr_family_from_size() helperThomas Haller2019-12-051-0/+10
|/
* settings/trivial: add fixme comment for creating GDBusConnection for ifcfg D-...Thomas Haller2019-12-051-0/+2
* initrd: generate IPv6 profiles with ipv6.addr-gen-mode=eui64Thomas Haller2019-12-043-0/+9
* gitlab-ci: fix generating "pages" after switching to Fedora 30 for main buildThomas Haller2019-12-041-1/+1
* libnm: drop unused _nm_dbus_proxy_call_sync() helperThomas Haller2019-12-032-55/+0
* cloud-setup: mark environment variables that are supported configurationThomas Haller2019-12-033-4/+13
* cloud-setup: require to explicitly opt-in for providers via environment variableThomas Haller2019-12-034-3/+19
* cloud-setup: let dispatcher script run tool only if service is enabledThomas Haller2019-12-032-1/+7
* cloud-setup: enable more sandboxing in systemd unitThomas Haller2019-12-031-0/+19
* libnm: don't emit property changed "notify" signal while destructing NMClientThomas Haller2019-12-031-0/+8
* core: fix IAID endianness in client-id generation testBeniamino Galvani2019-12-021-1/+3
* core: remove 'legacy_unstable_byteorder' argument from client-id helpersBeniamino Galvani2019-12-024-17/+7
* travis-ci: update build platform to Ubuntu 16.04 (xenial)Thomas Haller2019-12-021-44/+31
* platform/tests: skip team test when we fail to create team linkThomas Haller2019-12-021-3/+17
* cloud-setup: add comment that the tool is still experimentalThomas Haller2019-12-023-2/+3
* contrib/rpm: explicitly enable/disable bluetooth supportThomas Haller2019-12-021-0/+10
* build/meson: fix link failure of bluetooth's nm-bt-testThomas Haller2019-12-021-3/+14
* modem-broadband: avoid a crash if we fail to guess an APNLubomir Rintel2019-12-021-0/+3
* release: bump version to 1.23.0 (development)1.23.0-devThomas Haller2019-11-294-3/+18
* release: bump version to 1.21.90 (1.22-rc1)1.22-rc1Thomas Haller2019-11-292-2/+2
* NEWS: updateThomas Haller2019-11-291-7/+18
* systemd: merge branch systemd into masterThomas Haller2019-11-292-11/+45
|\
| * systemd: update code from upstream (2019-11-29)Thomas Haller2019-11-292-11/+45
| * systemd: update code from upstream (2019-11-19)Thomas Haller2019-11-202326-430450/+1231955
| |\
* | \ cloud-setup: merge branch 'th/cloud-setup'Thomas Haller2019-11-2833-75/+3750
|\ \ \
| * | | cloud-setup: add tool for automatic IP configuration in cloudThomas Haller2019-11-2824-5/+3586
| * | | shared: add nm_utils_error_new() and nm_utils_error_new_cancelled() helperThomas Haller2019-11-281-0/+16
| * | | shared: move log level info from core to "nm-logging-base.h"Thomas Haller2019-11-283-34/+57