summaryrefslogtreecommitdiffhomepage
path: root/chansession.h
AgeCommit message (Expand)Author
2018-02-14make signal flags volatile, simplify handlingMatt Johnston
2016-05-04Convert #ifdef to #if, other build changesMatt Johnston
2016-03-16fix empty C prototypesFrancois Perrad
2015-05-05Turn ChanSess's cmd attribute into char *Gaël PORTAY
2015-05-05Turn ChanSess's tty and term attributes into char *Gaël PORTAY
2015-02-24DROPBEAR_ prefix for include guards to avoid collisionsThorsten Horstmann
2014-10-21Combine code for SSH_CONNECTION and SSH_CLIENTMatt Johnston
2014-10-20Add SSH_CLIENT environment variableRyan Cleere
2014-08-19Make keepalive handling more robust, this should now match what OpenSSH doesMatt Johnston
2011-12-04- Fix use-after-free if multiple command requests were sent. MoveMatt Johnston
2009-09-02- Set $SSH_CONNECTIONMatt Johnston
2009-07-30Agent forwarding worksMatt Johnston
2009-07-01Make it compile, update for changes in channel structure.Matt Johnston
2008-09-17Rework netcat-alike to be a proper mode, with -B argument.Matt Johnston
2004-09-21propagate of 82bb923d0154750ef716b66b498561f882891946 and f51a272341ee12268fe...Matt Johnston
2004-08-26- added circular buffering for channelsMatt Johnston
2004-08-01added window-size change handlingMatt Johnston
2004-08-01- Added terminal mode handling etc for the client, and window changeMatt Johnston
2004-06-03- Reworked non-channel fd handling to listener.cMatt Johnston
2004-06-01Sorted out the first channel init issues.Matt Johnston
2004-06-01Makefile.in contains updated files requiredMatt Johnston