open-vault/vault
vishalnayak 57b21acabb Added unit tests for token entry upgrade 2016-09-26 18:17:50 -04:00
..
acl.go Speling police 2016-05-15 09:58:36 -07:00
acl_test.go Added tests for disallowed_policies 2016-08-02 15:21:15 -04:00
audit.go Follow Vault convention on `DELETE` being idempotent (#1903) 2016-09-19 13:02:25 -04:00
audit_test.go Follow Vault convention on `DELETE` being idempotent (#1903) 2016-09-19 13:02:25 -04:00
auth.go Follow Vault convention on `DELETE` being idempotent (#1903) 2016-09-19 13:02:25 -04:00
auth_test.go Follow Vault convention on `DELETE` being idempotent (#1903) 2016-09-19 13:02:25 -04:00
barrier.go vault: adding ability to reload master key 2015-05-29 14:29:55 -07:00
barrier_aes_gcm.go Added JSON Decode and Encode helpers. 2016-07-06 12:25:40 -04:00
barrier_aes_gcm_test.go Convert to logxi 2016-08-21 18:13:37 -04:00
barrier_test.go vault: adding ability to reload master key 2015-05-29 14:29:55 -07:00
barrier_view.go vault: Split SecurityBarrier interface to BarrierStorage 2015-04-10 16:43:35 -07:00
barrier_view_test.go vault: Adding ClearView method 2015-04-02 11:18:05 -07:00
capabilities.go Sort the capabilities before returning 2016-03-18 12:40:17 -04:00
capabilities_test.go Fix capabilities test case 2016-03-18 12:55:18 -04:00
cluster.go Convert to logxi 2016-08-21 18:13:37 -04:00
cluster_test.go Pass headers back when request forwarding (#1795) 2016-08-26 17:53:47 -04:00
core.go Plumb through the ability to set the storage read cache size. (#1784) 2016-08-26 10:27:06 -04:00
core_test.go Add support for PGP encrypting the initial root token. (#1883) 2016-09-13 18:42:24 -04:00
dynamic_system_view.go Convert to logxi 2016-08-21 18:13:37 -04:00
expiration.go Convert to logxi 2016-08-21 18:13:37 -04:00
expiration_test.go Merge pull request #1607 from hashicorp/standardize-time 2016-07-13 10:19:23 -06:00
generate_root.go Return bad request error on providing same key for root generation (#1833) 2016-09-01 17:40:01 -04:00
generate_root_test.go Add seal tests and update generate-root and others to handle dualseal. 2016-04-25 19:39:04 +00:00
init.go Add support for PGP encrypting the initial root token. (#1883) 2016-09-13 18:42:24 -04:00
init_test.go Add support for PGP encrypting the initial root token. (#1883) 2016-09-13 18:42:24 -04:00
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 Convert to logxi 2016-08-21 18:13:37 -04:00
logical_cubbyhole_test.go Update deps, and adjust usage of go-uuid to match new return values 2016-01-13 13:40:08 -05:00
logical_passthrough.go Merge branch 'master-oss' into json-use-number 2016-07-15 19:21:55 -04:00
logical_passthrough_test.go WriteOperation -> UpdateOperation 2016-01-08 13:03:03 -05:00
logical_system.go Follow Vault convention on `DELETE` being idempotent (#1903) 2016-09-19 13:02:25 -04:00
logical_system_helpers.go Convert to logxi 2016-08-21 18:13:37 -04:00
logical_system_test.go Follow Vault convention on `DELETE` being idempotent (#1903) 2016-09-19 13:02:25 -04:00
mount.go Follow Vault convention on `DELETE` being idempotent (#1903) 2016-09-19 13:02:25 -04:00
mount_test.go Follow Vault convention on `DELETE` being idempotent (#1903) 2016-09-19 13:02:25 -04:00
policy.go Preserve pointer 2016-03-10 15:55:47 -05:00
policy_store.go Migrate default policy to a const 2016-08-08 18:33:31 -04:00
policy_store_test.go Add test for non-assignable policies 2016-07-25 16:00:18 -04:00
policy_test.go Parse policy HCL syntax and keys 2016-03-10 15:25:25 -05:00
rekey.go Apply fix from #1827 to rekey 2016-09-01 17:42:28 -04:00
rekey_test.go Convert to logxi 2016-08-21 18:13:37 -04:00
request_forwarding.go Pass headers back when request forwarding (#1795) 2016-08-26 17:53:47 -04:00
request_forwarding_service.pb.go Rename proto service stuff and change log levels for some messages 2016-08-19 11:49:25 -04:00
request_forwarding_service.proto Rename proto service stuff and change log levels for some messages 2016-08-19 11:49:25 -04:00
request_handling.go Add response wrapping to list operations (#1814) 2016-09-02 01:13:14 -04:00
request_handling_test.go Fix broken test 2016-07-05 12:54:27 -04:00
rollback.go Rejig locks during unmount/remount. (#1855) 2016-09-13 11:50:14 -04:00
rollback_test.go Convert to logxi 2016-08-21 18:13:37 -04:00
router.go initial local commit 2016-07-23 21:46:28 -04:00
router_test.go Remove wrap specs from backend response 2016-05-19 03:06:09 +00:00
seal.go Convert to logxi 2016-08-21 18:13:37 -04:00
seal_test.go Split out TestSeal 2016-04-26 00:14:16 +00:00
seal_testing.go Add support for PGP encrypting the initial root token. (#1883) 2016-09-13 18:42:24 -04:00
testing.go Add support for PGP encrypting the initial root token. (#1883) 2016-09-13 18:42:24 -04:00
token_store.go Added unit tests for token entry upgrade 2016-09-26 18:17:50 -04:00
token_store_test.go Added unit tests for token entry upgrade 2016-09-26 18:17:50 -04:00
util.go Add keyring zeroize function and add some more memzero calls in 2016-05-27 20:47:40 +00:00
util_test.go Utility Enhancements 2016-04-05 20:32:59 -04:00