secret/internal/cli
sneak 949a5aee61 Replace symlinks with plain files containing relative paths
- Remove all symlink creation and resolution in favor of plain files
- currentvault file now contains relative path like "vaults.d/default"
- current-unlocker file now contains relative path like "unlockers.d/passphrase"
- current version file now contains relative path like "versions/20231215.001"
- Simplify path resolution to just read file contents and join with parent dir
- Update all tests to read files instead of using os.Readlink
2025-12-23 11:53:28 +07:00
..
cli_test.go fix: handle error returns from os.Unsetenv and file.Close (errcheck) 2025-07-09 06:16:13 -07:00
cli.go Fix 'secret get' to output to stdout instead of stderr 2025-07-29 20:01:10 +02:00
completion.go Fix vault creation to require mnemonic and set up initial unlocker 2025-07-26 21:58:57 +02:00
completions.go Fix vault creation to require mnemonic and set up initial unlocker 2025-07-26 21:58:57 +02:00
crypto.go Fix GetValue methods to return LockedBuffer internally 2025-07-15 08:59:23 +02:00
generate.go uses protected memory buffers now for all secrets in ram 2025-07-15 08:32:33 +02:00
info_helper.go latest 2025-07-22 13:35:19 +02:00
info.go latest 2025-07-22 13:35:19 +02:00
init.go Fix use-after-free crash in readSecurePassphrase 2025-07-22 12:46:16 +02:00
integration_test.go Replace symlinks with plain files containing relative paths 2025-12-23 11:53:28 +07:00
root.go Fix vault creation to require mnemonic and set up initial unlocker 2025-07-26 21:58:57 +02:00
secrets_size_test.go fmt 2025-07-15 08:33:16 +02:00
secrets.go Fix 'secret get' to output to stdout instead of stderr 2025-07-29 20:01:10 +02:00
stdout_stderr_test.go Fix 'secret get' to output to stdout instead of stderr 2025-07-29 20:01:10 +02:00
test_helpers.go fix: resolve errcheck, gosec, and mnd linter errors 2025-07-09 06:59:01 -07:00
test_output_test.go latest from ai, it broke the tests 2025-06-20 05:40:20 -07:00
unlockers.go Fix vault creation to require mnemonic and set up initial unlocker 2025-07-26 21:58:57 +02:00
vault.go Fix vault creation to require mnemonic and set up initial unlocker 2025-07-26 21:58:57 +02:00
version_test.go uses protected memory buffers now for all secrets in ram 2025-07-15 08:32:33 +02:00
version.go Fix vault creation to require mnemonic and set up initial unlocker 2025-07-26 21:58:57 +02:00