summaryrefslogtreecommitdiff
path: root/cli-agentfwd.c
Commit message (Expand)AuthorAgeFilesLines
* - Don't print warning if SSH_AUTH_SOCK is unsetMatt Johnston2009-08-131-2/+4
* - Handle failure to connect to forwarding socketMatt Johnston2009-07-311-0/+4
* Agent forwarding worksMatt Johnston2009-07-301-2/+12
* - Client auth using an agent's key works. Still need to implement clientMatt Johnston2009-07-061-12/+67
* New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston2009-07-061-34/+25
* Talking to the agent works now. Can't interpret the pubkeys.Matt Johnston2009-07-011-18/+23
* Make it compile, update for changes in channel structure.Matt Johnston2009-07-011-9/+8
* - progress towards client agent forwardingMatt Johnston2005-07-181-0/+245