summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/clientloop.c
AgeCommit message (Expand)Author
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
2000-08-19support for ~. in ssh2Markus Friedl
2000-07-16make ssh-add accept dsa keys (the agent does not)Markus Friedl
2000-07-13typo; todd@fries.netNiels Provos
2000-06-20OpenBSD tagMarkus Friedl
2000-05-08bug compat w/ ssh-2.0.13 x11, split out bugsMarkus Friedl
2000-05-07make x11-fwd interop w/ ssh-2.0.13Markus Friedl
2000-05-02typo, rm verbose debugMarkus Friedl
2000-05-02typoMarkus Friedl
2000-04-28support for x11-fwding, client+serverMarkus Friedl
2000-04-19pid_tTheo de Raadt