summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp/nettools: don't trim the "expiry" timestamp to 32 bitth/dhcp-lifetimeThomas Haller2019-09-231-9/+8
* 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
| * device: accept lease only after addresses are configuredBeniamino Galvani2019-09-181-2/+14
| * n-dhcp4: arm timers in bound stateBeniamino Galvani2019-09-181-1/+1
|/
* merge: branch 'bg/cli-general-reload'Beniamino Galvani2019-09-1714-29/+359
|\
| * cli: add 'general reload' commandBeniamino Galvani2019-09-171-0/+97
| * cli: don't create a NMClient for the 'connection reload' commandBeniamino Galvani2019-09-173-4/+65
| * libnm: add nm_client_reload()Beniamino Galvani2019-09-175-0/+162
| * libnm: export reload flagsBeniamino Galvani2019-09-175-24/+34
| * systemd: use busctl instead of dbus-sendBeniamino Galvani2019-09-171-1/+1
|/
* supplicant: add FT-SAE key-mgmt to verification listBeniamino Galvani2019-09-161-1/+1
* merge: branch 'fg/nettools_dhcp_options_II'Francesco Giudici2019-09-134-162/+135
|\