log

age author description
2013-07-08 Matt Johnston merge
2013-07-08 Matt Johnston strdup the proxycmd to avoid crash when freeing, from LluĂ­s Batlle i Rossell
2013-05-28 Matt Johnston limit how much we read from rt_cache etc
2013-05-26 Matt Johnston merge
2013-05-26 Matt Johnston merge
2013-05-26 Matt Johnston improve auth failure delays to avoid indicating which users exist
2013-05-24 Matt Johnston have separate ecdsa keys for each size ecc
2013-05-23 Matt Johnston hackish ECC import code from OpenSSH ecc
2013-05-23 Matt Johnston Add m_mp_alloc_init_multi() helper ecc
2013-05-21 Matt Johnston Enable SMALL_CODE by default ecc
2013-05-21 Matt Johnston Fix static library order, libtomcrypt depends on libtommath ecc
2013-05-21 Matt Johnston Fix broken disablekey() ecc
2013-05-21 Matt Johnston merge in HEAD ecc
2013-05-13 Matt Johnston Fix bad comma in header list
2013-05-09 Matt Johnston quieten the compiler ecc
2013-05-09 Matt Johnston merge ecc
2013-05-09 Matt Johnston Fix build for dropbearkey and ecdsa with certain options ecc
2013-05-09 Matt Johnston Fix ecdsa verification ecc
2013-05-03 Matt Johnston ecdsa is working ecc
2013-04-28 Matt Johnston more ecdsa signkey work, not correct ecc
2013-04-13 Matt Johnston A bit of work on ecdsa for host/auth keys ecc
2013-05-13 Matt Johnston Update config.guess and config.sub
2013-05-08 Matt Johnston Limit decompressed size
2013-04-29 Matt Johnston Avoid segfault for locked accounts (invalid salt to crypt())
2013-04-18 Matt Johnston Save with utf8 encoding
2013-04-18 Matt Johnston Added signature for changeset f168962bab85
2013-04-18 Matt Johnston Added tag DROPBEAR_2013.58 for changeset e76614145aea
2013-04-18 Matt Johnston 2013.58 DROPBEAR_2013.58
2013-04-18 Matt Johnston Don't enable CLI_IMMEDIATE_AUTH by default, it breaks blank password logins
2013-04-17 Matt Johnston Use % rather than # for port delimiter
2013-04-17 Matt Johnston Use '#' for host#port separator, document it. This fixes scp
2013-04-17 Matt Johnston If running as non-root only allow that user to log in
2013-04-16 Matt Johnston Fix build when zlib is disabled, from
2013-04-15 Matt Johnston Added signature for changeset 095b46180bbc
2013-04-15 Matt Johnston Added tag DROPBEAR_2013.57 for changeset 96b8bcb88017
2013-04-15 Matt Johnston Fix error message for requirenext change DROPBEAR_2013.57
2013-04-15 Matt Johnston bump version to 2013.57
2013-04-15 Matt Johnston changelog updates for 2013.57
2013-04-14 Matt Johnston requirenext fixup for firstkexfollows
2013-04-14 Matt Johnston Document escape chars
2013-04-14 Matt Johnston merge
2013-04-14 Matt Johnston -y -y to disable hostkey checking
2013-04-11 Matt Johnston Fix zlib for split newkeys
2013-04-10 Matt Johnston run closehandlers on cleanup
2013-04-10 Matt Johnston reset terminal modes before printing a message
2013-04-09 Matt Johnston A bit of debugging output ecc
2013-04-09 Matt Johnston Be safer with how we handle ltc_ecc_sets[] (particularly with ecc
2013-04-08 Matt Johnston start on ecdsa keys ecc
2013-04-08 Matt Johnston - Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string() ecc
2013-04-08 Matt Johnston add printmpint() for debugging ecc
2013-04-08 Matt Johnston ecdh works against OpenSSH ecc
2013-04-07 Matt Johnston - Fix various hardcoded uses of SHA1 ecc
2013-04-06 Matt Johnston ecc kind of works, needs fixing/testing ecc
2013-04-06 Matt Johnston Make _sign and _verify functions take a buffer* rather than void* and int ecc
2013-03-28 Matt Johnston More changes for KEX and ECDH. Set up hash descriptors, make ECC code work, ecc
2013-03-28 Matt Johnston Set LTC_SOURCE for proper ltm_desc etc ecc
2013-03-27 Matt Johnston ecc key import function ecc
2013-03-26 Matt Johnston more bits on ecc branch ecc
2013-03-25 Matt Johnston refactor kexdh code a bit, start working on ecdh etc ecc
2013-04-03 Matt Johnston setup tcp after requesting a channel - might hide some DNS latency