log cli-agentfwd.c @ 1060:4c733310c21d nocircbuffer

age author description
2015-03-01 Matt Johnston allocate buffer and data in a single allocation nocircbuffer
2015-01-04 Matt Johnston clarify bad/unknown
2015-01-01 Catalin Patulea Handle invalid agent keys by skipping rather than exiting.
2014-08-19 Matt Johnston Make keepalive handling more robust, this should now match what OpenSSH does
2013-11-25 Matt Johnston Fix some warnings
2013-11-14 Matt Johnston rename random.h to dbrandom.h since some OSes have a system random.h
2013-11-14 Matt Johnston use oldstyle comments
2013-04-06 Matt Johnston ecc kind of works, needs fixing/testing ecc
2013-04-06 Matt Johnston Make _sign and _verify functions take a buffer* rather than void* and int ecc
2013-03-23 Matt Johnston Fix a few compile warnings
2011-12-03 Matt Johnston - Remove unused variable/code
2011-04-07 Matt Johnston Tidy error handling and get rid of some commented out code
2011-04-07 Matt Johnston Fix check of wrong variable found by Klocwork
2009-08-13 Matt Johnston - Don't print warning if SSH_AUTH_SOCK is unset
2009-07-31 Matt Johnston - Handle failure to connect to forwarding socket
2009-07-30 Matt Johnston Agent forwarding works agent-client
2009-07-06 Matt Johnston - Client auth using an agent's key works. Still need to implement client agent-client
2009-07-06 Matt Johnston New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList agent-client
2009-07-01 Matt Johnston Talking to the agent works now. Can't interpret the pubkeys. agent-client
2009-07-01 Matt Johnston Make it compile, update for changes in channel structure. agent-client
2005-07-18 Matt Johnston - progress towards client agent forwarding agent-client