open-vault/logical
Jeff Mitchell 8f437d6142 Make logical.InmemStorage a wrapper around physical.InmemBackend.
This:

* Allows removing LockingInmemStorage since the physical backend already
  locks properly
* Makes listing work properly by adhering to expected semantics of only
  listing up to the next prefix separator
* Reduces duplicated code
2016-06-06 12:03:08 -04:00
..
framework Speling police 2016-05-15 09:58:36 -07:00
testing Address most review feedback. Change responses to multierror to better return more useful values when there are multiple errors 2016-05-16 16:11:33 -04:00
auth.go AccessorID --> Accessor, accessor_id --> accessor 2016-03-09 06:23:31 -05:00
connection.go
error.go
lease.go Remove grace periods 2016-01-31 19:33:16 -05:00
lease_test.go Remove grace periods 2016-01-31 19:33:16 -05:00
logical.go
request.go Add wrapping through core and change to use TTL instead of Duration. 2016-05-02 00:47:35 -04:00
response.go Implement WrapInfo audit logging 2016-05-07 20:03:56 -04:00
sanitize.go Add some comments to sanitize 2016-05-16 16:12:45 -04:00
secret.go Remove grace periods 2016-01-31 19:33:16 -05:00
storage.go
storage_inmem.go Make logical.InmemStorage a wrapper around physical.InmemBackend. 2016-06-06 12:03:08 -04:00
storage_inmem_test.go
system_view.go Make a non-caching but still locking variant of transit for when caches are disabled 2016-05-02 22:36:44 -04:00
testing.go
uuid.go