summaryrefslogtreecommitdiff
path: root/svr-chansession.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set IPTOS_LOWDELAY on PTY sessions onlyCatalin Patulea2013-12-021-0/+2
* rename random.h to dbrandom.h since some OSes have a system random.hMatt Johnston2013-11-141-1/+1
* Remove accidental one second sleep leftover from debuggingMatt Johnston2013-08-121-2/+0
* Improve RNG seeding.Matt Johnston2012-06-291-1/+1
* Fixed compilation with unset ENABLE_{SVR,CLI}_AGENTFWD.Andrey Mazo2012-03-261-4/+4
* Rename HAVE_FORK to USE_VFORKMatt Johnston2012-04-091-4/+4
* check for fork() and not __uClinux__Mike Frysinger2012-04-081-6/+6
* - Initialise sa_mask properlyMatt Johnston2011-12-041-1/+2
* - MergeMatt Johnston2012-02-211-0/+1
|\
| * - Make sure sa_mask is setMatt Johnston2012-02-211-0/+1
* | - Fix use-after-free if multiple command requests were sent. MoveMatt Johnston2011-12-041-4/+8
|/
* Avoid segfault when handling childpid raceMatt Johnston2011-03-311-0/+3
* Compile fix for when both client and server agent forwarding is disabledMatt Johnston2011-02-281-4/+4
* Improve capitalisation for all logged stringsMatt Johnston2011-02-231-12/+12
* don't #include "utmp.h"Matt Johnston2010-03-041-1/+0
* Move remotehost into svr_ses structure since we can't look it upMatt Johnston2009-09-051-4/+1
* - Set $SSH_CONNECTIONMatt Johnston2009-09-021-2/+28
* Rearrange getaddrstring() etcMatt Johnston2009-09-011-5/+17
* - set $SSH_TTY environment variableMatt Johnston2009-08-311-5/+4
* - set $SSH_ORIGINAL_COMMAND if a command is forced, and log itMatt Johnston2009-08-261-3/+15