CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/19 15:09:23
Modified files:
usr.bin/ssh : ssh-agent.c
Log message:
ssh-agent side of binding
record session ID/hostkey/forwarding status for each active socket.
Attempt to parse data-to-be-signed at signature request time and extract
session ID from the blob if it is a pubkey userauth request.
ok markus@
