summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/channels.c
AgeCommit message (Expand)Author
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-20Conformance fix: we should send failing packet sequence number whenDamien Miller
2001-12-20setup x11 listen socket for just one connect if the client requests so.Markus Friedl
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-12-08use only one path to X11 UNIX domain socket vs. an array of pathsKevin Steves
2001-12-06disable nagle for X11 fake server and client TCPs. from netbsd.Kevin Steves
2001-12-06strncpy->strlcpy. remaining strncpy's are necessary. ok markus@Kevin Steves
2001-12-06shutdown(sock, SHUT_RDWR) not needed here; ok markus@Kevin Steves
2001-12-05minor KNFTheo de Raadt
2001-12-05make it compile with more strict prototype checkingJun-ichiro itojun Hagino
2001-11-29sshd X11 fake server will now listen on localhost by default:Kevin Steves
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-08better debugMarkus Friedl
2001-10-07avoid possible FD_ISSET overflow for channels establishedMarkus Friedl
2001-10-04comment out bogus conditions for selecting on connection_inMarkus Friedl
2001-10-01remove ugliness; vp@drexel.edu via angelosMarkus Friedl
2001-09-17don't send fake dummy packets on CR (\r)Markus Friedl
2001-09-17try to fix agent-forwarding-backconnection-bug, as seen on HPUX, for example;Markus Friedl
2001-07-17keep track of both maxfd and the size of the malloc'ed fdsets.Markus Friedl
2001-07-02improve cleanup/exit logic in ssh2:Markus Friedl
2001-06-30adress -> address; ok markus@Kevin Steves
2001-06-29use socklen_t for getsockopt arg #5; ok markus@Kevin Steves
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-07use xxx_put_cstring()Markus Friedl
2001-06-05don't delete the auth socket in channel_stop_listening()Markus 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-28cleanup, typoMarkus Friedl
2001-05-28undo broken channel fix and try a different one. thereMarkus Friedl
2001-05-19typo in error messageKevin Steves
2001-05-16more select() error fixes (don't set rfd/wfd to -1).Markus Friedl
2001-05-09fix -R for protocol 2, noticed by greg@nest.cx.Markus 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-05-04channel_new() reallocs channels[], we cannot use Channel *c after callingMarkus Friedl
2001-05-03typo in debug() stringKevin Steves
2001-04-29more ssh.com-2.0.x bug-compat; from per@appgate.comMarkus Friedl
2001-04-17undo socks5 and https support since they are not really used andMarkus Friedl
2001-04-14remove some channels that are not appropriate for keepalive.Markus Friedl
2001-04-13Add options ClientAliveInterval and ClientAliveCountMax to sshd.Bob Beck
2001-04-11https-connect and socks5 support. i feel so bad.Markus Friedl
2001-04-10debug cleanupMarkus Friedl
2001-04-10cleanup socks4 handlingMarkus Friedl
2001-04-07allow the ssh client act as a SOCKS4 proxy (dynamic local portforwarding).Markus Friedl