summaryrefslogtreecommitdiffhomepage
path: root/cli-agentfwd.c
AgeCommit message (Expand)Author
2020-05-25rsa-sha256 for ssh-agentMatt Johnston
2018-11-14Split ChanType closehandler() and cleanup() so that dbclient doesn'tMatt Johnston
2017-08-19Pointer parameter could be declared as pointing to constFrancois Perrad
2016-11-15upgrade atomicioFrancois Perrad
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2015-03-01allocate buffer and data in a single allocationMatt Johnston
2015-01-04clarify bad/unknownMatt Johnston
2015-01-01Handle invalid agent keys by skipping rather than exiting.Catalin Patulea
2014-08-19Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston
2013-11-25Fix some warningsMatt Johnston
2013-11-14rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston
2013-11-14use oldstyle commentsMatt Johnston
2013-04-07ecc kind of works, needs fixing/testingMatt Johnston
2013-04-06Make _sign and _verify functions take a buffer* rather than void* and intMatt Johnston
2013-03-23Fix a few compile warningsMatt Johnston
2011-12-04- Remove unused variable/codeMatt Johnston
2011-04-07Tidy error handling and get rid of some commented out codeMatt Johnston
2011-04-07Fix check of wrong variable found by KlocworkMatt Johnston
2009-08-13- Don't print warning if SSH_AUTH_SOCK is unsetMatt Johnston
2009-07-31- Handle failure to connect to forwarding socketMatt Johnston
2009-07-30Agent forwarding worksMatt Johnston
2009-07-06- Client auth using an agent's key works. Still need to implement clientMatt Johnston
2009-07-06New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston
2009-07-01Talking to the agent works now. Can't interpret the pubkeys.Matt Johnston
2009-07-01Make it compile, update for changes in channel structure.Matt Johnston
2005-07-18- progress towards client agent forwardingMatt Johnston