summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/session.h
AgeCommit message (Expand)Author
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