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