open-vault/command
Vishal Nayak 597ba98895 Merge pull request #1099 from hashicorp/fix-ssh-cli
ssh: use resolved IP address while executing ssh command
2016-02-19 13:02:34 -05:00
..
server
test-fixtures
token
audit_disable.go
audit_disable_test.go
audit_enable.go
audit_enable_test.go
audit_list.go
audit_list_test.go
auth.go
auth_disable.go
auth_disable_test.go
auth_enable.go
auth_enable_test.go
auth_test.go
command_test.go
config.go
config_test.go
delete.go
delete_test.go
format.go Remove bare option, prevent writes ending in slash, and return an exact file match as "." 2016-01-22 10:07:32 -05:00
generate-root.go Return status for rekey/root generation at init time. This mitigates a 2016-02-12 14:24:36 -05:00
generate-root_test.go Fix test on 1.6 by comparing to nil instead of a nil-defined map 2016-01-22 21:26:06 -05:00
init.go Add -check flag to init. 2016-01-22 13:06:40 -05:00
init_test.go Add -check flag to init. 2016-01-22 13:06:40 -05:00
key_status.go
key_status_test.go
list.go On the CLI, ensure listing ends with /. 2016-02-03 21:08:46 -05:00
list_test.go Only allow listing on folders and enforce this. Also remove string sorting from Consul backend as it's not a requirement and other backends don't do it. 2016-01-22 10:07:32 -05:00
meta.go
meta_test.go
mount.go
mount_test.go
mounts.go
mounts_test.go
mounttune.go
path_help.go
path_help_test.go
pgp_test.go Add the ability to generate root tokens via unseal keys. 2016-01-19 18:28:10 -05:00
policy_delete.go
policy_delete_test.go
policy_list.go
policy_list_test.go
policy_write.go
policy_write_test.go
read.go Updates and documentation 2016-01-22 10:07:32 -05:00
read_test.go Updates and documentation 2016-01-22 10:07:32 -05:00
rekey.go Return status for rekey/root generation at init time. This mitigates a 2016-02-12 14:24:36 -05:00
rekey_test.go Allow ASCII-armored PGP pub keys to be passed into -pgp-keys. 2016-01-18 17:01:52 -05:00
remount.go
remount_test.go
renew.go
renew_test.go
revoke.go
revoke_test.go
rotate.go
rotate_test.go
seal.go
seal_test.go
server.go don't panic when config directory is empty 2016-02-12 16:40:19 -08:00
server_test.go Fix build tag 2016-02-03 08:41:31 -05:00
ssh.go Merge pull request #1099 from hashicorp/fix-ssh-cli 2016-02-19 13:02:34 -05:00
ssh_test.go
status.go Update documentation for status command to reflect new return codes 2016-02-08 11:36:08 -05:00
status_test.go Fix command status test with new return value 2016-01-29 19:31:01 -05:00
token_create.go
token_create_test.go
token_lookup.go Make token-lookup functionality available via Vault CLI 2015-12-29 20:18:59 +00:00
token_lookup_test.go Make token-lookup functionality available via Vault CLI 2015-12-29 20:18:59 +00:00
token_renew.go Use RenewSelf instead of Renew if the token we're renewing is the same as the client 2015-12-30 14:41:50 -05:00
token_renew_test.go
token_revoke.go
token_revoke_test.go
unmount.go
unmount_test.go
unseal.go
unseal_test.go
version.go
version_test.go
write.go
write_test.go