log svr-session.c @ 618:b5cc8878d5ec

age author description
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