summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/clientloop.c
AgeCommit message (Expand)Author
2001-06-30adress -> address; ok markus@Kevin Steves
2001-06-29sync function definition with declaration; 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-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-24don't perform escape processing when ``EscapeChar none''; ok markus@Kevin Steves
2001-05-16check for open sessions before we call select(); fixes the x11 clientMarkus Friedl
2001-05-11add unset_nonblock for stdout/err flushing in client_loop().Markus Friedl
2001-05-08adds correct error reporting to async connect()sMarkus Friedl
2001-05-06use atomicio for flushing stdout/stderr bufs. thanks to jbw@izanami.cee.hw.ac.ukMarkus 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-20Split out and improve escape character documentation, mention ~R inDamien Miller
2001-04-17handle EINTR/EAGAIN on read; ok deraadt@Markus Friedl
2001-04-15set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@Markus Friedl
2001-04-14protocol 2 tty modes support; ok markus@Kevin Steves
2001-04-08leave_raw_mode if ssh2 "session" is closedMarkus Friedl
2001-04-05don't request a session for 'ssh -N', pointed out slade@shore.netMarkus Friedl
2001-04-05for ~R print message if server does not support rekeying. (and fix ~R).Markus Friedl
2001-04-05add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions.Markus Friedl
2001-04-05fix whitespace: unexpand + trailing spaces.Markus Friedl
2001-04-04more robust rekeyingMarkus Friedl
2001-04-04enable server side rekeying + some rekey related clientup.Markus Friedl
2001-04-04enable client rekeyingMarkus Friedl
2001-03-06If read() fails with EINTR deal with it the same way we treat EAGAINTodd C. Miller
2001-02-28fix byte counts for ssh protocol v1Markus Friedl
2001-02-13clear select masks on EINTR, noticed by itojun@Markus Friedl
2001-02-12deal with EAGAIN/EINTR selects which were skippedTheo de Raadt
2001-02-08sync with netbsd tree changes.Jun-ichiro itojun Hagino
2001-02-06remove confusing callback codeMarkus Friedl
2001-01-29add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNSMarkus 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-13move callback to headerfileMarkus Friedl
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
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-27deny agent/x11 forwarding unless requested; thanks to jwl@pobox.comMarkus Friedl
2000-10-27enable non-blocking IO on channels, and tty's (except for the client ttys).Markus Friedl
2000-09-26use debug2Markus Friedl
2000-09-21add context to dispatch_runMarkus Friedl
2000-09-14typoMarkus 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
2000-08-19oopsMarkus Friedl
2000-08-19more ~ support for ssh2Markus Friedl