log common-session.c @ 939:a0819ecfee0b

age author description
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
Thu, 13 Mar 2014 23:50:09 +0800 Matt Johnston Add new monotonic_now() wrapper so that timeouts are unaffected by
Thu, 13 Mar 2014 23:08:47 +0800 Matt Johnston Fix typo
Thu, 13 Mar 2014 16:28:16 +0800 Yousong Zhou Use AUTH_TIMEOUT only before authdone != 1.
Wed, 12 Mar 2014 23:40:02 +0800 Matt Johnston Better PAM through recursion pam
Mon, 17 Feb 2014 21:41:06 +0800 Matt Johnston Read (and enqueue) packets from interactive input even when
Wed, 12 Feb 2014 22:15:02 +0800 Matt Johnston cleanup before clearing keys
Thu, 23 Jan 2014 22:25:52 +0800 Matt Johnston requirenext doesn't need two values
Thu, 14 Nov 2013 22:05:47 +0800 Matt Johnston rename random.h to dbrandom.h since some OSes have a system random.h
Thu, 14 Nov 2013 22:03:30 +0800 Matt Johnston use oldstyle comments
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
Wed, 03 Apr 2013 19:23:53 +0800 Matt Johnston Just put the version string on the queue, don't use atomicio
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
Tue, 19 Mar 2013 20:15:44 +0800 Matt Johnston Android returns NULL for pw_crypt, set it to something else
Wed, 09 May 2012 22:37:04 +0800 Matt Johnston Return immediate success for blank passwords if allowed
Wed, 23 Feb 2011 15:50:30 +0000 Matt Johnston Improve capitalisation for all logged strings
Tue, 01 Sep 2009 16:38:26 +0000 Matt Johnston Rearrange getaddrstring() etc
Tue, 17 Mar 2009 22:30:25 +0000 Matt Johnston - Add the signal pipe to maxfd
Sun, 01 Mar 2009 16:15:57 +0000 Matt Johnston - Get rid of decryptreadbuf, just decrypt in-place with readbuf
Thu, 26 Feb 2009 13:20:53 +0000 Matt Johnston disapproval of revision 'a101cbd046507cf723e6362a49196dbd4b924042'
Thu, 26 Feb 2009 12:18:11 +0000 Matt Johnston - Try to write out as much as we can
Fri, 07 Nov 2008 14:11:06 +0000 Matt Johnston Idle timeout patch from Farrell Aultman. Needs testing, unsure if server
Mon, 29 Sep 2008 13:53:31 +0000 Matt Johnston - Add Counter Mode support
Mon, 22 Sep 2008 15:28:52 +0000 Matt Johnston Idle-timeout patch from Farrell Aultman, need to figure whether to only idle-timeout
Mon, 15 Sep 2008 14:40:30 +0000 Matt Johnston - "-J 'nc localhost 22'" kind of works, needs fixing hostkeys, ptys etc.
Mon, 15 Sep 2008 14:04:55 +0000 Matt Johnston - Add run_shell_command() function to run a "sh -c" command, handling