Age | Commit message (Expand) | Author |
2001-03-16 | implement "permitopen" key option, restricts -L style forwarding to | Markus Friedl |
2001-02-15 | genericize password padding function for SSH1 and SSH2. | Markus Friedl |
2001-01-31 | do not disconnect if local port forwarding fails, e.g. if port is already in use | Markus Friedl |
2001-01-29 | fix select overflow; ok deraadt@ and stevesk@ | 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-21 | add context to dispatch_run | Markus Friedl |
2000-09-07 | some more Copyright fixes | 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 | more ~ support for ssh2 | Markus Friedl |
2000-08-19 | support for ~. in ssh2 | Markus Friedl |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-05-30 | don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via kris@FreeBSD.org | Markus Friedl |
2000-05-03 | GatewayPorts for sshd, ok deraadt@ | Markus Friedl |
2000-05-02 | use c-style comments | Markus Friedl |
2000-04-28 | support for x11-fwding, client+server | Markus Friedl |
2000-04-14 | whitespace cleanup | Markus Friedl |
2000-04-03 | channel layer support for ssh2 | Markus Friedl |
2000-03-28 | replace big switch() with function tables (prepare for ssh2) | Markus Friedl |
1999-11-24 | KNF, final part 3 | Markus Friedl |
1999-11-24 | much more KNF | Theo de Raadt |
1999-10-28 | remove broken x11 fix and document istate/ostate | Markus Friedl |
1999-10-17 | re-implement the proto-1.5 channel close protocol, see nchan.ms. | Markus Friedl |
1999-10-16 | add CVS tags, fix comments and whitespace | Markus Friedl |
1999-10-16 | support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies. | Markus Friedl |