summaryrefslogtreecommitdiff
path: root/svr-chansession.c
Commit message (Expand)AuthorAgeFilesLines
* Add /usr/sbin and /sbin to default root PATHRaphael Hertzog2018-07-091-1/+5
* Expand home path for MOTD fileBegley Brothers Inc2020-07-091-1/+5
* Allow user space file locations (rootless support)Begley Brothers Inc2020-07-091-1/+3
* set envvar SSH_PUBKEYINFO if authstate.pubkey_info contains informationHansH1112022-03-131-0/+3
* Make missing homedir non-fatal, instead use /Matt Johnston2022-02-241-1/+6
* Add re-exec for serverMatt Johnston2022-01-301-3/+0
* Leave non-interactive at default QoS classMatt Johnston2022-01-271-2/+3
* Fix accidentally committed debug messageMatt Johnston2022-01-221-1/+0
* Only redirect stderr after the session login. That lets errorsMatt Johnston2021-10-181-4/+12
* Bring back recently removed channel->flushingMatt Johnston2021-10-141-2/+6
* MergeMatt Johnston2021-10-111-6/+17
|\
| * keep LANG env variable for child process (#111)fidomax2021-08-191-0/+9
| * pass on sever process environment to child processes (option -e) (#118)Roland Vollgraf2021-08-191-6/+8
* | Replace ChanType.sepfds with Channel.bidir_fdMatt Johnston2021-10-111-1/+2
* | - Remove "flushing" handling for exited processes, it should beMatt Johnston2021-10-111-2/+4
* | Move comment to svr_chansess_checksignal() where it belongsMatt Johnston2021-10-111-9/+8
|/
* Prevent multiple shells being spawnedMatt Johnston2021-03-061-2/+7
* small tidy of "signal" while loopMatt Johnston2021-03-061-3/+1
* fuzz: wrap kill()Matt Johnston2021-01-291-0/+4
* Avoid gnu extension conditional operatorMatt Johnston2020-10-081-1/+5
* Set SSH_ORIGINAL_COMMAND for "dropbear -c" too, fix build withoutMatt Johnston2020-03-141-6/+1
* Support servers without multiple user support (#76)Patrick Stewart2019-03-201-0/+2
* Split ChanType closehandler() and cleanup() so that dbclient doesn'tMatt Johnston2018-11-141-4/+21
* more linting (#55)Fran?ois Perrad2018-02-171-2/+2
* options: Complete the transition to numeric toggles (`#if')Michael Witten2017-07-201-4/+4
* fix compile warningsMatt Johnston2018-02-141-4/+3
* make signal flags volatile, simplify handlingMatt Johnston2018-02-141-36/+42
* Pointer parameter could be declared as pointing to const (callback)Francois Perrad2017-08-191-4/+4
* Pointer parameter could be declared as pointing to constFrancois Perrad2017-08-191-19/+19
* initialize variableFrancois Perrad2016-01-011-1/+1
* Convert #ifdef to #if, other build changesMatt Johnston2016-05-041-15/+15
* Add -c <command> option to force a specific commandJeremy Kerr2016-04-121-2/+10
* Don't display the MOTD when an explicit command is run.Guilhem Moulin2015-10-211-1/+1
* buf_getstring and buf_putstring now use non-unsigned char*Matt Johnston2015-06-041-9/+9
* Turn signame local variable into char *Ga?l PORTAY2015-05-021-3/+3
* Turn ChanSess's cmd attribute into char *Ga?l PORTAY2015-05-021-1/+1
* Turn type local variable into char *Ga?l PORTAY2015-05-031-2/+2
* Turn ChanSess's tty and term attributes into char *Ga?l PORTAY2015-05-021-2/+2
* Fix pointer differ in signess warnings [-Werror=pointer-sign]Ga?l PORTAY2015-05-021-5/+5
* Fix unused make_connection_string() warning [-Werror=unused-function]Ga?l PORTAY2015-05-021-0/+2
* Revert accidental commented out signal handlersMatt Johnston2015-02-241-4/+0
* Free memory before exiting. Based on patch from Thorsten Horstmann.Matt Johnston2015-02-241-0/+4
* Fix for old compilers, variable declarations at beginning of functionsThorsten Horstmann2015-02-241-1/+1
* Combine code for SSH_CONNECTION and SSH_CLIENTMatt Johnston2014-10-211-22/+13
* Add SSH_CLIENT environment variableRyan Cleere2014-10-201-0/+22
* Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston2014-08-191-10/+9
* Make sure the check_close() handler runs when a server child process exitsMatt Johnston2014-07-281-0/+3
* Set tcp priority as follows:Matt Johnston2014-07-161-1/+6
* - Save errno in signal handlersMatt Johnston2014-02-151-0/+4
* - Sockets are set to lowdelay priority initially to improve conneciton setupMatt Johnston2013-12-031-2/+1