Age | Commit message (Expand) | Author |
2001-05-11 | add unset_nonblock for stdout/err flushing in client_loop(). | Markus Friedl |
2001-05-08 | adds correct error reporting to async connect()s | Markus Friedl |
2001-05-06 | use atomicio for flushing stdout/stderr bufs. thanks to jbw@izanami.cee.hw.ac.uk | Markus Friedl |
2001-05-04 | move to Channel **channels (instead of Channel *channels), fixes realloc prob... | Markus Friedl |
2001-04-29 | more ssh.com-2.0.x bug-compat; from per@appgate.com | Markus Friedl |
2001-04-20 | Split out and improve escape character documentation, mention ~R in | Damien Miller |
2001-04-17 | handle EINTR/EAGAIN on read; ok deraadt@ | Markus Friedl |
2001-04-15 | set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@ | Markus Friedl |
2001-04-14 | protocol 2 tty modes support; ok markus@ | Kevin Steves |
2001-04-08 | leave_raw_mode if ssh2 "session" is closed | Markus Friedl |
2001-04-05 | don't request a session for 'ssh -N', pointed out slade@shore.net | Markus Friedl |
2001-04-05 | for ~R print message if server does not support rekeying. (and fix ~R). | Markus Friedl |
2001-04-05 | add SSH_BUG_NOREKEY and detect broken (=all old) openssh versions. | Markus Friedl |
2001-04-05 | fix whitespace: unexpand + trailing spaces. | Markus Friedl |
2001-04-04 | more robust rekeying | Markus Friedl |
2001-04-04 | enable server side rekeying + some rekey related clientup. | Markus Friedl |
2001-04-04 | enable client rekeying | Markus Friedl |
2001-03-06 | If read() fails with EINTR deal with it the same way we treat EAGAIN | Todd C. Miller |
2001-02-28 | fix byte counts for ssh protocol v1 | Markus Friedl |
2001-02-13 | clear select masks on EINTR, noticed by itojun@ | Markus Friedl |
2001-02-12 | deal with EAGAIN/EINTR selects which were skipped | Theo de Raadt |
2001-02-08 | sync with netbsd tree changes. | Jun-ichiro itojun Hagino |
2001-02-06 | remove confusing callback code | Markus Friedl |
2001-01-29 | add get_peer_ipaddr(socket), x11-fwd in ssh2 requires ipaddr, not DNS | Markus Friedl |
2001-01-29 | fix select overflow; ok deraadt@ and stevesk@ | Markus Friedl |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl |
2001-01-19 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | Markus Friedl |
2001-01-13 | move callback to headerfile | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-12-05 | async connects for -R/-L; ok deraadt@ | Markus Friedl |
2000-11-06 | agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fi | Markus Friedl |
2000-10-27 | deny agent/x11 forwarding unless requested; thanks to jwl@pobox.com | Markus Friedl |
2000-10-27 | enable non-blocking IO on channels, and tty's (except for the client ttys). | Markus Friedl |
2000-09-26 | use debug2 | Markus Friedl |
2000-09-21 | add context to dispatch_run | Markus Friedl |
2000-09-14 | typo | Markus Friedl |
2000-09-07 | cleanup window and packet sizes for ssh2 flow control; ok niels | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-08-19 | oops | Markus Friedl |
2000-08-19 | more ~ support for ssh2 | Markus Friedl |
2000-08-19 | support for ~. in ssh2 | Markus Friedl |
2000-07-16 | make ssh-add accept dsa keys (the agent does not) | Markus Friedl |
2000-07-13 | typo; todd@fries.net | Niels Provos |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-05-08 | bug compat w/ ssh-2.0.13 x11, split out bugs | Markus Friedl |
2000-05-07 | make x11-fwd interop w/ ssh-2.0.13 | Markus Friedl |
2000-05-02 | typo, rm verbose debug | Markus Friedl |
2000-05-02 | typo | Markus Friedl |
2000-04-28 | support for x11-fwding, client+server | Markus Friedl |
2000-04-19 | pid_t | Theo de Raadt |