| Commit message (Expand) | Author | Age | Files | Lines |
* | Add server support for signalling sessions via the SSH channel/ |  djm | 2018-10-02 | 1 | -1/+2 |
* | refactor channels.c |  djm | 2017-09-12 | 1 | -8/+8 |
* | Move several subprocess-related functions from various locations to |  djm | 2017-08-18 | 1 | -3/+1 |
* | remove ssh1 server code; ok djm@ |  markus | 2016-08-13 | 1 | -2/+1 |
* | refactor canohost.c: move functions that cache results closer to the |  djm | 2016-03-07 | 1 | -1/+3 |
* | Add logging of session starts in a useful format; ok markus@ feedback and |  djm | 2013-10-14 | 1 | -1/+2 |
* | Make the maximum number of sessions run-time controllable via |  djm | 2008-05-08 | 1 | -1/+3 |
* | almost entirely get rid of the culture of ".h files that include .h files" |  deraadt | 2006-08-03 | 1 | -5/+1 |
* | move #include <pwd.h> out of includes.h; ok markus@ |  stevesk | 2006-07-06 | 1 | -1/+5 |
* | standardise spacing in $OpenBSD$ tags; requested by deraadt@ |  djm | 2006-03-25 | 1 | -1/+1 |
* | annoying spacing fixes getting in the way of real diffs |  deraadt | 2006-03-20 | 1 | -2/+5 |
* | Fix a number of X11 forwarding channel leaks: |  djm | 2005-07-17 | 1 | -1/+2 |
* | make this -Wsign-compare clean; ok avsm@ markus@ |  djm | 2005-06-17 | 1 | -2/+2 |
* | Move "Last logged in at.." message generation to the monitor, right |  dtucker | 2004-07-17 | 1 | -4/+1 |
* | bz #815: implement ability to pass specified environment variables from the |  djm | 2004-04-27 | 1 | -1/+6 |
* | replace fatal_cleanup() and linked list of fatal callbacks with static |  markus | 2003-09-23 | 1 | -2/+3 |
* | support GSS API user authentication; patches from Simon Wilkinson, |  markus | 2003-08-22 | 1 | -1/+4 |
* | minor KNF |  deraadt | 2002-06-30 | 1 | -2/+2 |
* | display, screen, row, col, xpixel, ypixel are u_int; markus ok |  deraadt | 2002-06-23 | 1 | -4/+4 |
* | retrieve last login time before the pty is allocated, store per session |  markus | 2002-03-29 | 1 | -1/+4 |
* | clean up prototypes |  markus | 2002-03-19 | 1 | -1/+2 |
* | integrate privilege separated openssh; its turned off by default for now. |  provos | 2002-03-18 | 1 | -2/+32 |
* | don't use channel_input_channel_request and callback |  markus | 2002-02-03 | 1 | -2/+2 |
* | try to keep channels open until an exit-status message is sent. |  markus | 2001-10-10 | 1 | -2/+2 |
* | simplify session close: no more delayed session_close, no more blocking wait() calls. |  markus | 2001-10-09 | 1 | -2/+2 |
* | wait until !session_have_children(); bugreport from Lutz.Jaenicke@aet.TU-Cottbus.DE |  markus | 2001-07-02 | 1 | -1/+2 |
* | quick hack to make ssh2 work again. |  markus | 2001-06-27 | 1 | -2/+2 |
* | remove comments from .h, since they are cut&paste from the .c files |  markus | 2001-06-26 | 1 | -6/+6 |
* | prototype pedant. not very creative... |  itojun | 2001-06-26 | 1 | -6/+6 |
* | update copyright for 2001 |  markus | 2001-06-25 | 1 | -2/+2 |
* | merge common ssh v1/2 code |  markus | 2001-03-21 | 1 | -5/+2 |
* | $OpenBSD$ |  niklas | 2001-01-29 | 1 | -0/+2 |
* | 1) removes fake skey from sshd, since this will be much |  markus | 2001-01-18 | 1 | -1/+1 |
* | cleanup copyright notices on all files. I have attempted to be accurate with |  deraadt | 2000-09-07 | 1 | -0/+23 |
* | ssh2 server side, see README.openssh2; enable with 'sshd -2' |  markus | 2000-04-06 | 1 | -0/+7 |
* | split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removal |  markus | 2000-03-28 | 1 | -0/+7 |