summaryrefslogtreecommitdiff
path: root/cli-kex.c
Commit message (Expand)AuthorAgeFilesLines
* Fix truncated type for getc() at confirmation promptMatt Johnston2016-03-151-1/+1
* Use dropbear_log instead of some fprintf's in client code.Konstantin Tokarev2015-12-011-2/+2
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-1/+1
* Fix pointer differ in signess warnings [-Werror=pointer-sign]Ga?l PORTAY2015-05-021-5/+5
* requirenext doesn't need two valuesMatt Johnston2014-01-231-2/+1
* Fix failing rekeying when we receive a still-in-flight packetMatt Johnston2014-01-231-2/+0
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-141-1/+1
* - Make curve25519 work after fixing a typo, interoperates with OpenSSHMatt Johnston2013-11-091-1/+1
* MergeMatt Johnston2013-11-081-30/+67
|\
| * curve25519Matt Johnston2013-11-081-30/+67
* | Add '-R' for delayed hostkey optionkeyondemandMatt Johnston2013-11-071-7/+12
|/
* merge in HEADMatt Johnston2013-05-211-9/+39
|\
| * requirenext fixup for firstkexfollowsMatt Johnston2013-04-141-3/+4
| * mergeMatt Johnston2013-04-141-0/+5
| |\
| | * -y -y to disable hostkey checkingMatt Johnston2013-04-141-0/+5
| * | Take transmit and receive keys into use separatelyMatt Johnston2013-04-041-1/+0
| * | Don't usually need to recalculate dh_e for the repeated kexdh_init packetMatt Johnston2013-04-031-4/+13
| * | merge from head roundtrip changesMatt Johnston2013-04-011-1/+1
| |\ \
| | * | Move the more verbose TRACE() statements into TRACE2()Matt Johnston2013-04-011-1/+1
| * | | first_kex_packet_follows working, needs tidyingMatt Johnston2013-03-291-2/+3
| |/ /
* | | - Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string()Matt Johnston2013-04-081-1/+1
* | | ecc kind of works, needs fixing/testingMatt Johnston2013-04-071-2/+4
* | | More changes for KEX and ECDH. Set up hash descriptors, make ECC code work,Matt Johnston2013-03-291-2/+5
* | | more bits on ecc branchMatt Johnston2013-03-271-1/+1
* | | refactor kexdh code a bit, start working on ecdh etcMatt Johnston2013-03-261-20/+24
|/ /
* | Fix a few compile warningsMatt Johnston2013-03-231-1/+0
|/
* Rearrange getaddrstring() etcMatt Johnston2009-09-011-1/+1
* - Make -i and -W pass through multihop argumentsMatt Johnston2009-06-121-0/+1
* Remove a newline from the kex prompt question, from FreeWRTMatt Johnston2007-02-251-1/+1
* Improve known_hosts checking.Matt Johnston2007-02-221-21/+44
* Add '-y' option to dbclient to accept the host key without checkingMatt Johnston2007-02-111-18/+27
* Fixes from Erik Hovland:Matt Johnston2006-07-071-1/+1
* Look at HOME before /etc/passwd when looking for ~/.ssh/known_hostsMatt Johnston2006-06-071-11/+11
* don't fail fatally if the client can't get homedir from getpwuid(), fallbackMatt Johnston2006-04-121-26/+36
* Read "y/n" response for fingerprints from /dev/tty directly so that dbclientMatt Johnston2005-01-111-1/+11
* Fixed DEBUG_TRACE macro so that we don't get semicolons left about the placeMatt Johnston2005-01-021-17/+17
* Fix if the first write failsMatt Johnston2004-08-241-6/+9
* default initialisers for mp_intsMatt Johnston2004-08-171-3/+10
* create known_hosts properlyMatt Johnston2004-08-161-2/+9
* - don't crash when trying to add to known_hosts if it doesn't existMatt Johnston2004-08-161-1/+3
* License boilerplate etc, add Mihnea as an author to some of the filesMatt Johnston2004-08-141-1/+2
* add new entries to known_hostsMatt Johnston2004-08-091-5/+38
* - Hostkey checking is mostly there, just aren't appending yet.Matt Johnston2004-08-081-5/+132
* Client mostly works up to password authMatt Johnston2004-07-281-2/+8
* Progressing client supportMatt Johnston2004-07-271-0/+1
* snapshot of stuffMatt Johnston2004-07-261-0/+91