log common-session.c @ 1139:43a8ea69b24c

age author description
Mon, 03 Aug 2015 21:59:40 +0800 Matt Johnston Fix problem where auth timeout wasn't checked when waiting for ident
Thu, 04 Jun 2015 23:24:08 +0800 Matt Johnston merge
Thu, 04 Jun 2015 23:08:50 +0800 Matt Johnston buf_getstring and buf_putstring now use non-unsigned char*
Thu, 04 Jun 2015 23:08:50 +0800 Matt Johnston Merge pull request #13 from gazoo74/fix-warnings
Thu, 04 Jun 2015 22:25:28 +0800 Matt Johnston Merge pull request #13 from gazoo74/fix-warnings
Sat, 02 May 2015 15:59:06 +0200 Gaƫl PORTAY Fix pointer differ in signess warnings [-Werror=pointer-sign]
Sun, 03 May 2015 00:00:35 +0800 Matt Johnston Make sure kexfirstinitialise is called early enough
Sat, 02 May 2015 22:47:25 +0800 Matt Johnston Fix no-writev fallback
Fri, 20 Mar 2015 23:36:42 +0800 Matt Johnston Make main socket nonblocking. Limit writequeue size.
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
Fri, 23 Jan 2015 22:32:49 +0800 Matt Johnston resolve merge properly pam
Sun, 01 Mar 2015 23:26:42 +0800 Matt Johnston reword comment for clarity nocircbuffer
Sat, 28 Feb 2015 23:15:23 +0800 Matt Johnston Add cleanup fastopen
Sat, 28 Feb 2015 09:06:40 +0800 Matt Johnston merge from default fastopen
Tue, 24 Feb 2015 22:17:04 +0800 Matt Johnston Some additional cleanup functions
Tue, 24 Feb 2015 22:01:33 +0800 Matt Johnston Free memory before exiting. Based on patch from Thorsten Horstmann.
Tue, 24 Feb 2015 20:51:18 +0800 Thorsten Horstmann Fix for old compilers, variable declarations at beginning of functions
Fri, 20 Feb 2015 23:16:38 +0800 Matt Johnston Move generic network routines to netio.c fastopen
Fri, 20 Feb 2015 22:13:53 +0800 Matt Johnston Update priority once the socket is open fastopen
Wed, 18 Feb 2015 22:46:15 +0800 Matt Johnston async connections working fastopen
Fri, 13 Feb 2015 23:47:53 +0800 Matt Johnston Add envirnonment variable for debug timestamps to roughly match
Fri, 13 Feb 2015 23:17:23 +0800 Matt Johnston Fix print that no longer works since we're not using fourCCs
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, 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
Sat, 15 Mar 2014 11:37:02 +0800 Matt Johnston Experiment of always writing data if available. Might waste a writev() with