open-vault/logical
Jeff Mitchell 7d41607b6e Add "tidy/" which allows removing expired certificates.
A buffer is used to ensure that we only remove certificates that are
both expired and for which the buffer has past. Options allow removal
from revoked/ and/or certs/.
2016-02-24 21:24:48 -05:00
..
framework Make SanitizeTTL treat an empty string the same as a "0" string. 2016-02-18 16:51:36 -05:00
testing Add "tidy/" which allows removing expired certificates. 2016-02-24 21:24:48 -05:00
auth.go
connection.go
error.go This adds a new error class which can be used by logical backends to 2015-08-10 13:27:25 -04:00
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 Revoke permissions before dropping user in postgresql. 2015-10-30 11:58:52 -04:00
uuid.go