This version 6 allows the legal file descriptor == 0, and uses lseek() to streamline checking network bindings when updating application keys. Brian Gix (2): mesh: Reconfigure node storage tree mesh: Add key storage Makefile.mesh | 1 + mesh/README | 34 ++++++- mesh/keyring.c | 298 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ mesh/keyring.h | 49 ++++++++++ mesh/node.c | 16 ++-- mesh/node.h | 4 +- mesh/storage.c | 144 +++++++++++++++++----------- 7 files changed, 479 insertions(+), 67 deletions(-) create mode 100644 mesh/keyring.c create mode 100644 mesh/keyring.h -- 2.14.5