git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
27f9bd1
Branches
Tags
documentation-tree
master
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
derivepassphrase.git
docs
changelog.d
20241002_190203_the-13th-letter_issue15_graceful_af_unix_degredation.md
Fail gracefully if UNIX domain socket support is unavailable
Marco Ricci
commited
27f9bd1
at 2024-10-02 19:26:30
20241002_190203_the-13th-letter_issue15_graceful_af_unix_degredation.md
Blame
History
Raw
### Changed - Fail earlier, and more gracefully/specifically, when we cannot talk to the SSH agent because Python does not support UNIX domain sockets on this system. In particular, this is the current situation on Windows. This adds another failure case to the `SSHAgentClient` constructor, and therefore constitutes a breaking API change.