summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/serverloop.c
AgeCommit message (Expand)Author
2002-03-30check waitpid for EINTR; based on patch from peter@ifm.liu.seMarkus Friedl
2002-03-24remove unused debugMarkus Friedl
2002-03-18integrate privilege separated openssh; its turned off by default for now.Niels Provos
2002-02-06channel_new never returns NULL, mouring@; ok djm@Markus Friedl
2002-02-03don't use channel_input_channel_request and callbackMarkus Friedl
2002-01-31no need for WNOHANG; ok stevesk@Markus Friedl
2002-01-16wrapper for channel_setup_fwd_listenerMarkus Friedl
2002-01-10skip client_alive_check until there are channels; ok beck@Markus Friedl
2001-12-28remove plen from the dispatch fn. it's no longer used.Markus Friedl
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-21remove ifdef for USE_PIPES since fdin != fdout; ok djm@Markus Friedl
2001-12-20Conformance fix: we should send failing packet sequence number whenDamien Miller
2001-12-19fix race between SIGCHLD and select with an additional pipe. writingMarkus Friedl
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-12-05deal with LP64 printf issue with sig_atomic_t. from thorpejJun-ichiro itojun Hagino
2001-11-22volatile sig_atomic_tMarkus Friedl
2001-11-09don't memset too much memory, ok millert@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-09close all channels if the connection to the remote host has been closed,Markus Friedl
2001-10-04client_alive_check cleanupMarkus Friedl
2001-10-04comment out bogus conditions for selecting on connection_inMarkus Friedl
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