summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/session.c
AgeCommit message (Expand)Author
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
2001-08-16deprecate CheckMail. ok markus@Jakob Schlyter
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-07-02wait until !session_have_children(); bugreport from Lutz.Jaenicke@aet.TU-Cott...Markus Friedl
2001-06-27quick hack to make ssh2 work again.Markus Friedl
2001-06-26Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org...Dug Song
2001-06-25update copyright for 2001Markus Friedl
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-06-21don't reset forced_command (we allow multiple login shells in ssh2); dwd@bell...Markus Friedl
2001-06-19allocate and free at the same level.Markus Friedl
2001-06-19disable x11-fwd if use_login is enabled; from lukem@wasabisystems.comMarkus Friedl
2001-06-19cleanup forced command handling, from dwd@bell-labs.comMarkus Friedl
2001-06-13typo, use pid not s->pid, mstone@cs.loyola.eduMarkus Friedl
2001-06-12unusedMarkus Friedl
2001-06-12remove xauth-cookie-in-tmp handling. use default $XAUTHORITY, sinceMarkus Friedl
2001-06-12merge ssh1/ssh2 tty msg parse and alloc codeMarkus Friedl