summaryrefslogtreecommitdiff
path: root/mesh
Commit message (Expand)AuthorAgeFilesLines
* mesh: ELL encrypt dependancy README section addedBrian Gix2019-05-311-0/+14
* mesh: Convert crypto to use ELL wrappersBrian Gix2019-05-311-464/+54
* mesh: Fix long MIC usage in segmented messagesJakub Witowski2019-05-241-1/+4
* 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: Centralize definition of PRIMARY_NET_IDXBrian Gix2019-05-242-7/+6
* mesh: Remove unnecessary includes from .c filesInga Stotland2019-05-1720-121/+10
* mesh: Update copyright datesInga Stotland2019-05-1723-23/+23
* mesh: Save generated Net and Dev keys in KeyRingBrian Gix2019-05-151-4/+16
* mesh: Fix file open error checking and permissionsBrian Gix2019-05-152-4/+6
* mesh: Add skeleton for org.bluez.mesh.Management1 interfaceInga Stotland2019-05-155-4/+296
* mesh: Add check for org.bluez.mesh.Provisioner1 interfaceInga Stotland2019-05-152-2/+6
* mesh: Add key storageBrian Gix2019-05-132-0/+347
* mesh: Reconfigure node storage treeBrian Gix2019-05-134-67/+131
* mesh: Add CreateNetwork method() implementationInga Stotland2019-05-103-78/+218
* mesh: Use node uuids as storage directory namesMichaƂ Lowas-Rzechonek2019-05-087-103/+52
* mesh: Unify processing of GetManagedObjects resultInga Stotland2019-05-022-182/+182
* mesh: Consolidate processing of mesh element propertiesInga Stotland2019-05-021-102/+167
* mesh: Clean up processing of Attach() methodInga Stotland2019-05-023-58/+39
* mesh: Remove Node interface if node owner disconnectsInga Stotland2019-05-021-3/+7
* mesh: Fix the cleanup of failed Join callInga Stotland2019-04-221-2/+2
* mesh: Fix structure memeber initializationInga Stotland2019-04-221-1/+1
* mesh: Allow only one app attachment per nodeInga Stotland2019-04-221-2/+6
* mesh: Fix network information cleanupInga Stotland2019-04-191-0/+1
* mesh: Fix decryption when on more than one NetworkBrian Gix2019-04-161-4/+7
* mesh: Create and store random token per nodeBrian Gix2019-04-096-5/+70
* mesh: Store node state variables prior to responseBrian Gix2019-03-263-29/+83
* mesh: Fix json-c calling conventionsBrian Gix2019-03-261-122/+82
* mesh: Fix adding model app key bindingInga Stotland2019-03-221-2/+3
* mesh: Correctly initialize node's vendor modelsInga Stotland2019-03-211-6/+9
* mesh: Fix bug with adding more than one app keyStotland, Inga2019-03-111-2/+0
* mesh: Store model publication settings in config fileInga Stotland2019-03-114-12/+54
* mesh: Save model subscription updates to config fileInga Stotland2019-03-111-2/+58
* mesh: Add json config functions to save pub/sub updatesInga Stotland2019-03-113-5/+291
* mesh: Set node ID for a newly provisioned nodeInga Stotland2019-03-111-0/+2
* mesh: Enable local loopbackBrian Gix2019-03-111-19/+32
* mesh: Fix array processing in Send, Publish, JoinInga Stotland2019-03-072-20/+17
* mesh: Implement Leave() method on Network interfaceInga Stotland2019-02-281-1/+18
* mesh: Cleanup storage save and remove proceduresInga Stotland2019-02-284-15/+36
* mesh: Re-arrange node cleanup functionsInga Stotland2019-02-284-26/+40
* mesh: Fix type checking for 32 vs 64 bit systemsBrian Gix2019-02-282-4/+4
* mesh: Fix for file naming conventionBrian Gix2019-02-217-6/+6
* mesh: Return correct error code for AppKey List commandInga Stotland2019-02-191-0/+3
* mesh: Save newly added or updated app key to config fileInga Stotland2019-02-193-59/+57
* mesh: Separate functions for app key add and updateInga Stotland2019-02-193-41/+60
* mesh: Use l_malloc instead of l_new with a castMarcel Holtmann2019-02-161-1/+1
* mesh: Use PRIx64 instead of %16.16lxMarcel Holtmann2019-02-161-1/+1
* mesh: Save newly added or updated net key to config fileInga Stotland2019-02-126-82/+80