open-vault/vault
2016-10-30 15:09:45 -07:00
..
acl.go Had to change what a wildcard value in a parameter mapped to, from a nil value to an empty struct 2016-10-28 12:54:37 -07:00
acl_test.go started acl_test updates 2016-10-30 15:09:45 -07:00
audit.go Adds HUP support for audit log files to close and reopen. (#1953) 2016-09-30 12:04:50 -07:00
audit_test.go Adds HUP support for audit log files to close and reopen. (#1953) 2016-09-30 12:04:50 -07: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
barrier_aes_gcm.go
barrier_aes_gcm_test.go Convert to logxi 2016-08-21 18:13:37 -04:00
barrier_test.go
barrier_view.go
barrier_view_test.go
capabilities.go
capabilities_test.go
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 Changed AllowOperation to take logical.Request 2016-10-16 16:29:52 -07:00
core_test.go Wrapping enhancements (#1927) 2016-09-28 21:01:28 -07:00
dynamic_system_view.go Changed AllowOperation to take logical.Request 2016-10-16 16:29:52 -07:00
expiration.go Change default TTL from 30 to 32 to accommodate monthly operations (#1942) 2016-09-28 18:32:49 -04:00
expiration_test.go
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
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
keyring_test.go
logical_cubbyhole.go Convert to logxi 2016-08-21 18:13:37 -04:00
logical_cubbyhole_test.go Change default TTL from 30 to 32 to accommodate monthly operations (#1942) 2016-09-28 18:32:49 -04:00
logical_passthrough.go
logical_passthrough_test.go Change default TTL from 30 to 32 to accommodate monthly operations (#1942) 2016-09-28 18:32:49 -04:00
logical_system.go Wrapping enhancements (#1927) 2016-09-28 21:01:28 -07:00
logical_system_helpers.go Convert to logxi 2016-08-21 18:13:37 -04:00
logical_system_test.go Wrapping enhancements (#1927) 2016-09-28 21:01:28 -07:00
mount.go Adds HUP support for audit log files to close and reopen. (#1953) 2016-09-30 12:04:50 -07:00
mount_test.go Follow Vault convention on DELETE being idempotent (#1903) 2016-09-19 13:02:25 -04:00
policy.go Update acl and policy tests to use Permissions. 2016-10-21 23:45:39 -07:00
policy_store.go Wrapping enhancements (#1927) 2016-09-28 21:01:28 -07:00
policy_store_test.go Wrapping enhancements (#1927) 2016-09-28 21:01:28 -07:00
policy_test.go updated testing on a policy to cover parameters in the policy 2016-10-28 10:18:31 -07: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
request_forwarding_service.proto
request_handling.go Update text around cubbyhole/response 2016-09-29 17:44:15 -04:00
request_handling_test.go
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 Wrapping enhancements (#1927) 2016-09-28 21:01:28 -07:00
router_test.go Change default TTL from 30 to 32 to accommodate monthly operations (#1942) 2016-09-28 18:32:49 -04:00
seal.go Add KeyNotFoundError to seal file 2016-10-05 17:17:33 -04:00
seal_test.go
seal_testing.go Add support for PGP encrypting the initial root token. (#1883) 2016-09-13 18:42:24 -04:00
testing.go Adds HUP support for audit log files to close and reopen. (#1953) 2016-09-30 12:04:50 -07:00
token_store.go Wrapping enhancements (#1927) 2016-09-28 21:01:28 -07:00
token_store_test.go Wrapping enhancements (#1927) 2016-09-28 21:01:28 -07:00
util.go
util_test.go