open-vault/vault
Nate Brown b667ef4c71 Collapsing audit response logging to a single point 2015-06-18 19:48:26 -07:00
..
acl.go vault: ignore a nil policy object, as it has no permissions 2015-03-24 15:49:17 -07:00
acl_test.go vault: Adding PolicyStore 2015-03-18 12:17:03 -07:00
audit.go Logging authentication errors and bad token usage 2015-06-18 18:30:18 -07:00
audit_test.go Disable mlock in tests 2015-04-28 22:18:00 -04:00
auth.go vault: Do early check for missing backend 2015-04-03 16:09:06 -07:00
auth_test.go Disable mlock in tests 2015-04-28 22:18:00 -04:00
barrier.go vault: adding ability to reload master key 2015-05-29 14:29:55 -07:00
barrier_aes_gcm.go vault: adding ability to reload master key 2015-05-29 14:29:55 -07:00
barrier_aes_gcm_test.go vault: adding ability to reload master key 2015-05-29 14:29:55 -07: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
core.go Collapsing audit response logging to a single point 2015-06-18 19:48:26 -07:00
core_test.go vault: support core shutdown 2015-06-17 18:23:59 -07:00
expiration.go vault: fixing issues with token renewal 2015-06-17 14:28:13 -07:00
expiration_test.go vault: Adding InternalData to Auth 2015-05-09 11:39:54 -07:00
keyring.go vault: fixing a typo 2015-06-02 16:04:05 +02:00
keyring_test.go vault: attempt to resolve #303 2015-06-02 22:55:18 +02:00
logical_passthrough.go vault: physical -> storage for clarity 2015-05-27 14:33:58 -07:00
logical_passthrough_test.go vault: fix tests 2015-04-13 20:42:07 -07:00
logical_system.go vault: allow increment to be duration string. Fixes #340 2015-06-17 15:58:20 -07:00
logical_system_test.go vault: allow increment to be duration string. Fixes #340 2015-06-17 15:58:20 -07:00
mount.go vault: pass a logger around to logical backends 2015-04-04 11:39:58 -07:00
mount_test.go Disable mlock in tests 2015-04-28 22:18:00 -04:00
policy.go vault: Support policy CRUD 2015-03-23 14:43:31 -07:00
policy_store.go vault: Adding metrics profiling 2015-04-08 16:43:17 -07:00
policy_store_test.go vault: Special case root policy 2015-03-24 11:27:21 -07:00
policy_test.go vault: Adding policy parsing 2015-03-17 15:53:29 -07:00
rollback.go Adding error and remote_address to audit log lines 2015-06-18 17:17:18 -07:00
rollback_test.go vault: Provide salted client token to logical backends 2015-04-03 14:42:39 -07:00
router.go vault: Expose MountPoint to secret backend. Fixes #248 2015-05-27 11:46:42 -07:00
router_test.go vault: fix more test race conditions 2015-04-28 19:17:45 -07:00
testing.go Logging authentication errors and bad token usage 2015-06-18 18:30:18 -07:00
token_store.go Logging authentication errors and bad token usage 2015-06-18 18:30:18 -07:00
token_store_test.go vault: allow increment to be duration string. Fixes #340 2015-06-17 15:58:20 -07:00
util.go vault: utility string set methods 2015-03-24 13:56:07 -07:00
util_test.go vault: utility string set methods 2015-03-24 13:56:07 -07:00