summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/session.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add server support for signalling sessions via the SSH channel/djm2018-10-021-1/+2
* refactor channels.cdjm2017-09-121-8/+8
* Move several subprocess-related functions from various locations todjm2017-08-181-3/+1
* remove ssh1 server code; ok djm@markus2016-08-131-2/+1
* refactor canohost.c: move functions that cache results closer to thedjm2016-03-071-1/+3
* Add logging of session starts in a useful format; ok markus@ feedback anddjm2013-10-141-1/+2
* Make the maximum number of sessions run-time controllable viadjm2008-05-081-1/+3
* almost entirely get rid of the culture of ".h files that include .h files"deraadt2006-08-031-5/+1
* move #include <pwd.h> out of includes.h; ok markus@stevesk2006-07-061-1/+5
* standardise spacing in $OpenBSD$ tags; requested by deraadt@djm2006-03-251-1/+1
* annoying spacing fixes getting in the way of real diffsderaadt2006-03-201-2/+5
* Fix a number of X11 forwarding channel leaks:djm2005-07-171-1/+2
* make this -Wsign-compare clean; ok avsm@ markus@djm2005-06-171-2/+2
* Move "Last logged in at.." message generation to the monitor, rightdtucker2004-07-171-4/+1
* bz #815: implement ability to pass specified environment variables from thedjm2004-04-271-1/+6
* replace fatal_cleanup() and linked list of fatal callbacks with staticmarkus2003-09-231-2/+3
* support GSS API user authentication; patches from Simon Wilkinson,markus2003-08-221-1/+4
* minor KNFderaadt2002-06-301-2/+2
* display, screen, row, col, xpixel, ypixel are u_int; markus okderaadt2002-06-231-4/+4
* retrieve last login time before the pty is allocated, store per sessionmarkus2002-03-291-1/+4
* clean up prototypesmarkus2002-03-191-1/+2
* integrate privilege separated openssh; its turned off by default for now.provos2002-03-181-2/+32
* don't use channel_input_channel_request and callbackmarkus2002-02-031-2/+2
* try to keep channels open until an exit-status message is sent.markus2001-10-101-2/+2
* simplify session close: no more delayed session_close, no more blocking wait() calls.markus2001-10-091-2/+2
* wait until !session_have_children(); bugreport from Lutz.Jaenicke@aet.TU-Cottbus.DEmarkus2001-07-021-1/+2
* quick hack to make ssh2 work again.markus2001-06-271-2/+2
* remove comments from .h, since they are cut&paste from the .c filesmarkus2001-06-261-6/+6
* prototype pedant. not very creative...itojun2001-06-261-6/+6
* update copyright for 2001markus2001-06-251-2/+2
* merge common ssh v1/2 codemarkus2001-03-211-5/+2
* $OpenBSD$niklas2001-01-291-0/+2
* 1) removes fake skey from sshd, since this will be muchmarkus2001-01-181-1/+1
* cleanup copyright notices on all files. I have attempted to be accurate withderaadt2000-09-071-0/+23
* ssh2 server side, see README.openssh2; enable with 'sshd -2'markus2000-04-061-0/+7
* split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removalmarkus2000-03-281-0/+7