summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/session.h
AgeCommit message (Expand)Author
2018-10-02Add server support for signalling sessions via the SSH channel/Damien Miller
2017-09-12refactor channels.cDamien Miller
2017-08-18Move several subprocess-related functions from various locations toDamien Miller
2016-08-13remove ssh1 server code; ok djm@Markus Friedl
2016-03-07refactor canohost.c: move functions that cache results closer to theDamien Miller
2013-10-14Add logging of session starts in a useful format; ok markus@ feedback andDamien Miller
2008-05-08Make the maximum number of sessions run-time controllable viaDamien Miller
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt
2006-07-06move #include <pwd.h> out of includes.h; ok markus@Kevin Steves
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2006-03-20annoying spacing fixes getting in the way of real diffsTheo de Raadt
2005-07-17Fix a number of X11 forwarding channel leaks:Damien Miller
2005-06-17make this -Wsign-compare clean; ok avsm@ markus@Damien Miller
2004-07-17Move "Last logged in at.." message generation to the monitor, rightDarren Tucker
2004-04-27bz #815: implement ability to pass specified environment variables from theDamien Miller
2003-09-23replace fatal_cleanup() and linked list of fatal callbacks with staticMarkus Friedl
2003-08-22support GSS API user authentication; patches from Simon Wilkinson,Markus Friedl
2002-06-30minor KNFTheo de Raadt
2002-06-23display, screen, row, col, xpixel, ypixel are u_int; markus okTheo de Raadt
2002-03-29retrieve last login time before the pty is allocated, store per sessionMarkus Friedl
2002-03-19clean up prototypesMarkus Friedl
2002-03-18integrate privilege separated openssh; its turned off by default for now.Niels Provos
2002-02-03don't use channel_input_channel_request and callbackMarkus Friedl
2001-10-10try to keep channels open until an exit-status message is sent.Markus Friedl
2001-10-09simplify session close: no more delayed session_close, no more blocking wait(...Markus Friedl
2001-07-02wait until !session_have_children(); bugreport from Lutz.Jaenicke@aet.TU-Cott...Markus Friedl
2001-06-27quick hack to make ssh2 work again.Markus Friedl
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
2001-06-25update copyright for 2001Markus Friedl
2001-03-21merge common ssh v1/2 codeMarkus Friedl
2001-01-29$OpenBSD$Niklas Hallqvist
2001-01-181) removes fake skey from sshd, since this will be muchMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-04-06ssh2 server side, see README.openssh2; enable with 'sshd -2'Markus Friedl
2000-03-28split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removalMarkus Friedl