summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/session.c
AgeCommit message (Expand)Author
2000-06-26MaxStartups: limit number of unauthenticated connections, work by theo and meMarkus Friedl
2000-06-18typoMarkus Friedl
2000-06-18split auth-rsa option parsing into auth-optionsMarkus Friedl
2000-06-17add support for ssh v2 subsystems. ok markus@.Jakob Schlyter
2000-06-05allow use_login only for login sessions, otherwise remote commands are execed...Markus Friedl
2000-05-31xauth_location support; pr 1234Markus Friedl
2000-05-30don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via kris@FreeBSD.orgMarkus Friedl
2000-05-25just some line shorteningTheo de Raadt
2000-05-22make x11-fwd work w/ localhost (xauth add host/unix:11)Markus Friedl
2000-05-03GatewayPorts for sshd, ok deraadt@Markus Friedl
2000-05-02use c-style commentsMarkus Friedl
2000-05-02update proctitle for proto 1, tooMarkus Friedl
2000-05-02update proctitle on pty alloc/dealloc, e.g. w/ windows clientMarkus Friedl
2000-04-29don't call chan_write_failed() if we are not writingMarkus Friedl
2000-04-28support for x11-fwding, client+serverMarkus Friedl
2000-04-27cleanup logging for sshd/2, respect PasswordAuth noMarkus Friedl
2000-04-19remove bogus chan_read_failed. this could cause dataMarkus Friedl
2000-04-14whitespace cleanupMarkus Friedl
2000-04-14check payload for (illegal) extra dataMarkus Friedl
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