log svr-session.c @ 1040:2b4fd440399d

age author description
Tue, 24 Feb 2015 22:01:33 +0800 Matt Johnston Free memory before exiting. Based on patch from Thorsten Horstmann.
Fri, 23 Jan 2015 21:38:47 +0800 Matt Johnston Merge up to date pam
Tue, 19 Aug 2014 23:08:56 +0800 Matt Johnston Make keepalive handling more robust, this should now match what OpenSSH does
Wed, 13 Aug 2014 21:48:47 +0800 Matt Johnston Don't send SSH_MSG_UNIMPLEMENTED for keepalive responses
Wed, 09 Jul 2014 22:02:22 +0800 Matt Johnston Fix auth timeout regression
Wed, 09 Jul 2014 00:15:20 +0800 Matt Johnston Make -K keepalive behave like OpenSSH's ServerAliveInterval
Thu, 13 Mar 2014 23:50:09 +0800 Matt Johnston Add new monotonic_now() wrapper so that timeouts are unaffected by
Wed, 12 Mar 2014 23:40:02 +0800 Matt Johnston Better PAM through recursion pam
Tue, 03 Dec 2013 21:26:59 +0800 Matt Johnston Fix disabling DSS key
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
Thu, 23 Dec 2004 17:00:15 +0000 Matt Johnston Log the IP along with auth success/fail attempts
Wed, 22 Dec 2004 15:37:50 +0000 Matt Johnston Rearrange preprocessor parts so that compilation with various options
Sun, 22 Aug 2004 09:23:11 +0000 Matt Johnston Fix for printing out things with inetd mode when we have DEBUG_TRACE
Thu, 12 Aug 2004 14:56:22 +0000 Matt Johnston cleaning up the pubkey defines
Tue, 10 Aug 2004 17:09:52 +0000 Matt Johnston just checkpointing
Tue, 03 Aug 2004 17:26:56 +0000 Matt Johnston Pubkey auth is mostly there for the client. Something strange with
Thu, 29 Jul 2004 02:19:03 +0000 Matt Johnston set the isserver flag (oops)
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
Tue, 20 Jul 2004 12:05:00 +0000 Matt Johnston switching to global vars
Wed, 23 Jun 2004 07:14:16 +0000 Matt Johnston merge of abac2150ee4f4031a98016241fbd136d24fed127
Mon, 07 Jun 2004 11:36:07 +0000 Matt Johnston Don't bother printing errno in exit messages (the code wasn't valid anyway)
Thu, 03 Jun 2004 16:45:53 +0000 Matt Johnston - Reworked non-channel fd handling to listener.c
Wed, 02 Jun 2004 04:59:49 +0000 Matt Johnston Chantype handling is sorted
Tue, 01 Jun 2004 10:48:46 +0000 Matt Johnston Sorted out the first channel init issues.
Tue, 01 Jun 2004 04:20:12 +0000 Matt Johnston syntactical fixups - it compiles, but channel handling code requires fixing.
Tue, 01 Jun 2004 02:46:09 +0000 Matt Johnston Makefile.in contains updated files required