Age | Commit message (Expand) | Author |
2018-02-17 | merge from main | Matt Johnston |
2018-02-16 | options: Complete the transition to numeric toggles (`#if') | Michael Witten |
2017-08-19 | Pointer parameter could be declared as pointing to const | Francois Perrad |
2017-05-26 | add m_mp_free_multi, be more careful freeing when failing to load keys | Matt Johnston |
2017-05-26 | fix null pointer crash | Matt Johnston |
2017-05-26 | fix null pointer crash | Matt Johnston |
2017-05-25 | avoid NULL argument to base64 decode | Matt Johnston |
2017-05-23 | fuzzer-pubkey | Matt Johnston |
2017-05-21 | Fix null pointer dereference found by libfuzzer | Matt Johnston |
2017-05-26 | add m_mp_free_multi, be more careful freeing when failing to load keys | Matt Johnston |
2017-05-21 | Fix null pointer dereference found by libfuzzer | Matt Johnston |
2016-05-04 | Convert #ifdef to #if, other build changes | Matt Johnston |
2016-03-16 | merge | Matt Johnston |
2016-03-16 | const variables | Francois Perrad |
2016-03-15 | cast return type to enum | Matt Johnston |
2015-12-31 | refactor indentation with hard tab | Francois Perrad |
2015-06-04 | buf_getstring and buf_putstring now use non-unsigned char* | Matt Johnston |
2015-05-05 | Fix pointer differ in signess warnings [-Werror=pointer-sign] | Gaƫl PORTAY |
2015-03-01 | Fix some memory leaks in ecc code | Matt Johnston |
2015-02-20 | Move generic network routines to netio.c | Matt Johnston |
2014-06-25 | Fix compiling with ECDSA and DSS disabled | Matt Johnston |
2013-11-25 | Fix some warnings | Matt Johnston |
2013-11-14 | use oldstyle comments | Matt Johnston |
2013-11-14 | - Some fixes for old compilers like tru64 v4 from Daniel Richard G. | Matt Johnston |
2013-11-12 | Various cleanups and fixes for warnings | Matt Johnston |
2013-11-07 | Add '-R' for delayed hostkey option | Matt Johnston |
2013-11-07 | refactor key generation, make it generate as required. | Matt Johnston |
2013-11-01 | Fix specifying a keysize for key generation, fix key name arguments | Matt Johnston |
2013-05-25 | have separate ecdsa keys for each size | Matt Johnston |
2013-05-21 | merge in HEAD | Matt Johnston |
2013-05-03 | ecdsa is working | Matt Johnston |
2013-04-28 | more ecdsa signkey work, not correct | Matt Johnston |
2013-04-14 | A bit of work on ecdsa for host/auth keys | Matt Johnston |
2013-04-06 | Make _sign and _verify functions take a buffer* rather than void* and int | Matt Johnston |
2013-04-01 | Move the more verbose TRACE() statements into TRACE2() | Matt Johnston |
2011-12-04 | - Fix some format strings in TRACE()s | Matt Johnston |
2011-02-23 | Improve capitalisation for all logged strings | Matt Johnston |
2010-07-21 | Rename rsa_key to dropbear_rsa_key (and same for dss too) so | Matt Johnston |
2009-07-30 | Agent forwarding works | Matt Johnston |
2009-07-06 | New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList | Matt Johnston |
2007-02-22 | Improve known_hosts checking. | Matt Johnston |
2005-09-06 | - add explicit check that correct keytype exists for pubkey verification | Matt Johnston |
2005-07-08 | Change the format of for loops, gcc4 produces incorrect binaries with | Matt Johnston |
2005-01-02 | Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place | Matt Johnston |
2004-08-24 | Nasty. | Matt Johnston |
2004-08-12 | Merging in the changes from 0.41-0.43 main Dropbear tree | Matt Johnston |
2004-08-08 | - Hostkey checking is mostly there, just aren't appending yet. | Matt Johnston |
2004-08-03 | Improved signkey code | Matt Johnston |
2004-08-01 | - Added terminal mode handling etc for the client, and window change | Matt Johnston |
2004-07-28 | Client mostly works up to password auth | Matt Johnston |