open-vault/vault
2016-08-08 10:00:01 -04:00
..
acl.go
acl_test.go Added tests for disallowed_policies 2016-08-02 15:21:15 -04:00
audit.go fixing id in buildLogicalRequest 2016-07-26 15:50:37 -04:00
audit_test.go Fix request_id test failures 2016-07-26 18:30:13 -04:00
auth.go AppRole authentication backend 2016-07-26 09:32:41 -04:00
auth_test.go
barrier.go
barrier_aes_gcm.go Added JSON Decode and Encode helpers. 2016-07-06 12:25:40 -04:00
barrier_aes_gcm_test.go
barrier_test.go
barrier_view.go
barrier_view_test.go
capabilities.go
capabilities_test.go
cluster.go coreClusterPath -> coreLocalClusterPath 2016-08-03 09:50:21 -04:00
cluster_test.go Remove global name/id. Make only cluster name configurable. 2016-07-26 10:01:35 -04:00
core.go Fix invalid input getting marked as internal error 2016-07-28 16:23:11 -04:00
core_test.go initial local commit 2016-07-23 21:46:28 -04:00
dynamic_system_view.go
expiration.go Merge branch 'master-oss' into json-use-number 2016-07-15 19:21:55 -04:00
expiration_test.go Merge pull request #1607 from hashicorp/standardize-time 2016-07-13 10:19:23 -06:00
generate_root.go
generate_root_test.go
init.go
init_test.go
keyring.go Added JSON Decode and Encode helpers. 2016-07-06 12:25:40 -04:00
keyring_test.go Remove Unix() invocations on 'time.Time' objects and removed conversion of time to UTC 2016-07-08 18:30:18 -04:00
logical_cubbyhole.go Added JSON Decode and Encode helpers. 2016-07-06 12:25:40 -04:00
logical_cubbyhole_test.go
logical_passthrough.go Merge branch 'master-oss' into json-use-number 2016-07-15 19:21:55 -04:00
logical_passthrough_test.go
logical_system.go Add accessor list function to token store 2016-07-29 18:20:38 -04:00
logical_system_helpers.go
logical_system_test.go Add test for non-assignable policies 2016-07-25 16:00:18 -04:00
mount.go Switch some errors that ought to be 500 to 500 2016-08-04 09:11:24 -04:00
mount_test.go
policy.go
policy_store.go Make capabilities-self part of the default policy. 2016-08-08 10:00:01 -04:00
policy_store_test.go Add test for non-assignable policies 2016-07-25 16:00:18 -04:00
policy_test.go
rekey.go Added JSON Decode and Encode helpers. 2016-07-06 12:25:40 -04:00
rekey_test.go
request_handling.go fixes based proper interpretation of comments 2016-07-26 12:20:27 -04:00
request_handling_test.go
rollback.go Ensure mount/auth tables are not nil when triggering rollback 2016-07-18 22:02:39 -04:00
rollback_test.go
router.go initial local commit 2016-07-23 21:46:28 -04:00
router_test.go
seal.go Added JSON Decode and Encode helpers. 2016-07-06 12:25:40 -04:00
seal_test.go
seal_testing.go
testing.go
token_store.go Don't mark never-expiring root tokens as renewable 2016-08-05 11:15:25 -04:00
token_store_test.go Addressed review feedback 2016-08-02 16:53:06 -04:00
util.go
util_test.go