Merge topic branch 'windows-named-pipes' into master
Marco Ricci

Marco Ricci commited on 2026-03-23 18:33:33
Zeige 0 geänderte Dateien mit 0 Einfügungen und 0 Löschungen.


* windows-named-pipes: (61 commits)
  Add a changelog entry for Windows named pipe support
  Update the README for v0.6
  Fix unloading SSH keys in the test suite
  Add more tests for the SSH agent socket provider internals
  Overhaul the SSH key tutorial, also aligning it with the SSH key how-to
  Add a tutorial for using SSH keys with `derivepassphrase vault`
  Update the copyright year to 2026
  Fix a longstanding typo in the Markdown manpage examples
  Update the manpages with respect to SSH agents
  Fix minor formatting errors, linting errors, and typos
  Add tests for explicit SSH agent socket provider selection
  Error out correctly when an invalid SSH agent socket provider is specified
  Support specifying the SSH agent socket provider via CLI or configuration
  Document platform-specific coverage exclusion markers
  Work around non-reentrant SSH agent sockets/clients
  Add more coverage exclusion, with commentary
  Report SSH agent socket providers in `--version` output
  Support aliases in `--version` output (item feature lists)
  Turn the built in SSH agent socket provider names into an enum
  Fix coverage slipups in SSH agent socket provider implementations
  ...