summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* TEST: print specs for debugging test failure "allow_wired_connections"th/check-have-connection-for-auto-defaultThomas Haller2019-09-222-0/+10
* settings: drop redundant check from have_connection_for_device()Thomas Haller2019-09-221-6/+0
* settings: shortcut check for whether to create auto-default wired connectionThomas Haller2019-09-221-1/+2
* core: fix wrongly generating "Wired connection 1" (auto-default) for ethernet...Thomas Haller2019-09-221-30/+3
* 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
|\
| * dhcp: nettools: drop useless "options" GHashTable checksFrancesco Giudici2019-09-131-8/+5
| * dhcp: nettools: add utf8 checking on the wpad optionFrancesco Giudici2019-09-132-3/+7
| * dhcp: nettools: drop the 'iface' parameter when no more usedFrancesco Giudici2019-09-131-25/+13
| * dhcp: nettools: drop plugin logging of the lease optionsFrancesco Giudici2019-09-131-38/+17
| * dhcp: internal: drop plugin logging of the lease optionsFrancesco Giudici2019-09-131-88/+20
| * dhcp: log the dhcp options got in the lease once for all pluginFrancesco Giudici2019-09-131-9/+11
| * dhcp: nettools: retrieve and expose the private dhcp optionsFrancesco Giudici2019-09-131-0/+38
| * dhcp: nettools: retrieve and expose the expiry timeFrancesco Giudici2019-09-131-8/+41
|/
* wifi: allow reapply when the seen-bssids property changedBeniamino Galvani2019-09-132-0/+2
* meson: fix build_clean.sh -w meson -w testFrancesco Giudici2019-09-131-0/+1
* libnm: Add missing autoptr macros for classesRobert Ancell2019-09-131-0/+40
* build: make test-service-providers depend on nm-core-enum-types.hLubomir Rintel2019-09-111-0/+2
* build/debian: install mobile-broadband-provider-infolr/debian-service-providerLubomir Rintel2019-09-112-0/+2
* merge: branch 'lr/gsm-default-apn'Lubomir Rintel2019-09-1122-78/+1000
|\
| * wwan/modem-broadband: add capability to look up default APN/username/passwordlr/gsm-default-apnLubomir Rintel2019-09-116-28/+127
| * wwan/modem-broadband: get rid of g_assert*()Lubomir Rintel2019-09-111-10/+13
| * wwan/tests: test service-providers.xml parserLubomir Rintel2019-09-116-2/+243
| * wwan: add service-providers.xml parserLubomir Rintel2019-09-114-1/+489
| * setting-gsm: allow empty apn property in verify()Thomas Haller2019-09-112-2/+2
| * setting-gsm: use size_t variable for strlen() resultThomas Haller2019-09-111-5/+6