summaryrefslogtreecommitdiffhomepage
path: root/cli-agentfwd.c
AgeCommit message (Collapse)Author
2017-08-19Pointer parameter could be declared as pointing to constFrancois Perrad
2016-11-15upgrade atomicioFrancois Perrad
in order to remove K&R code in atomicio.c now, vwrite comes from atomicio.h
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2015-03-01allocate buffer and data in a single allocationMatt Johnston
--HG-- branch : nocircbuffer
2015-01-04clarify bad/unknownMatt Johnston
2015-01-01Handle invalid agent keys by skipping rather than exiting.Catalin Patulea
My agent exposes both conventional keys and certs (ecdsa-sha2-nistp256-cert-v01@openssh.com) and I want dropbear to be able to use the former.
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
--HG-- rename : random.c => dbrandom.c rename : random.h => dbrandom.h
2013-11-14use oldstyle commentsMatt Johnston
2013-04-07ecc kind of works, needs fixing/testingMatt Johnston
--HG-- branch : ecc
2013-04-06Make _sign and _verify functions take a buffer* rather than void* and intMatt Johnston
--HG-- branch : ecc
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
--HG-- extra : convert_revision : beb6fc766123135d5ae455ff7ad6b48d85386f62
2011-04-07Fix check of wrong variable found by KlocworkMatt Johnston
--HG-- extra : convert_revision : 6f3b074e83bb808019f49c5aca3451b70f9f1e8f
2009-08-13- Don't print warning if SSH_AUTH_SOCK is unsetMatt Johnston
--HG-- extra : convert_revision : 0d7a9127af37d6e74efc5ec031a7001ce63d334d
2009-07-31- Handle failure to connect to forwarding socketMatt Johnston
--HG-- extra : convert_revision : 0cc1ae25ba35931d6ddd9e989e875ef975616be6
2009-07-30Agent forwarding worksMatt Johnston
--HG-- branch : agent-client extra : convert_revision : eb0dae4b62e243ba37a897beb7ba81a4f637d8b3
2009-07-06- Client auth using an agent's key works. Still need to implement clientMatt Johnston
agent forwarding. --HG-- branch : agent-client extra : convert_revision : 276cf5e82276b6c879d246ba64739ec6868f5150
2009-07-06New standard linked list to use, rather than adhoc SignKeyList or TCPFwdListMatt Johnston
--HG-- branch : agent-client extra : convert_revision : 5465e639cc3f5ee0c6c55f0de6e7b6d5a8769da3
2009-07-01Talking to the agent works now. Can't interpret the pubkeys.Matt Johnston
--HG-- branch : agent-client extra : convert_revision : 357373f28e889108178b8627480fd24bc26dcbd7
2009-07-01Make it compile, update for changes in channel structure.Matt Johnston
--HG-- branch : agent-client extra : convert_revision : 84676a98a0848224078a716b1292744a34e9d80c
2005-07-18- progress towards client agent forwardingMatt Johnston
(incomplete and does not compile) --HG-- branch : agent-client extra : convert_revision : 01038174ec27245b51bd43a66c01ad930880f67b