open-vault/logical
Jeff Mitchell f9fb20bbe4 Make SanitizeTTL treat an empty string the same as a "0" string.
This causes a 0 TTL to be returned for the value, which is a clue to
other parts of Vault to use appropriate defaults. However, this makes
the defaults be used at lease allocation or extension time instead of
when parsing parameters.
2016-02-18 16:51:36 -05:00
..
framework Make SanitizeTTL treat an empty string the same as a "0" string. 2016-02-18 16:51:36 -05:00
testing
auth.go
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
locking_inmem_storage.go Introduce a locking inmem storage for unit tests that are doing concurrent things 2016-02-04 09:40:35 -05:00
locking_inmem_storage_test.go Introduce a locking inmem storage for unit tests that are doing concurrent things 2016-02-04 09:40:35 -05:00
logical.go Address some more review feedback 2016-01-12 15:09:16 -05:00
request.go Use logical operations instead of strings for comparison 2016-01-12 21:16:31 -05:00
response.go Address some listing review feedback 2016-01-22 10:07:32 -05:00
secret.go Remove grace periods 2016-01-31 19:33:16 -05:00
storage.go
storage_inmem.go
storage_inmem_test.go
system_view.go Allow backends to see taint status. 2016-01-22 17:01:22 -05:00
testing.go
uuid.go