summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/session.c
AgeCommit message (Expand)Author
2000-10-11new cipher frameworkMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-09-05print hostname (not hushlogin)Markus Friedl
2000-09-04fix get_last_login_time order; from andre@van-veen.deMarkus Friedl
2000-09-04set SSH_ORIGINAL_COMMAND; from Leakin@dfw.nostrum.com, bet@rahul.netMarkus Friedl
2000-09-04missing close; ok theoMarkus Friedl
2000-08-31WallMarkus Friedl
2000-08-28print uid/gid as unsignedTheo de Raadt
2000-08-25WallTheo de Raadt
2000-08-21Fix incorrect PATH setting; noted by Markus.Todd C. Miller
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
2000-08-20Only check /etc/nologin if "UseLogin no" since login(1) may have itsTodd C. Miller
2000-08-20We have to stash the result of get_remote_name_or_ip() before weTodd C. Miller
2000-08-17sshd -u len, similar to telnetdMarkus Friedl
2000-08-17cleanup login(1)-like jobs, no duplicate utmp entriesMarkus Friedl
2000-07-11make MaxStartups code still work with -d; djmTheo de Raadt
2000-07-05use no_x11_forwarding_flag correctly; provos okTheo de Raadt
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