Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-25 | rsa-sha256 for ssh-agent | Matt Johnston | |
2018-11-14 | Split ChanType closehandler() and cleanup() so that dbclient doesn't | Matt Johnston | |
lose exit status messages | |||
2017-08-19 | Pointer parameter could be declared as pointing to const | Francois Perrad | |
2016-11-15 | upgrade atomicio | Francois Perrad | |
in order to remove K&R code in atomicio.c now, vwrite comes from atomicio.h | |||
2016-05-04 | Convert #ifdef to #if, other build changes | Matt Johnston | |
2015-03-01 | allocate buffer and data in a single allocation | Matt Johnston | |
--HG-- branch : nocircbuffer | |||
2015-01-04 | clarify bad/unknown | Matt Johnston | |
2015-01-01 | Handle 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-19 | Make keepalive handling more robust, this should now match what OpenSSH does | Matt Johnston | |
2013-11-25 | Fix some warnings | Matt Johnston | |
2013-11-14 | rename random.h to dbrandom.h since some OSes have a system random.h | Matt Johnston | |
--HG-- rename : random.c => dbrandom.c rename : random.h => dbrandom.h | |||
2013-11-14 | use oldstyle comments | Matt Johnston | |
2013-04-07 | ecc kind of works, needs fixing/testing | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-06 | Make _sign and _verify functions take a buffer* rather than void* and int | Matt Johnston | |
--HG-- branch : ecc | |||
2013-03-23 | Fix a few compile warnings | Matt Johnston | |
2011-12-04 | - Remove unused variable/code | Matt Johnston | |
2011-04-07 | Tidy error handling and get rid of some commented out code | Matt Johnston | |
--HG-- extra : convert_revision : beb6fc766123135d5ae455ff7ad6b48d85386f62 | |||
2011-04-07 | Fix check of wrong variable found by Klocwork | Matt Johnston | |
--HG-- extra : convert_revision : 6f3b074e83bb808019f49c5aca3451b70f9f1e8f | |||
2009-08-13 | - Don't print warning if SSH_AUTH_SOCK is unset | Matt Johnston | |
--HG-- extra : convert_revision : 0d7a9127af37d6e74efc5ec031a7001ce63d334d | |||
2009-07-31 | - Handle failure to connect to forwarding socket | Matt Johnston | |
--HG-- extra : convert_revision : 0cc1ae25ba35931d6ddd9e989e875ef975616be6 | |||
2009-07-30 | Agent forwarding works | Matt Johnston | |
--HG-- branch : agent-client extra : convert_revision : eb0dae4b62e243ba37a897beb7ba81a4f637d8b3 | |||
2009-07-06 | - Client auth using an agent's key works. Still need to implement client | Matt Johnston | |
agent forwarding. --HG-- branch : agent-client extra : convert_revision : 276cf5e82276b6c879d246ba64739ec6868f5150 | |||
2009-07-06 | New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList | Matt Johnston | |
--HG-- branch : agent-client extra : convert_revision : 5465e639cc3f5ee0c6c55f0de6e7b6d5a8769da3 | |||
2009-07-01 | Talking to the agent works now. Can't interpret the pubkeys. | Matt Johnston | |
--HG-- branch : agent-client extra : convert_revision : 357373f28e889108178b8627480fd24bc26dcbd7 | |||
2009-07-01 | Make 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 forwarding | Matt Johnston | |
(incomplete and does not compile) --HG-- branch : agent-client extra : convert_revision : 01038174ec27245b51bd43a66c01ad930880f67b |