log svr-chansession.c @ 1840:5c13e765ddbd

age author description
Mon, 18 Oct 2021 23:20:08 +0800 Matt Johnston Only redirect stderr after the session login. That lets errors
Thu, 14 Oct 2021 20:55:15 +0800 Matt Johnston Bring back recently removed channel->flushing
Mon, 11 Oct 2021 15:46:49 +0800 Matt Johnston Merge
Mon, 11 Oct 2021 15:42:14 +0800 Matt Johnston Replace ChanType.sepfds with Channel.bidir_fd
Mon, 11 Oct 2021 15:16:54 +0800 Matt Johnston - Remove "flushing" handling for exited processes, it should be
Mon, 11 Oct 2021 15:13:42 +0800 Matt Johnston Move comment to svr_chansess_checksignal() where it belongs
Thu, 19 Aug 2021 18:49:52 +0300 fidomax keep LANG env variable for child process (#111)
Thu, 19 Aug 2021 17:13:41 +0200 Roland Vollgraf pass on sever process environment to child processes (option -e) (#118)
Sat, 06 Mar 2021 23:06:43 +0800 Matt Johnston Prevent multiple shells being spawned
Sat, 06 Mar 2021 23:05:17 +0800 Matt Johnston small tidy of "signal" while loop
Fri, 29 Jan 2021 21:47:56 +0800 Matt Johnston fuzz: wrap kill()
Thu, 08 Oct 2020 11:00:04 +0800 Matt Johnston Avoid gnu extension conditional operator
Sat, 14 Mar 2020 23:28:18 +0800 Matt Johnston Set SSH_ORIGINAL_COMMAND for "dropbear -c" too, fix build without
Wed, 20 Mar 2019 14:44:49 +0000 Patrick Stewart Support servers without multiple user support (#76)
Wed, 14 Nov 2018 22:57:56 +0800 Matt Johnston Split ChanType closehandler() and cleanup() so that dbclient doesn't
Sat, 17 Feb 2018 04:27:37 +0100 François Perrad more linting (#55)
Thu, 20 Jul 2017 19:38:26 +0000 Michael Witten options: Complete the transition to numeric toggles (`#if')
Wed, 14 Feb 2018 23:09:28 +0800 Matt Johnston fix compile warnings
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 *