summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/session.c
AgeCommit message (Expand)Author
2002-09-16log when _PATH_NOLOGIN exists; ok markus@Kevin Steves
2002-09-12add SSH_CONNECTION and deprecate SSH_CLIENT; bug #384. ok markus@Kevin Steves
2002-08-29pass addrlen with sockaddr *; from Hajimu UMEMOTO <ume@FreeBSD.org>Kevin Steves
2002-08-22send signal name (not signal number) in "exit-signal" message; noticedMarkus Friedl
2002-07-30add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, de...Markus Friedl
2002-07-22fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors;Markus Friedl
2002-07-19remove fatal cleanups after fork; based on discussions with and codeMarkus Friedl
2002-06-30lint asks that we use names that do not overlapTheo de Raadt
2002-06-26disclose less information from environment files; based on input from djm, an...Theo de Raadt
2002-06-26limit # of env vars to 1000; ok deraadt/djmMarkus Friedl
2002-06-23display, screen, row, col, xpixel, ypixel are u_int; markus okTheo de Raadt
2002-06-23compression_level is u_intTheo de Raadt
2002-06-20allow Compression=yes/no in sshd_configMarkus Friedl
2002-06-11pid_t cleanup. Markus need this now to keep hacking.Mike Pechkin
2002-06-10move creation of agent socket to session.c; no need for uidswappingMarkus Friedl
2002-05-16don't limit xauth pathlen on client side and longer print length onKevin Steves
2002-03-29retrieve last login time before the pty is allocated, store per sessionMarkus Friedl
2002-03-28do not call record_login twice (for use_privsep)Markus Friedl
2002-03-19KNF whitespaceMarkus Friedl
2002-03-19clean up prototypesMarkus Friedl
2002-03-18integrate privilege separated openssh; its turned off by default for now.Niels Provos
2002-03-18move auth_approval into getpwnamallow with help from millert@Niels Provos
2002-02-16typoMarkus Friedl
2002-02-15split do_child(), ok mouring@Markus Friedl
2002-02-14increase the SSH v2 window size to 4 packets. comsumes a littleMarkus Friedl
2002-02-09move ssh config files to /etc/sshTheo de Raadt
2002-02-06minor KNFMarkus Friedl
2002-02-03don't use channel_input_channel_request and callbackMarkus Friedl
2002-01-29don't depend on servconf.c; ok djm@Markus Friedl
2002-01-29limit subsystem length in log; ok markus@Kevin Steves
2002-01-29s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@Markus Friedl
2002-01-27add X11UseLocalhost; ok markus@Kevin Steves
2002-01-26revert code to add x11 localhost display authorization entry forKevin Steves
2001-12-28packet_read* no longer return the packet length, since it's not used.Markus Friedl
2001-12-28s/packet_done/packet_check_eom/ (end-of-message); ok djm@Markus Friedl
2001-12-27get rid of packet_integrity_check, use packet_done() instead.Markus Friedl
2001-12-20setup x11 listen socket for just one connect if the client requests so.Markus Friedl
2001-12-19handle utsname.nodename case for FamilyLocal X authorization; ok markus@Kevin Steves
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-12-06strncpy->strlcpy. remaining strncpy's are necessary. ok markus@Kevin Steves
2001-12-01don't pass user defined variables to /usr/bin/loginMarkus Friedl
2001-11-29sshd X11 fake server will now listen on localhost by default:Kevin Steves
2001-10-11delay detach of session if a channel gets closed but the child is still alive.Markus Friedl
2001-10-10try to keep channels open until an exit-status message is sent.Markus Friedl
2001-10-09simplify session close: no more delayed session_close, no more blocking wait(...Markus Friedl
2001-10-09stat subsystem command before calling do_exec, and return error to client.Markus Friedl
2001-10-09chdir $HOME after krb_afslog(); from bbense@networking.stanford.eduMarkus Friedl
2001-10-06fix typo in error message, sync with do_exec_noptyMarkus Friedl
2001-09-16calls krb_afslog() after setting $HOME; mattiasa@e.kth.se; fixes pr 1943Markus Friedl
2001-09-14command=xxx overwrites subsystems, tooMarkus Friedl