summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/session.c
AgeCommit message (Expand)Author
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
2001-06-12merge session_free into session_close()Markus Friedl
2001-06-11reset pointer to NULL after xfree(); report from solar@openwall.comMarkus Friedl
2001-06-07don't overwrite errnoMarkus Friedl
2001-06-05let session_close() delete the pty. deny x11fwd if xauthfile is set.Markus Friedl
2001-06-04merge ssh1/2 x11-fwd setup, create listener after tmp-dirMarkus Friedl
2001-06-04switch uid when cleaning up tmp files and sockets; reported by zen-parse@gmx....Markus Friedl
2001-06-03use fatal_register_cleanup instead of atexit, sync with x11 authdir handlingMarkus Friedl
2001-05-31undo the .c file split, just merge the header and keep the cvs historyMarkus Friedl
2001-05-30channel layer cleanup: merge header files and split .c filesMarkus Friedl
2001-05-19Disable X11 forwarding if xauth binary is not found. Patch from NalinDamien Miller
2001-05-03exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.auMarkus Friedl
2001-04-17move auth_approval to do_authenticated().Markus Friedl
2001-04-16Split motd and hushlogin checks into seperate functions, helps for portable.Damien Miller
2001-04-14protocol 2 tty modes support; ok markus@Kevin Steves
2001-04-06do gid/groups-swap in addition to uid-swap, should help if /home/groupMarkus Friedl
2001-04-05move get_remote_name_or_ip() to canohost.[ch]; for portable. ok markus@Kevin Steves
2001-03-25PrintLastLog option; from chip@valinux.com with some minorKevin Steves
2001-03-25shorten; ok markus@Damien Miller
2001-03-23ignore SIGPIPE, restore in child, fixes x11-fwd crashes; with djm@Markus Friedl
2001-03-21missing init; from mib@unimelb.edu.auMarkus Friedl
2001-03-21merge common ssh v1/2 codeMarkus Friedl
2001-03-20renameMarkus Friedl
2001-03-20remove unused argMarkus Friedl
2001-03-20add changes need for BSD_AUTH plus disabled BSD_AUTH codeMarkus Friedl
2001-03-16implement "permitopen" key option, restricts -L style forwarding toMarkus Friedl
2001-03-15pass Session to do_child + KNFMarkus Friedl
2001-03-04Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoidDamien Miller
2001-03-02make copyright lines the same formatTheo de Raadt
2001-02-23handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clientsMarkus Friedl
2001-02-16proper payload-length check for x11 w/o screen-numberMarkus Friedl
2001-02-08sync with netbsd tree changes.Jun-ichiro itojun Hagino
2001-02-08%i -> %dKevin Steves
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-02-03make ReverseMappingCheck optional in sshd_config; ok djm@,dugsong@Markus Friedl
2001-01-21split ssh.h and try to cleanup the #include mess. remove unnecessary #includes.Markus Friedl
2001-01-19move ssh1 definitions to ssh1.h, pathnames to pathnames.hMarkus Friedl