log

age author description
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
2013-04-03 Matt Johnston Take transmit and receive keys into use separately
2013-04-03 Matt Johnston Fix MAC bug which would prevent asymmetric hashes
2013-04-03 Matt Johnston Just put the version string on the queue, don't use atomicio
2013-04-02 Matt Johnston fix leftover kexguess debugging
2013-04-02 Matt Johnston Fix a few options and headers
2013-04-02 Matt Johnston merge
2013-04-02 Matt Johnston merge kexguess branch
2013-04-02 Matt Johnston Put some #ifdef options around first-follows options in case they kexguess
2013-04-02 Matt Johnston Don't usually need to recalculate dh_e for the repeated kexdh_init packet kexguess
2013-04-02 Matt Johnston Add sentinel attribute kexguess
2013-03-31 Matt Johnston merge from head roundtrip changes kexguess
2013-03-30 Matt Johnston merge kexguess
2013-03-30 Matt Johnston Get rid of client/server specific buf_match_algo, use single kexguess
2013-03-29 Matt Johnston Add kexguess2 behaviour kexguess
2013-03-29 Matt Johnston first_kex_packet_follows working, needs tidying kexguess
2013-04-02 Matt Johnston add IUTF8
2013-04-02 Matt Johnston fix tabs
2013-04-02 Matt Johnston merge
2013-04-02 Matt Johnston Fix segfault when /dev/urandom isn't writable
2013-04-01 Matt Johnston Be a bit more careful about when we want to use CLI_AUTH_IMMEDIATE
2013-04-01 Matt Johnston Run the cleanup handler also when we close due to TCP connection being closed
2013-04-01 Matt Johnston Try password before interactive - bit of a hack
2013-03-31 Matt Johnston Move the more verbose TRACE() statements into TRACE2()
2013-03-31 Matt Johnston Send an auth packet straight away, save another roundtrip
2013-03-31 Matt Johnston Fix incorrect logic for USE_VFORK and calling arg_setup()
2013-03-31 Matt Johnston Try using writev() for writing packets out to tcp
2013-03-31 Matt Johnston Don't bother waiting for a ssh-connection service reply - the server
2013-03-30 Matt Johnston send out our kexinit packet before blocking to read the SSH version string