summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | cli: expose device D-Bus pathBeniamino Galvani2019-12-104-880/+1180
| * | doc: clarify default values for ipv4.mdns and ipv4.llmnr settingsThomas Haller2019-12-103-13/+20
| * | all: merge branch 'th/polkit-permissions-cleanup'Thomas Haller2019-12-1029-960/+1421
| |\ \
| | * | clients: in debug builds randomly use sync init of NMClient for testingThomas Haller2019-12-101-0/+25
| | * | cli: don't fetch permissions for NMClient in nmcli unless requiredThomas Haller2019-12-102-40/+53
| | * | cli: use nmc_client_new_async() instead of nm_client_new_async()Thomas Haller2019-12-103-4/+15
| | * | nm-online: don't fetch permissions for NMClient in nm-onlineThomas Haller2019-12-101-0/+1
| | * | nm-online: use nmc_client_new_async() instead of nm_client_new_async()Thomas Haller2019-12-103-12/+19
| | * | cloud-setup: don't fetch permissions for NMClient in nm-cloud-setupThomas Haller2019-12-101-0/+1
| | * | cloud-setup: reuse nmc_client_new_waitsync() to create NMClient instanceThomas Haller2019-12-103-62/+27
| | * | tui: don't fetch permissions for NMClient in nmtuiThomas Haller2019-12-101-0/+1
| | * | tui: create NMClient instance via async initThomas Haller2019-12-103-2/+8
| | * | shared: add nmc_client_new_waitsync() and nmc_client_new_async*() helpersThomas Haller2019-12-102-0/+134
| | * | shared: add "shared/nm-libnm-aux" static libraryThomas Haller2019-12-105-5/+72
| | * | shared: move "shared/nm-utils/tests/test-shared-general" to "shared/nm-glib-a...Thomas Haller2019-12-105-8/+9
| | * | libnm: allow to enable/disable fetching of permissions in NMClientThomas Haller2019-12-104-24/+138
| | * | libnm: add NMClient:instance-flags propertyThomas Haller2019-12-104-0/+85
| | * | libnm: track permissions in NMClient as an array of well known permissionsThomas Haller2019-12-101-39/+41
| | * | cli: sort permission in output of `nmcli general permissions`Thomas Haller2019-12-102-514/+513
| | * | core: use nm_client_permission_result_to_string() to map permission resultThomas Haller2019-12-102-14/+13
| | * | core: don't duplicate list of known permissions in impl_manager_get_permissio...Thomas Haller2019-12-101-53/+24
| | * | shared: add nm_client_permission_result_to_string() helperThomas Haller2019-12-102-0/+14
| | * | libnm,shared: move nm_permission_result_to_client() to shared's nm_client_per...Thomas Haller2019-12-105-21/+21
| | * | libnm,cli: cleanup mapping between NMClientPermission and stringsThomas Haller2019-12-104-107/+3
| | * | libnm: add mapping functions between string and NMClientPermission enumThomas Haller2019-12-103-0/+143
| | * | libnm: move NMClientPermission/NMClientPermissionResult enums from libnm to l...Thomas Haller2019-12-102-81/+81
| | * | core: also return unknown permission check resultThomas Haller2019-12-102-4/+8
| | * | core: also check "org.freedesktop.NetworkManager.wifi.scan" permissionsThomas Haller2019-12-101-0/+2
| |/ /
| * | settings: assert that we don't leak error variable in impl_settings_load_conn...Thomas Haller2019-12-091-2/+3
| * | settings: fix use after free in keyfile's load_connections()Thomas Haller2019-12-091-1/+1
| * | ifcfg: don't use D-Bus connection if NMDBusManager is without main connectionThomas Haller2019-12-091-0/+6
| * | settings/trivial: comment why we create GDBusConnection for ifcfg D-Bus inter...Thomas Haller2019-12-091-2/+2
| * | libnm/docs: fix gtk-doc for #NMDhcpHostnameFlagsThomas Haller2019-12-091-1/+1
| * | 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