CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/04 22:35:44
Modified files:
usr.bin/ssh : authfd.c ssh-agent.c
Log message:
correctness wrt draft-ietf-sshm-ssh-agent:
extension requests should indicate failure using
SSH_AGENT_EXTENSION_FAILURE rather than the generic SSH_AGENT_FAILURE
error code. This allows the client to discern between "the request
failed" and "the agent doesn't support this extension".
ok markus@
