Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ v2 0/9] Permanent storage of SMP keys
@ 2011-07-06 20:10 Vinicius Costa Gomes
  2011-07-06 20:10 ` [PATCH BlueZ v2 1/9] Add stubs for storing " Vinicius Costa Gomes
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Vinicius Costa Gomes @ 2011-07-06 20:10 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Vinicius Costa Gomes

Changes from last version:
 - Fixed a memory leak in the way that the core loads the keys;

--

Vinicius Costa Gomes (9):
  Add stubs for storing SMP keys
  Add support for storing SMP keys
  Add support for creating the device from the SMP keys
  Define macros for link key types
  Fix using "magic" values for key types
  Fix memory leak when loading keys
  Add support for getting the Encryption Key Size via btio
  Add support for passing the CID to btiotest
  Add support for btiotest to returning the key size

 btio/btio.c       |   21 ++++++++++++++
 btio/btio.h       |    1 +
 doc/mgmt-api.txt  |    2 +
 lib/bluetooth.h   |    1 +
 lib/hci.h         |   13 ++++++++
 lib/mgmt.h        |    2 +
 plugins/hciops.c  |   26 +++++++++++++----
 plugins/mgmtops.c |   33 +++++++++++++++------
 src/adapter.c     |   81 +++++++++++++++++++++++++++++++++++++++++++++++++++--
 src/adapter.h     |    2 +
 src/event.c       |   61 +++++++++++++++++++++++++++++++++++++--
 src/event.h       |    2 +-
 src/storage.c     |   28 ++++++++++++++++++
 src/storage.h     |    2 +
 test/btiotest.c   |   24 ++++++++++++++--
 15 files changed, 273 insertions(+), 26 deletions(-)

--
1.7.6


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-07-07 11:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-06 20:10 [PATCH BlueZ v2 0/9] Permanent storage of SMP keys Vinicius Costa Gomes
2011-07-06 20:10 ` [PATCH BlueZ v2 1/9] Add stubs for storing " Vinicius Costa Gomes
2011-07-06 20:10 ` [PATCH BlueZ v2 2/9] Add support " Vinicius Costa Gomes
2011-07-07  8:28   ` Marcel Holtmann
2011-07-06 20:10 ` [PATCH BlueZ v2 3/9] Add support for creating the device from the " Vinicius Costa Gomes
2011-07-06 20:10 ` [PATCH BlueZ v2 4/9] Define macros for link key types Vinicius Costa Gomes
2011-07-06 20:10 ` [PATCH BlueZ v2 5/9] Fix using "magic" values for " Vinicius Costa Gomes
2011-07-06 20:10 ` [PATCH BlueZ v2 6/9] Fix memory leak when loading keys Vinicius Costa Gomes
2011-07-07  8:35   ` Marcel Holtmann
2011-07-07 11:01     ` Anderson Lizardo
2011-07-06 20:10 ` [PATCH BlueZ v2 7/9] Add support for getting the Encryption Key Size via btio Vinicius Costa Gomes
2011-07-06 20:10 ` [PATCH BlueZ v2 8/9] Add support for passing the CID to btiotest Vinicius Costa Gomes
2011-07-06 20:10 ` [PATCH BlueZ v2 9/9] Add support for btiotest to returning the key size Vinicius Costa Gomes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox