Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-12 | fix format | Francois Perrad | |
Argument no. 3 nominally inconsistent with format (int vs. unsigned int) | |||
2017-06-24 | add configuration option for default RSA size. | Matt Johnston | |
print key size with dropbearkey | |||
2017-06-02 | when pointer, use NULL instead of 0 | Francois Perrad | |
2017-05-18 | merge 2017.75 | Matt Johnston | |
2016-11-19 | Use atomic key generation in all cases | Matt Johnston | |
2016-05-04 | Convert #ifdef to #if, other build changes | Matt Johnston | |
2016-01-01 | more hard tab | Francois Perrad | |
2015-12-31 | refactor indentation with hard tab | Francois Perrad | |
2015-01-24 | Default client key path ~/.ssh/id_dropbear | 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-07 | Add '-R' for delayed hostkey option | Matt Johnston | |
--HG-- branch : keyondemand | |||
2013-11-07 | refactor key generation, make it generate as required. | Matt Johnston | |
Needs UI in server command line options --HG-- branch : keyondemand | |||
2013-11-01 | Fix specifying a keysize for key generation, fix key name arguments | Matt Johnston | |
--HG-- branch : ecc | |||
2013-10-31 | Default to some larger key sizes | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-25 | have separate ecdsa keys for each size | Matt Johnston | |
fix crash from the mp_alloc_init_multi change in RSA --HG-- branch : ecc | |||
2013-05-09 | quieten the compiler | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-09 | Fix build for dropbearkey and ecdsa with certain options | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-03 | ecdsa is working | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-28 | more ecdsa signkey work, not correct | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-09 | start on ecdsa keys | Matt Johnston | |
--HG-- branch : ecc | |||
2013-03-21 | Add URL to usage text | Matt Johnston | |
2011-02-27 | Refer to RFCs rather than drafts, update some section references | Matt Johnston | |
--HG-- extra : convert_revision : b5c5c88e702f427b9d5e8c592e2b7e1bda204ff3 | |||
2007-08-08 | Make dropbearkey only generate 1024 bit keys | Matt Johnston | |
--HG-- extra : convert_revision : 8a7db1e2fdc5636abb338adb636babc32f465739 | |||
2006-07-07 | Fixes from Erik Hovland: | Matt Johnston | |
cli-authpubkey.c: fix leak of keybuf cli-kex.c: fix leak of fingerprint fp cli-service.c: remove commented out code dropbearkey.c: don't attepmt to free NULL key on failure common-kex.c: only free key if it is initialised keyimport.c: remove dead encrypted-key code don't leak a FILE* loading OpenSSH keys rsa.c, dss.c: check return values for some libtommath functions svr-kex.c: check return value retrieving DH kex mpint svr-tcpfwd.c: fix null-dereference if remote tcp forward request fails tcp-accept.c: don't incorrectly free the tcpinfo var --HG-- extra : convert_revision : 640a55bc710cbaa6d212453c750026c770e19193 | |||
2006-06-07 | Add -N "no remote command" dbclient option. | Matt Johnston | |
Document -N in dbclient.1 and -P in dropbear.8 --HG-- extra : convert_revision : 7cada79bf8f61e09a72e5d492170bd10ab0acee3 | |||
2006-06-07 | Include user@host in the pubkey line, since it's sometimes very useful | Matt Johnston | |
--HG-- extra : convert_revision : c3d6444f31a3b583e6405e1b99e666d020e89eac | |||
2005-01-02 | Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place | Matt Johnston | |
--HG-- extra : convert_revision : d928bc851e32be7bd429bf7504b148c0e4bf7e2f | |||
2004-08-18 | DEBUG_TRACE now only triggers with -v on the cmdline | Matt Johnston | |
--HG-- extra : convert_revision : 91ef4ca657cd116dba148a50a90c8bcc5d206d4b | |||
2004-08-14 | Dropbearkey can now print out pubkey portions | Matt Johnston | |
--HG-- extra : convert_revision : 2d897b12ba8710efe0b042b36b1fd31b2469eb15 | |||
2004-08-12 | Merging in the changes from 0.41-0.43 main Dropbear tree | Matt Johnston | |
--HG-- extra : convert_revision : 4c3428781bc8faf0fd7cadd7099fbd7f4ea386e7 | |||
2004-07-27 | Switching to the magical new Makefile, and new dbmulti style | Matt Johnston | |
--HG-- extra : convert_revision : 3f8efcdd56aab197d30a1ea81527c37dfee2f928 | |||
2004-06-01 | Makefile.in contains updated files required | Matt Johnston | |
--HG-- extra : convert_revision : cc8a8c49dc70e632c352853a39801089b08149be |