log cli-agentfwd.c @ 1195:8a5e9a97bd7a

age author description
Sun, 01 Mar 2015 21:16:09 +0800 Matt Johnston allocate buffer and data in a single allocation nocircbuffer
Sun, 04 Jan 2015 22:32:38 +0800 Matt Johnston clarify bad/unknown
Thu, 01 Jan 2015 17:47:46 -0500 Catalin Patulea Handle invalid agent keys by skipping rather than exiting.
Tue, 19 Aug 2014 23:08:56 +0800 Matt Johnston Make keepalive handling more robust, this should now match what OpenSSH does
Mon, 25 Nov 2013 23:08:33 +0800 Matt Johnston Fix some warnings
Thu, 14 Nov 2013 22:05:47 +0800 Matt Johnston rename random.h to dbrandom.h since some OSes have a system random.h
Thu, 14 Nov 2013 22:03:30 +0800 Matt Johnston use oldstyle comments
Sun, 07 Apr 2013 01:36:42 +0800 Matt Johnston ecc kind of works, needs fixing/testing ecc
Sat, 06 Apr 2013 16:00:37 +0800 Matt Johnston Make _sign and _verify functions take a buffer* rather than void* and int ecc
Sat, 23 Mar 2013 23:17:01 +0800 Matt Johnston Fix a few compile warnings
Sun, 04 Dec 2011 05:27:57 +0800 Matt Johnston - Remove unused variable/code
Thu, 07 Apr 2011 12:30:20 +0000 Matt Johnston Tidy error handling and get rid of some commented out code
Thu, 07 Apr 2011 11:14:22 +0000 Matt Johnston Fix check of wrong variable found by Klocwork
Thu, 13 Aug 2009 14:57:27 +0000 Matt Johnston - Don't print warning if SSH_AUTH_SOCK is unset
Fri, 31 Jul 2009 15:51:33 +0000 Matt Johnston - Handle failure to connect to forwarding socket
Thu, 30 Jul 2009 15:14:33 +0000 Matt Johnston Agent forwarding works agent-client
Mon, 06 Jul 2009 14:02:45 +0000 Matt Johnston - Client auth using an agent's key works. Still need to implement client agent-client
Mon, 06 Jul 2009 12:59:13 +0000 Matt Johnston New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList agent-client
Wed, 01 Jul 2009 06:27:27 +0000 Matt Johnston Talking to the agent works now. Can't interpret the pubkeys. agent-client
Wed, 01 Jul 2009 04:53:17 +0000 Matt Johnston Make it compile, update for changes in channel structure. agent-client
Mon, 18 Jul 2005 14:32:52 +0000 Matt Johnston - progress towards client agent forwarding agent-client