summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/session.c
AgeCommit message (Expand)Author
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
2001-01-181) removes fake skey from sshd, since this will be muchMarkus Friedl
2001-01-13WallMarkus Friedl
2001-01-13split out keepalive from packet_interactive (from dale@accentre.com)Markus Friedl
2001-01-04consistent use of _PATH_BSHELL; from stevesk@pobox.comMarkus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-11-14check no_agent_forwarding_flag for ssh-2, tooMarkus Friedl
2000-11-06agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fiMarkus Friedl
2000-10-27enable non-blocking IO on channels, and tty's (except for the client ttys).Markus Friedl
2000-10-18restore old record login behaviourMarkus Friedl
2000-10-15typos; from stevesk@sweden.hp.comMarkus Friedl
2000-10-14AllowTcpForwarding; from naddy@Markus Friedl
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