log Makefile.in @ 1049:01eea88963f3 fastopen

age author description
Sat, 28 Feb 2015 09:06:40 +0800 Matt Johnston merge from default fastopen
Tue, 24 Feb 2015 20:45:07 +0800 Thorsten Horstmann Some minor typo fixes, found by codespell.
Fri, 20 Feb 2015 23:16:38 +0800 Matt Johnston Move generic network routines to netio.c fastopen
Fri, 23 Jan 2015 22:59:30 +0800 Like Ma Fix installing dropbear.8 error when building in a separate directory.
Fri, 07 Mar 2014 21:30:20 +0800 Matt Johnston Fix "make install" dependency so that it works without prior "make"
Thu, 27 Feb 2014 21:35:58 +0800 Matt Johnston merge up to 2013.63, improve ASM makefile rules a bit asm
Sun, 06 Oct 2013 21:49:15 +0800 Matt Johnston aes and sha1 for arm asm
Tue, 18 Feb 2014 21:03:27 +0800 Matt Johnston Fix building with system libtomcrypt/libtommath
Fri, 07 Feb 2014 07:57:45 +0800 Nicolas Boos Fix linking -lcrypt for systems without libcrypt in /usr/lib
Fri, 07 Feb 2014 07:53:32 +0800 Nicolas Boos Avoid linking dropbearconvert and dropbearkey to libz or libutil
Wed, 11 Dec 2013 21:50:33 +0800 Mike Frysinger Fix so that "make install" for multi target won't fail on scp which doesn't
Wed, 11 Dec 2013 21:48:02 +0800 Mike Frysinger Turn dropbearmulti into a real target so we don't constantly re-link it
Thu, 14 Nov 2013 22:05:47 +0800 Matt Johnston rename random.h to dbrandom.h since some OSes have a system random.h
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 00:18:52 +0800 Matt Johnston refactor key generation, make it generate as required. keyondemand
Fri, 18 Oct 2013 21:38:01 +0800 Matt Johnston Merge in changes from the past couple of releases ecc
Wed, 09 Oct 2013 22:24:39 +0800 Matt Johnston - Fix "inst_scp" target since there isn't a manpage
Wed, 09 Oct 2013 21:58:07 +0800 Matt Johnston Add @exec_prefix@ that was missing
Thu, 03 Oct 2013 23:45:25 +0800 Matt Johnston Add manpage for dropbearconvert
Tue, 21 May 2013 13:20:02 +0800 Matt Johnston Fix static library order, libtomcrypt depends on libtommath ecc
Tue, 21 May 2013 12:09:35 +0800 Matt Johnston merge in HEAD ecc
Tue, 09 Apr 2013 00:36:04 +0800 Matt Johnston start on ecdsa keys ecc
Sun, 07 Apr 2013 01:36:42 +0800 Matt Johnston ecc kind of works, needs fixing/testing 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
Mon, 01 Apr 2013 00:13:41 +0800 Matt Johnston merge from head roundtrip changes kexguess
Sat, 30 Mar 2013 23:55:05 +0800 Matt Johnston Get rid of client/server specific buf_match_algo, use single kexguess
Sun, 31 Mar 2013 21:38:17 +0800 Matt Johnston Don't bother waiting for a ssh-connection service reply - the server
Tue, 22 Nov 2011 19:28:58 +0700 Matt Johnston A few build fixes dropbear-tfm