git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
1b28d2b
Branches
Tags
documentation-tree
master
wishlist
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
0.3.3
0.4.0
0.5.1
0.5.2
derivepassphrase.git
docs
changelog.d
20251130_102427_the-13th-letter_ssh_agent_socket_providers.md
Add a changelog entry for the NO_AF_UNIX error change
Marco Ricci
commited
1b28d2b
at 2025-11-30 10:44:06
20251130_102427_the-13th-letter_ssh_agent_socket_providers.md
Blame
History
Raw
### Changed - The error message "Cannot connect to an SSH agent because this Python version does not support UNIX domain sockets." (code: `NO_AF_UNIX`) now reads "Cannot connect to an SSH agent because this Python version does not support communicating with it." and a new code (`NO_AGENT_SUPPORT`). `derivepassphrase` may also try out certain communication channels (depending on the installation environment), and issue warnings relating to its failure to establish communication on those channels, before issuing the above error. The `NO_AF_UNIX` code is reused by the new warning message "Cannot connect to an SSH agent via UNIX domain sockets because this Python version does not support them.", which is one of the aforementioned related warning messages. The manpages document both the old and the new codes, with appropriate notices. ### Fixed - For developers: The manpage diagnostics helper scripts now explicitly support documentation of message codes that exist only as marks in the manpages, not in the program code. This allows documenting message codes that have since been removed from the program code.