vault/command
Sean Chittenden bc570e74f3 Fix SIGINT handling.
No signal handler was setup to receive SIGINT.  I didn't investigate to
see if signal(2) mask was setup (ala `SIG_IGN`) or if sigprocmask(2) is
being used, but in either case, the correct behavior is to capture and
treat SIGINT the same as SIGTERM.  At some point in the future these two
signals may affect the running process differently, but we will clarify
that difference in the future.
2016-04-15 10:03:22 -07:00
..
server Merge HA Backend objects 2016-03-21 16:56:13 -04:00
test-fixtures Remove config from Meta; it's only used right now with the token helper. 2016-04-01 16:02:18 -04:00
token Make TokenHelper an interface and split exisiting functionality 2015-12-22 10:23:30 -05:00
audit_disable.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
audit_disable_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
audit_enable.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
audit_enable_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
audit_list.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
audit_list_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
auth.go Remove config from Meta; it's only used right now with the token helper. 2016-04-01 16:02:18 -04:00
auth_disable.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
auth_disable_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
auth_enable.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
auth_enable_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
auth_test.go Remove config from Meta; it's only used right now with the token helper. 2016-04-01 16:02:18 -04:00
capabilities.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
capabilities_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
command_test.go Remove config from Meta; it's only used right now with the token helper. 2016-04-01 16:02:18 -04:00
config.go Remove config from Meta; it's only used right now with the token helper. 2016-04-01 16:02:18 -04:00
config_test.go Remove config from Meta; it's only used right now with the token helper. 2016-04-01 16:02:18 -04:00
delete.go Provide clarity for output statements of idempotent calls. 2016-04-14 15:46:45 +00:00
delete_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
format.go AccessorID --> Accessor, accessor_id --> accessor 2016-03-09 06:23:31 -05:00
format_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
generate-root.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
generate-root_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
init.go SealInterface 2016-04-04 10:44:22 -04:00
init_test.go SealInterface 2016-04-04 10:44:22 -04:00
key_status.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
key_status_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
list.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
list_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
mount.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
mount_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
mounts.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
mounts_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
mounttune.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
path_help.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
path_help_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
pgp_test.go Add the ability to generate root tokens via unseal keys. 2016-01-19 18:28:10 -05:00
policy_delete.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
policy_delete_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
policy_list.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
policy_list_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
policy_write.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
policy_write_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
read.go Fix panic when using -field with read or write with a non-string value. 2016-04-07 22:16:33 +00:00
read_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
rekey.go SealInterface 2016-04-04 10:44:22 -04:00
rekey_test.go SealInterface 2016-04-04 10:44:22 -04:00
remount.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
remount_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
renew.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
renew_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
revoke.go Provide clarity for output statements of idempotent calls. 2016-04-14 15:46:45 +00:00
revoke_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
rotate.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
rotate_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
seal.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
seal_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
server.go Fix SIGINT handling. 2016-04-15 10:03:22 -07:00
server_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
ssh.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
ssh_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
status.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
status_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
step-down.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
token_create.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
token_create_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
token_lookup.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
token_lookup_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
token_renew.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
token_renew_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
token_revoke.go Provide clarity for output statements of idempotent calls. 2016-04-14 15:46:45 +00:00
token_revoke_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
unmount.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
unmount_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
unseal.go Fix up the meta common options text function to not strip leading space and fix up commands 2016-04-01 16:50:12 -04:00
unseal_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00
util.go Remove config from Meta; it's only used right now with the token helper. 2016-04-01 16:02:18 -04:00
version.go Print version on startup. 2015-11-09 13:52:55 -05:00
version_test.go command: version test 2015-03-03 23:14:54 -08:00
write.go Fix panic when using -field with read or write with a non-string value. 2016-04-07 22:16:33 +00:00
write_test.go Move meta into its own package 2016-04-01 13:16:05 -04:00