Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-21 | Improve EOF handling for half-close. Patch from Catalin Patulea | Matt Johnston | |
Fixes the situation $ ./dbclient root@1.2.3.4 'cat; echo foo' ^D <no output> | |||
2013-08-12 | Remove accidental one second sleep leftover from debugging | Matt Johnston | |
2013-07-08 | merge | Matt Johnston | |
2013-07-08 | strdup the proxycmd to avoid crash when freeing, from LluĂs Batlle i Rossell | Matt Johnston | |
2013-05-28 | limit how much we read from rt_cache etc | Matt Johnston | |
2013-05-26 | merge | Matt Johnston | |
2013-05-26 | merge | Matt Johnston | |
2013-05-26 | improve auth failure delays to avoid indicating which users exist | Matt Johnston | |
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-23 | hackish ECC import code from OpenSSH | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-23 | Add m_mp_alloc_init_multi() helper | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-21 | Enable SMALL_CODE by default | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-21 | Fix static library order, libtomcrypt depends on libtommath | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-21 | Fix broken disablekey() | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-21 | merge in HEAD | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-13 | Fix bad comma in header list | Matt Johnston | |
2013-05-13 | Update config.guess and config.sub | Matt Johnston | |
2013-05-09 | quieten the compiler | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-09 | merge | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-09 | Fix build for dropbearkey and ecdsa with certain options | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-09 | Fix ecdsa verification | Matt Johnston | |
--HG-- branch : ecc | |||
2013-05-08 | Limit decompressed size | Matt Johnston | |
2013-05-03 | ecdsa is working | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-29 | Avoid segfault for locked accounts (invalid salt to crypt()) | Matt Johnston | |
2013-04-28 | more ecdsa signkey work, not correct | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-18 | Save with utf8 encoding | Matt Johnston | |
2013-04-18 | Added signature for changeset f168962bab85 | Matt Johnston | |
2013-04-18 | Added tag DROPBEAR_2013.58 for changeset e76614145aea | Matt Johnston | |
2013-04-18 | 2013.58 | Matt Johnston | |
2013-04-18 | Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password logins | Matt Johnston | |
2013-04-17 | Use % rather than # for port delimiter | Matt Johnston | |
2013-04-17 | Use '#' for host#port separator, document it. This fixes scp | Matt Johnston | |
in multihop | |||
2013-04-17 | If running as non-root only allow that user to log in | Matt Johnston | |
2013-04-16 | Fix build when zlib is disabled, from | Matt Johnston | |
http://freetz.org/browser/trunk/make/dropbear/patches/350-no_zlib_fix.patch | |||
2013-04-15 | Added signature for changeset 095b46180bbc | Matt Johnston | |
2013-04-15 | Added tag DROPBEAR_2013.57 for changeset 96b8bcb88017 | Matt Johnston | |
2013-04-15 | Fix error message for requirenext change | Matt Johnston | |
2013-04-15 | bump version to 2013.57 | Matt Johnston | |
2013-04-15 | changelog updates for 2013.57 | Matt Johnston | |
2013-04-14 | requirenext fixup for firstkexfollows | Matt Johnston | |
2013-04-14 | Document escape chars | Matt Johnston | |
2013-04-14 | merge | Matt Johnston | |
2013-04-14 | -y -y to disable hostkey checking | Matt Johnston | |
fix missing trailing space when passing arguments for multihop mode From Hans Harder | |||
2013-04-14 | A bit of work on ecdsa for host/auth keys | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-11 | Fix zlib for split newkeys | Matt Johnston | |
2013-04-10 | run closehandlers on cleanup | Matt Johnston | |
2013-04-10 | reset terminal modes before printing a message | Matt Johnston | |
2013-04-09 | A bit of debugging output | Matt Johnston | |
--HG-- branch : ecc | |||
2013-04-09 | Be safer with how we handle ltc_ecc_sets[] (particularly with | Matt Johnston | |
system libtomcrypt) A bit of progress with ecdsa code --HG-- branch : ecc | |||
2013-04-09 | start on ecdsa keys | Matt Johnston | |
--HG-- branch : ecc |