summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gitlab-ci: add building on Fedora 31th/fix-python-testThomas 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-241-1/+1
* tests: don't compare string literal with "is" in "clients/tests/test-client.py"Thomas Haller2019-09-241-2/+2
* tests: avoid deprecated GLib.IOChannel.add_watch() in "test-networkmanager-se...Thomas Haller2019-09-241-2/+4
* 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
* shared/trivial: rename _nm_g_slice_free_fcn1() macro to nm_g_slice_free_fcn1()Thomas Haller2019-09-231-4/+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
|\
| * settings: drop redundant check from have_connection_for_device()Thomas Haller2019-09-231-6/+0
| * settings: shortcut check for whether to create auto-default wired connectionThomas Haller2019-09-231-1/+2
| * core: fix wrongly generating "Wired connection 1" (auto-default) for ethernet...Thomas Haller2019-09-231-30/+3
|/
* bluez: merge branch 'th/bluez-rework-2'Thomas Haller2019-09-2354-2889/+4911
|\
| * bluetooth: refactor BlueZ handling and let NMBluezManager cache ObjectManager...Thomas Haller2019-09-2326-2813/+4296
| * bluetooth/tests: add "nm-bt-test helper" program for manual testing of blueto...Thomas Haller2019-09-223-13/+88
| * man: add examples how to configure bluetooth devices to `man nmcli-examples`.Thomas Haller2019-09-221-0/+22
| * wwan: simplify API of nm_modem_act_stage2_config() to never failThomas Haller2019-09-224-32/+7
| * wwan: add nm_modem_manager_get_modems() to iterate over modemsThomas Haller2019-09-223-0/+18
| * wwan: mark modems that are taken by a NMDevice as "claimed"Thomas Haller2019-09-226-12/+70
| * core: extend nm_shutdown_wait_obj_*() to support notification via a GCancellableThomas Haller2019-09-225-12/+66
| * core: add and use NM_MANAGER_GET macroThomas Haller2019-09-2210-16/+17
| * shared: add more nm_dbus_connection_call_*() and nm_dbus_connection_signal_su...Thomas Haller2019-09-222-5/+287
| * shared,all: add and use DBUS_INTERFACE_OBJECT_MANAGER defineThomas Haller2019-09-224-3/+5
| * shared: add nm_utils_hash_values_to_array() helperThomas Haller2019-09-222-0/+43
| * shared: add nm_auto_remove_source cleanup macroThomas Haller2019-09-221-0/+3
| * shared: add nm_auto_unref_io_channel cleanup macroThomas Haller2019-09-221-0/+3
| * shared: support nm_g_slice_free_fcn() for sizes of 32 bytesThomas Haller2019-09-221-1/+4
|/
* libnm/test: add unit test with consistency checks about NMSetting type infoThomas Haller2019-09-213-0/+166
* libnm: merge branch 'th/libnm-dbus-rework-1'Thomas Haller2019-09-2110-116/+275
|\
| * libnm: drop unused property setter NM_DEVICE_MANAGEDThomas Haller2019-09-211-5/+0
| * libnm: inline NMManager's get_permissions_sync()Thomas Haller2019-09-211-24/+10
| * libnm: drop _nm_dbus_is_connection_private()Thomas Haller2019-09-213-24/+3
| * libnm: drop nm_dbus_new_connection() helper APIThomas Haller2019-09-213-63/+6
| * shared: add NMRefStringThomas Haller2019-09-214-0/+242
| * shared: add nm_auto_unlock_g_mutex and NM_G_MUTEX_LOCKED() helper macrosThomas Haller2019-09-211-0/+14
|/
* wifi: fix the supplicant config testLubomir Rintel2019-09-201-2/+2
* tui: wifi: support WPA3-Personal (SAE)Beniamino Galvani2019-09-202-0/+11
* libnm-core: support SAE when determining AP compatibilityBeniamino Galvani2019-09-201-1/+6
* wifi: roam more aggressivelyKristian Klausen2019-09-201-1/+1
* introspection: fix documentation for Wimax(Hardware)?EnabledLubomir Rintel2019-09-201-3/+4
* cli: add kill switch indication to "nmcli" outputLubomir Rintel2019-09-204-0/+45
* Merge branch 'bg/dhcp-keep'Beniamino Galvani2019-09-182-11/+31
|\
| * device: keep client running after activation failureBeniamino Galvani2019-09-181-8/+16