log cli-kex.c @ 1459:06d52bcb8094

age author description
Sat, 19 Aug 2017 17:16:13 +0200 Francois Perrad Pointer parameter could be declared as pointing to const
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Mon, 02 May 2016 23:48:16 +0200 Matt Johnston options for disabling "normal" DH
Tue, 15 Mar 2016 23:03:31 +0800 Matt Johnston Fix truncated type for getc() at confirmation prompt
Tue, 01 Dec 2015 21:56:11 +0300 Konstantin Tokarev Use dropbear_log instead of some fprintf's in client code.
Thu, 04 Jun 2015 23:24:08 +0800 Matt Johnston merge
Thu, 04 Jun 2015 23:08:50 +0800 Matt Johnston buf_getstring and buf_putstring now use non-unsigned char*
Thu, 04 Jun 2015 23:08:50 +0800 Matt Johnston Merge pull request #13 from gazoo74/fix-warnings
Sat, 02 May 2015 15:59:06 +0200 Gaƫl PORTAY Fix pointer differ in signess warnings [-Werror=pointer-sign]
Thu, 23 Jan 2014 22:25:52 +0800 Matt Johnston requirenext doesn't need two values
Thu, 23 Jan 2014 21:56:35 +0800 Matt Johnston Fix failing rekeying when we receive a still-in-flight packet
Thu, 14 Nov 2013 22:05:47 +0800 Matt Johnston rename random.h to dbrandom.h since some OSes have a system random.h
Sat, 09 Nov 2013 00:02:26 +0800 Matt Johnston - Make curve25519 work after fixing a typo, interoperates with OpenSSH ecc
Fri, 08 Nov 2013 23:32:13 +0800 Matt Johnston Merge ecc
Fri, 08 Nov 2013 23:11:43 +0800 Matt Johnston curve25519 ecc
Thu, 07 Nov 2013 23:49:37 +0800 Matt Johnston Add '-R' for delayed hostkey option keyondemand
Tue, 21 May 2013 12:09:35 +0800 Matt Johnston merge in HEAD ecc
Sun, 14 Apr 2013 23:16:16 +0800 Matt Johnston requirenext fixup for firstkexfollows
Sun, 14 Apr 2013 22:49:19 +0800 Matt Johnston merge
Sun, 14 Apr 2013 22:49:10 +0800 Matt Johnston -y -y to disable hostkey checking
Mon, 08 Apr 2013 23:56:31 +0800 Matt Johnston - Rename buf_put_ecc_pubkey_string() to buf_put_ecc_raw_pubkey_string() ecc
Sun, 07 Apr 2013 01:36:42 +0800 Matt Johnston ecc kind of works, needs fixing/testing ecc
Fri, 29 Mar 2013 00:28:09 +0800 Matt Johnston More changes for KEX and ECDH. Set up hash descriptors, make ECC code work, ecc
Wed, 27 Mar 2013 00:38:03 +0800 Matt Johnston more bits on ecc branch ecc
Tue, 26 Mar 2013 01:35:22 +0800 Matt Johnston refactor kexdh code a bit, start working on ecdh etc ecc
Thu, 04 Apr 2013 00:18:50 +0800 Matt Johnston Take transmit and receive keys into use separately
Wed, 03 Apr 2013 00:32:55 +0800 Matt Johnston Don't usually need to recalculate dh_e for the repeated kexdh_init packet kexguess
Mon, 01 Apr 2013 00:13:41 +0800 Matt Johnston merge from head roundtrip changes kexguess
Fri, 29 Mar 2013 20:44:13 +0800 Matt Johnston first_kex_packet_follows working, needs tidying kexguess
Mon, 01 Apr 2013 00:07:26 +0800 Matt Johnston Move the more verbose TRACE() statements into TRACE2()
Sat, 23 Mar 2013 23:17:01 +0800 Matt Johnston Fix a few compile warnings
Mon, 21 Nov 2011 19:52:28 +0800 Matt Johnston - Update tfm changes to current default tip dropbear-tfm
Mon, 21 Nov 2011 19:19:57 +0800 Matt Johnston - Bring in original tomsfastmath patch against 0.52 from Peter Turczak dropbear-tfm
Tue, 01 Sep 2009 16:38:26 +0000 Matt Johnston Rearrange getaddrstring() etc
Fri, 12 Jun 2009 14:58:43 +0000 Matt Johnston - Make -i and -W pass through multihop arguments
Sun, 25 Feb 2007 09:48:13 +0000 Matt Johnston Remove a newline from the kex prompt question, from FreeWRT
Thu, 22 Feb 2007 15:29:32 +0000 Matt Johnston Improve known_hosts checking.
Sun, 11 Feb 2007 08:50:21 +0000 Matt Johnston Add '-y' option to dbclient to accept the host key without checking
Fri, 07 Jul 2006 09:17:18 +0000 Matt Johnston Fixes from Erik Hovland:
Wed, 07 Jun 2006 13:41:19 +0000 Matt Johnston Look at HOME before /etc/passwd when looking for ~/.ssh/known_hosts
Wed, 12 Apr 2006 05:51:32 +0000 Matt Johnston don't fail fatally if the client can't get homedir from getpwuid(), fallback
Sat, 25 Mar 2006 12:57:09 +0000 Matt Johnston Various changes to compile+kind of run on UCC's axis board. ucc-axis-hack
Tue, 11 Jan 2005 16:17:03 +0000 Matt Johnston Read "y/n" response for fingerprints from /dev/tty directly so that dbclient
Sun, 02 Jan 2005 20:25:56 +0000 Matt Johnston Fixed DEBUG_TRACE macro so that we don't get semicolons left about the place
Tue, 24 Aug 2004 07:22:36 +0000 Matt Johnston Fix if the first write fails
Tue, 17 Aug 2004 10:20:20 +0000 Matt Johnston default initialisers for mp_ints
Mon, 16 Aug 2004 14:46:13 +0000 Matt Johnston create known_hosts properly
Mon, 16 Aug 2004 08:59:11 +0000 Matt Johnston - don't crash when trying to add to known_hosts if it doesn't exist
Sat, 14 Aug 2004 17:54:20 +0000 Matt Johnston License boilerplate etc, add Mihnea as an author to some of the files
Mon, 09 Aug 2004 08:06:57 +0000 Matt Johnston add new entries to known_hosts
Sun, 08 Aug 2004 16:17:05 +0000 Matt Johnston - Hostkey checking is mostly there, just aren't appending yet.
Wed, 28 Jul 2004 16:44:16 +0000 Matt Johnston Client mostly works up to password auth
Tue, 27 Jul 2004 16:30:46 +0000 Matt Johnston Progressing client support
Mon, 26 Jul 2004 02:44:20 +0000 Matt Johnston snapshot of stuff