summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* wifi/p2p: fix crash due to invalid signal handler supplicant_group_iface_grou...Thomas Haller2019-09-231-0/+1
* 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
* bluetooth: refactor BlueZ handling and let NMBluezManager cache ObjectManager...Thomas Haller2019-09-2322-2808/+4282
* bluetooth/tests: add "nm-bt-test helper" program for manual testing of blueto...Thomas Haller2019-09-221-0/+36
* 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,all: add and use DBUS_INTERFACE_OBJECT_MANAGER defineThomas Haller2019-09-223-3/+3
* wifi: fix the supplicant config testLubomir Rintel2019-09-201-2/+2
* wifi: roam more aggressivelyKristian Klausen2019-09-201-1/+1
* 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
* libnm: export reload flagsBeniamino Galvani2019-09-173-24/+5
* supplicant: add FT-SAE key-mgmt to verification listBeniamino Galvani2019-09-161-1/+1
* 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
* wwan/modem-broadband: add capability to look up default APN/username/passwordlr/gsm-default-apnLubomir Rintel2019-09-111-28/+107
* wwan/modem-broadband: get rid of g_assert*()Lubomir Rintel2019-09-111-10/+13
* wwan/tests: test service-providers.xml parserLubomir Rintel2019-09-114-1/+217
* wwan: add service-providers.xml parserLubomir Rintel2019-09-113-0/+485
* wwan: remove an accidentally committed fileLubomir Rintel2019-09-111-0/+0
* all: SPDX header conversionLubomir Rintel2019-09-10356-5014/+381
* initrd: add devicetree supportLubomir Rintel2019-09-1026-1/+580
* platforn/linux: don't fall back to WEXT for OLPC Meshlr/olpc-meshLubomir Rintel2019-09-071-9/+1
* wifi/olpc-mesh: fix the stage2Lubomir Rintel2019-09-071-14/+33
* wifi/olpc-mesh: drop assert(companion) from get_autoconnect_allowed()Lubomir Rintel2019-09-071-3/+3
* wifi: add OLPC Mesh support via nl80211Lubomir Rintel2019-09-071-0/+67
* dhcp: nettools: read/write lease filesFrancesco Giudici2019-09-051-2/+57
* dhcp: dhclient: use the shared function to retrieve the lease file pathFrancesco Giudici2019-09-051-24/+2
* dhcp: prefer nm_assert() to g_assert*()Francesco Giudici2019-09-053-3/+3
* dhcp: internal: use the shared function to retrieve the lease file pathFrancesco Giudici2019-09-051-35/+5
* dhcp: add a shared function to retrieve the dhcp lease fileFrancesco Giudici2019-09-052-1/+60
* core: add audit log for the SaveHostname callBeniamino Galvani2019-09-052-12/+27
* core: add defines for common authentication-related error messagesBeniamino Galvani2019-09-055-22/+26
* core/tests: avoid deprecated g_main_run()/g_main_loop_unref() in testThomas Haller2019-09-031-3/+2
* manager: keep device if realize() failsBeniamino Galvani2019-09-031-1/+0
* device: don't set nm-owned flag if realize() failsBeniamino Galvani2019-09-031-2/+5
* device: fix crash when master connection failsBeniamino Galvani2019-09-031-5/+5
* ipv6: disable kernel handling of RAs (accept_ra)Beniamino Galvani2019-08-302-25/+4