log session.h @ 1353:f3c8975de38e fuzz

age author description
Fri, 01 Jan 2016 16:30:31 +0100 Francois Perrad fix empty C prototypes
Tue, 15 Dec 2015 22:09:55 +0800 Matt Johnston A few minor style fixes
Thu, 03 Dec 2015 16:22:29 +0300 Konstantin Tokarev Client: kill proxy command when exiting application.
Wed, 21 Oct 2015 22:39:31 +0800 Mike Frysinger fix build when ENABLE_CLI_INTERACT_AUTH is disabled
Mon, 03 Aug 2015 21:59:40 +0800 Matt Johnston Fix problem where auth timeout wasn't checked when waiting for ident
Sat, 02 May 2015 22:48:11 +0200 Gaël PORTAY Turn sshsession's remoteident attribute into char *
Sat, 02 May 2015 16:08:08 +0200 Gaël PORTAY Turn cleantext()'s dirtytext argument into char *
Fri, 20 Mar 2015 23:36:42 +0800 Matt Johnston Make main socket nonblocking. Limit writequeue size.
Tue, 17 Mar 2015 21:58:32 +0800 Matt Johnston Remove ATTRIB_NORETURN from session_loop() since it returns. pam
Mon, 16 Mar 2015 22:10:30 +0800 Matt Johnston Fix merge again. ses.loop_handler is required for PAM pam
Mon, 16 Mar 2015 21:34:05 +0800 Matt Johnston merge pam branch up to date pam
Sun, 01 Mar 2015 23:02:06 +0800 Matt Johnston Fix pubkey auth after change to reuse ses.readbuf as ses.payload nocircbuffer
Sun, 01 Mar 2015 00:57:21 +0800 Matt Johnston A bit of a bodge to avoid memcpy if zlib is disabled nocircbuffer
Sat, 28 Feb 2015 09:06:40 +0800 Matt Johnston merge from default fastopen
Tue, 24 Feb 2015 22:36:20 +0800 Matt Johnston Add more ATTRIB_NORETURN annotations, from Thorsten Horstmann
Tue, 24 Feb 2015 20:43:01 +0800 Thorsten Horstmann DROPBEAR_ prefix for include guards to avoid collisions
Fri, 20 Feb 2015 23:16:38 +0800 Matt Johnston Move generic network routines to netio.c fastopen
Thu, 19 Feb 2015 00:32:00 +0800 Matt Johnston In theory TFO should work. Needs platform cleanup and testing fastopen
Wed, 18 Feb 2015 22:46:15 +0800 Matt Johnston async connections working fastopen
Wed, 18 Feb 2015 00:05:27 +0800 Matt Johnston work in progress for async connect fastopen
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
Mon, 28 Jul 2014 23:23:49 +0800 Matt Johnston Make sure the check_close() handler runs when a server child process exits
Wed, 16 Jul 2014 22:53:32 +0800 Matt Johnston Set tcp priority as follows:
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
Thu, 23 Jan 2014 22:25:52 +0800 Matt Johnston requirenext doesn't need two values
Fri, 17 Jan 2014 21:39:27 +0800 Matt Johnston DROPBEAR_CLI_AUTH_IMMEDIATE fixed, now enabled by default
Thu, 14 Nov 2013 22:03:30 +0800 Matt Johnston use oldstyle comments
Fri, 08 Nov 2013 23:11:43 +0800 Matt Johnston curve25519 ecc
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, 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:49:24 +0800 Matt Johnston merge kexguess branch
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
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
Fri, 29 Mar 2013 23:29:48 +0800 Matt Johnston Add kexguess2 behaviour kexguess
Fri, 29 Mar 2013 20:44:13 +0800 Matt Johnston first_kex_packet_follows working, needs tidying 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 21:38:17 +0800 Matt Johnston Don't bother waiting for a ssh-connection service reply - the server
Sun, 31 Mar 2013 00:40:00 +0800 Matt Johnston send out our kexinit packet before blocking to read the SSH version string
Sat, 23 Mar 2013 23:16:06 +0800 Matt Johnston Add ~. and ~^Z handling to exit/suspend dbclient
Thu, 21 Mar 2013 22:55:12 +0800 Matt Johnston Make hmac-sha2-256 and hmac-sha2-512 work
Wed, 20 Mar 2013 23:13:45 +0800 Matt Johnston Fix "-m none" case and ugly typo
Thu, 17 May 2012 20:52:57 +0800 Matt Johnston - Only request "none" cipher after auth has succeeded insecure-nocrypto
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__
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
Thu, 07 Apr 2011 12:59:18 +0000 Matt Johnston Add noreturn and format attribute hints for some functions.
Fri, 11 Sep 2009 14:02:04 +0000 Matt Johnston - Disable compression for non-final multihops