summaryrefslogtreecommitdiff
path: root/cli-agentfwd.c
Commit message (Expand)AuthorAgeFilesLines
* Replace ChanType.sepfds with Channel.bidir_fdMatt Johnston2021-10-111-1/+1
* rsa-sha256 for ssh-agentMatt Johnston2020-05-251-2/+8
* Split ChanType closehandler() and cleanup() so that dbclient doesn'tMatt Johnston2018-11-141-0/+1
* Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-3/+3
* upgrade atomicioFrancois Perrad2016-03-251-1/+1
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-1/+1
* allocate buffer and data in a single allocationMatt Johnston2015-03-011-1/+1
* clarify bad/unknownMatt Johnston2015-01-041-1/+1
* Handle invalid agent keys by skipping rather than exiting.Catalin Patulea2015-01-011-6/+7
* Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston2014-08-191-1/+1
* Fix some warningsMatt Johnston2013-11-251-1/+1
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-141-1/+1
* use oldstyle commentsMatt Johnston2013-11-141-3/+2
* ecc kind of works, needs fixing/testingMatt Johnston2013-04-071-1/+1
* Make _sign and _verify functions take a buffer* rather than void* and intMatt Johnston2013-04-061-3/+3
* Fix a few compile warningsMatt Johnston2013-03-231-3/+0
* - Remove unused variable/codeMatt Johnston2011-12-041-2/+1
* Tidy error handling and get rid of some commented out codeMatt Johnston2011-04-071-10/+12
* Fix check of wrong variable found by KlocworkMatt Johnston2011-04-071-1/+1
* - 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 worksagent-clientMatt 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