| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix truncated type for getc() at confirmation prompt | Matt Johnston | 2016-03-15 | 1 | -1/+1 |
* | Use dropbear_log instead of some fprintf's in client code. | Konstantin Tokarev | 2015-12-01 | 1 | -2/+2 |
* | buf_getstring and buf_putstring now use non-unsigned char* | Matt Johnston | 2015-06-04 | 1 | -1/+1 |
* | Fix pointer differ in signess warnings [-Werror=pointer-sign] | Ga?l PORTAY | 2015-05-02 | 1 | -5/+5 |
* | requirenext doesn't need two values | Matt Johnston | 2014-01-23 | 1 | -2/+1 |
* | Fix failing rekeying when we receive a still-in-flight packet | Matt Johnston | 2014-01-23 | 1 | -2/+0 |
* | rename random.h to dbrandom.h since some OSes have a system random.h | Matt Johnston | 2013-11-14 | 1 | -1/+1 |
* | - Make curve25519 work after fixing a typo, interoperates with OpenSSH | Matt Johnston | 2013-11-09 | 1 | -1/+1 |
* | Merge | Matt Johnston | 2013-11-08 | 1 | -30/+67 |
|\ |
|
| * | curve25519 | Matt Johnston | 2013-11-08 | 1 | -30/+67 |
* | | Add '-R' for delayed hostkey optionkeyondemand | Matt Johnston | 2013-11-07 | 1 | -7/+12 |
|/ |
|
* | merge in HEAD | Matt Johnston | 2013-05-21 | 1 | -9/+39 |
|\ |
|
| * | requirenext fixup for firstkexfollows | Matt Johnston | 2013-04-14 | 1 | -3/+4 |
| * | merge | Matt Johnston | 2013-04-14 | 1 | -0/+5 |
| |\ |
|
| | * | -y -y to disable hostkey checking | Matt Johnston | 2013-04-14 | 1 | -0/+5 |
| * | | Take transmit and receive keys into use separately | Matt Johnston | 2013-04-04 | 1 | -1/+0 |
| * | | Don't usually need to recalculate dh_e for the repeated kexdh_init packet | Matt Johnston | 2013-04-03 | 1 | -4/+13 |
| * | | merge from head roundtrip changes | Matt Johnston | 2013-04-01 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Move the more verbose TRACE() statements into TRACE2() | Matt Johnston | 2013-04-01 | 1 | -1/+1 |
| * | | | first_kex_packet_follows working, needs tidying | Matt Johnston | 2013-03-29 | 1 | -2/+3 |
| |/ / |
|
* | | | - Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string() | Matt Johnston | 2013-04-08 | 1 | -1/+1 |
* | | | ecc kind of works, needs fixing/testing | Matt Johnston | 2013-04-07 | 1 | -2/+4 |
* | | | More changes for KEX and ECDH. Set up hash descriptors, make ECC code work, | Matt Johnston | 2013-03-29 | 1 | -2/+5 |
* | | | more bits on ecc branch | Matt Johnston | 2013-03-27 | 1 | -1/+1 |
* | | | refactor kexdh code a bit, start working on ecdh etc | Matt Johnston | 2013-03-26 | 1 | -20/+24 |
|/ / |
|
* | | Fix a few compile warnings | Matt Johnston | 2013-03-23 | 1 | -1/+0 |
|/ |
|
* | Rearrange getaddrstring() etc | Matt Johnston | 2009-09-01 | 1 | -1/+1 |
* | - Make -i and -W pass through multihop arguments | Matt Johnston | 2009-06-12 | 1 | -0/+1 |
* | Remove a newline from the kex prompt question, from FreeWRT | Matt Johnston | 2007-02-25 | 1 | -1/+1 |
* | Improve known_hosts checking. | Matt Johnston | 2007-02-22 | 1 | -21/+44 |
* | Add '-y' option to dbclient to accept the host key without checking | Matt Johnston | 2007-02-11 | 1 | -18/+27 |
* | Fixes from Erik Hovland: | Matt Johnston | 2006-07-07 | 1 | -1/+1 |
* | Look at HOME before /etc/passwd when looking for ~/.ssh/known_hosts | Matt Johnston | 2006-06-07 | 1 | -11/+11 |
* | don't fail fatally if the client can't get homedir from getpwuid(), fallback | Matt Johnston | 2006-04-12 | 1 | -26/+36 |
* | Read "y/n" response for fingerprints from /dev/tty directly so that dbclient | Matt Johnston | 2005-01-11 | 1 | -1/+11 |
* | Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place | Matt Johnston | 2005-01-02 | 1 | -17/+17 |
* | Fix if the first write fails | Matt Johnston | 2004-08-24 | 1 | -6/+9 |
* | default initialisers for mp_ints | Matt Johnston | 2004-08-17 | 1 | -3/+10 |
* | create known_hosts properly | Matt Johnston | 2004-08-16 | 1 | -2/+9 |
* | - don't crash when trying to add to known_hosts if it doesn't exist | Matt Johnston | 2004-08-16 | 1 | -1/+3 |
* | License boilerplate etc, add Mihnea as an author to some of the files | Matt Johnston | 2004-08-14 | 1 | -1/+2 |
* | add new entries to known_hosts | Matt Johnston | 2004-08-09 | 1 | -5/+38 |
* | - Hostkey checking is mostly there, just aren't appending yet. | Matt Johnston | 2004-08-08 | 1 | -5/+132 |
* | Client mostly works up to password auth | Matt Johnston | 2004-07-28 | 1 | -2/+8 |
* | Progressing client support | Matt Johnston | 2004-07-27 | 1 | -0/+1 |
* | snapshot of stuff | Matt Johnston | 2004-07-26 | 1 | -0/+91 |