summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/serverloop.c
AgeCommit message (Expand)Author
2001-09-17don't send fake dummy packets on CR (\r)Markus Friedl
2001-07-17keep track of both maxfd and the size of the malloc'ed fdsets.Markus Friedl
2001-07-15schedule client alive for ssh2 only, greg@cheers.bungi.comMarkus Friedl
2001-07-02improve cleanup/exit logic in ssh2:Markus Friedl
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-25update copyright for 2001Markus Friedl
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-06-20move from channel_stop_listening to channel_free_all,Markus Friedl
2001-06-04set flags in the signal handlers, do real work in the main loop, ok provos@Markus 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-08adds correct error reporting to async connect()sMarkus Friedl
2001-05-04move to Channel **channels (instead of Channel *channels), fixes realloc prob...Markus Friedl
2001-04-29more ssh.com-2.0.x bug-compat; from per@appgate.comMarkus Friedl
2001-04-29fix whitespaceMarkus Friedl
2001-04-13Add options ClientAliveInterval and ClientAliveCountMax to sshd.Bob Beck
2001-04-05keep the ssh session even if there is no active channel.Markus Friedl
2001-04-05fix whitespace: unexpand + trailing spaces.Markus Friedl
2001-04-04parse full kexinit packet.Markus Friedl
2001-04-04more robust rekeyingMarkus Friedl
2001-04-04enable server side rekeying + some rekey related clientup.Markus Friedl
2001-03-16implement "permitopen" key option, restricts -L style forwarding toMarkus 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-28use ignore message to simulate a SSH2_MSG_CHANNEL_DATA messageMarkus Friedl
2001-02-23debug2->3Markus Friedl
2001-02-19ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@Markus Friedl
2001-02-15genericize password padding function for SSH1 and SSH2.Markus Friedl
2001-02-15indentTheo de Raadt
2001-02-08mitigate SSH1 traffic analysis - from Solar Designer <solar@openwall.com>, ok...Dug Song
2001-02-08sync with netbsd tree changes.Jun-ichiro itojun Hagino
2001-02-04unexpand and remove end-of-line whitespace; ok markus@Kevin Steves
2001-01-31do not disconnect if local port forwarding fails, e.g. if port is already in useMarkus Friedl
2001-01-29fix select overflow; ok deraadt@ and stevesk@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
2000-12-27less chattyMarkus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
2000-12-11wait indicates failure by returning -1, not arbitrary values < 0Theo de Raadt
2000-12-05async connects for -R/-L; ok deraadt@Markus 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-16Add idents for files which lack themDamien Miller
2000-10-14AllowTcpForwarding; from naddy@Markus Friedl
2000-09-21add context to dispatch_runMarkus Friedl
2000-09-21typoMarkus Friedl
2000-09-07cleanup window and packet sizes for ssh2 flow control; ok nielsMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt