summaryrefslogtreecommitdiff
path: root/mesh/manager.c
Commit message (Expand)AuthorAgeFilesLines
* mesh: Fix uninitialized memory usageBrian Gix2023-03-141-1/+1
* mesh: Add Remote ProvisioningBrian Gix2023-01-301-115/+420
* mesh: Implement ExportKeys() methodInga Stotland2021-09-271-0/+35
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
* mesh: Make "Busy" and "InProgress" to be distinct errorsInga Stotland2020-06-101-6/+5
* mesh: Debug output clean upInga Stotland2020-06-011-3/+3
* mesh: Fix leaked message referenceBrian Gix2020-05-221-1/+2
* mesh: Refresh provisioner's capabilitiesMichał Lowas-Rzechonek2020-04-011-9/+24
* mesh: Remove unused 'server' argumentMichał Lowas-Rzechonek2020-04-011-1/+1
* mesh: Update UnprovisionedScan, AddNode & ScanResultInga Stotland2020-03-301-9/+30
* mesh: rework incoming advertisement filteringBrian Gix2020-02-261-2/+3
* mesh: Style fixInga Stotland2020-01-061-29/+30
* mesh: Fix dbus management interface input paramsRafał Gajda2019-11-201-31/+29
* mesh: Cancel unprovisioned scan on exit or app disconnectInga Stotland2019-11-141-0/+8
* mesh: Fix clean up after AddNode methodInga Stotland2019-11-121-3/+1
* mesh: Add authorization checks for Manager iface methodsInga Stotland2019-11-041-3/+57
* mesh: Fix Key Ring permissions for local nodesBrian Gix2019-10-011-5/+0
* mesh: Automate AppKey update on KR phase 2-->3-->0Brian Gix2019-09-101-33/+20
* mesh: Check address range passed to ImportRemoteNodeMichał Lowas-Rzechonek2019-07-191-0/+10
* mesh: Implement DBus Provisioning methodsBrian Gix2019-07-141-8/+296
* mesh: Implement remote dev key methods for keyringBrian Gix2019-05-241-3/+35
* mesh: Implement Key Refresh Phasing in keyringBrian Gix2019-05-241-3/+50
* mesh: Implement App Key keyring storage handlingBrian Gix2019-05-241-15/+71
* mesh: Implement Net Key keyring storage handlingBrian Gix2019-05-241-12/+75
* mesh: Add skeleton for org.bluez.mesh.Management1 interfaceInga Stotland2019-05-151-0/+266