log svr-session.c @ 858:220f55d540ae

age author description
Thu, 14 Nov 2013 22:05:47 +0800 Matt Johnston rename random.h to dbrandom.h since some OSes have a system random.h
Tue, 21 May 2013 12:09:35 +0800 Matt Johnston merge in HEAD ecc
Fri, 03 May 2013 23:07:48 +0800 Matt Johnston ecdsa is working ecc
Tue, 09 Apr 2013 00:36:04 +0800 Matt Johnston start on ecdsa keys ecc
Wed, 03 Apr 2013 00:49:24 +0800 Matt Johnston merge kexguess branch
Sun, 31 Mar 2013 00:41:15 +0800 Matt Johnston merge kexguess
Sat, 30 Mar 2013 23:55:05 +0800 Matt Johnston Get rid of client/server specific buf_match_algo, use single kexguess
Mon, 01 Apr 2013 22:26:55 +0800 Matt Johnston Run the cleanup handler also when we close due to TCP connection being closed
Sun, 31 Mar 2013 00:40:00 +0800 Matt Johnston send out our kexinit packet before blocking to read the SSH version string
Fri, 29 Jun 2012 23:19:43 +0800 Matt Johnston Improve RNG seeding.
Wed, 09 May 2012 20:33:16 +0800 Matt Johnston - Don't sent SSH_MSG_UNIMPLEMENTED if we don't have ENABLE_SVR_REMOTETCPFWD
Mon, 09 Apr 2012 20:35:13 +0800 Matt Johnston Rename HAVE_FORK to USE_VFORK
Sun, 08 Apr 2012 01:50:52 -0400 Mike Frysinger check for fork() and not __uClinux__
Thu, 07 Apr 2011 13:33:26 +0000 Matt Johnston Properly fix the bug found years ago by Klocwork, refound again.
Wed, 23 Feb 2011 15:50:30 +0000 Matt Johnston Improve capitalisation for all logged strings
Sat, 05 Sep 2009 11:40:00 +0000 Matt Johnston Move remotehost into svr_ses structure since we can't look it up
Tue, 01 Sep 2009 16:38:26 +0000 Matt Johnston Rearrange getaddrstring() etc
Thu, 09 Jul 2009 16:01:30 +0000 Matt Johnston - For uclinux, only cleanup on exit for the main process. This avoids
Tue, 23 Sep 2008 13:16:22 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear.pubkey-options' (head 537a6ebebb46424b967ffe787f0f8560e5f447e8)
Mon, 15 Sep 2008 12:51:50 +0000 Matt Johnston - Split main socket var into ses.sock_in/ses.sock_out in preparation
Mon, 08 Sep 2008 15:14:02 +0000 Matt Johnston * Patch from Frédéric Moulins adding options to authorized_keys. pubkey-options
Sun, 13 Jan 2008 03:55:59 +0000 Matt Johnston Make a copy of passwd fields since getpwnam()'s retval isn't safe to keep
Wed, 08 Aug 2007 15:12:06 +0000 Matt Johnston - Add -K keepalive flag for dropbear and dbclient
Fri, 16 Feb 2007 14:42:08 +0000 Matt Johnston Fix for -pedantic -ansi compilation, change // to /**/, plus some signedness
Sat, 03 Feb 2007 09:58:14 +0000 Matt Johnston Fix potential null pointer dereference found by Klokwork
Sat, 01 Apr 2006 12:09:46 +0000 Matt Johnston dropbear_log to stderr since it works now ucc-axis-hack
Tue, 28 Mar 2006 16:04:11 +0000 Matt Johnston smaller yet again ucc-axis-hack
Sat, 25 Mar 2006 12:59:58 +0000 Matt Johnston propagate from branch 'au.asn.ucc.matt.dropbear' (head 11034278bd1917bebcbdc69cf53b1891ce9db121) ucc-axis-hack
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
Sat, 11 Feb 2006 15:15:37 +0000 Matt Johnston Only read /dev/random once when the program starts