log svr-chansession.c @ 1495:0c16b4ccbd54

age author description
Wed, 14 Feb 2018 23:06:01 +0800 Matt Johnston make signal flags volatile, simplify handling
Sat, 19 Aug 2017 22:39:53 +0200 Francois Perrad Pointer parameter could be declared as pointing to const (callback)
Sat, 19 Aug 2017 17:16:13 +0200 Francois Perrad Pointer parameter could be declared as pointing to const
Fri, 01 Jan 2016 11:46:58 +0100 Francois Perrad initialize variable
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes
Tue, 12 Apr 2016 21:01:08 +0800 Jeremy Kerr Add -c <command> option to force a specific command
Wed, 21 Oct 2015 22:08:47 +0800 Guilhem Moulin Don't display the MOTD when an explicit command is run.
Thu, 04 Jun 2015 23:08:50 +0800 Matt Johnston Merge pull request #13 from gazoo74/fix-warnings
Sat, 02 May 2015 23:32:13 +0200 Gaël PORTAY Turn signame local variable into char *
Sat, 02 May 2015 23:28:28 +0200 Gaël PORTAY Turn ChanSess's cmd attribute into char *
Sun, 03 May 2015 01:12:24 +0200 Gaël PORTAY Turn type local variable into char *
Sat, 02 May 2015 16:01:13 +0200 Gaël PORTAY Turn ChanSess's tty and term attributes into char *
Sat, 02 May 2015 15:59:06 +0200 Gaël PORTAY Fix pointer differ in signess warnings [-Werror=pointer-sign]
Sat, 02 May 2015 16:02:22 +0200 Gaël PORTAY Fix unused make_connection_string() warning [-Werror=unused-function]
Tue, 24 Feb 2015 22:23:32 +0800 Matt Johnston Revert accidental commented out signal handlers
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
Tue, 21 Oct 2014 22:33:49 +0800 Matt Johnston Combine code for SSH_CONNECTION and SSH_CLIENT
Mon, 20 Oct 2014 12:59:47 -0500 Ryan Cleere Add SSH_CLIENT environment variable
Tue, 19 Aug 2014 23:08:56 +0800 Matt Johnston Make keepalive handling more robust, this should now match what OpenSSH does
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:
Sat, 15 Feb 2014 21:13:57 +0800 Matt Johnston - Save errno in signal handlers
Tue, 03 Dec 2013 00:04:48 +0800 Matt Johnston - Sockets are set to lowdelay priority initially to improve conneciton setup
Mon, 02 Dec 2013 22:55:43 +0800 Catalin Patulea Set IPTOS_LOWDELAY on PTY sessions only
Thu, 14 Nov 2013 22:05:47 +0800 Matt Johnston rename random.h to dbrandom.h since some OSes have a system random.h
Mon, 12 Aug 2013 22:41:00 +0800 Matt Johnston Remove accidental one second sleep leftover from debugging
Fri, 29 Jun 2012 23:19:43 +0800 Matt Johnston Improve RNG seeding.
Mon, 26 Mar 2012 16:17:16 +0400 Andrey Mazo Fixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD.
Mon, 09 Apr 2012 20:35:13 +0800 Matt Johnston Rename HAVE_FORK to USE_VFORK