summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/channels.h
AgeCommit message (Expand)Author
2001-06-20move from channel_stop_listening to channel_free_all,Markus Friedl
2001-06-16bad //-style comment; thx to stevev@darkwing.uoregon.eduMarkus 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-28undo broken channel fix and try a different one. thereMarkus Friedl
2001-05-04move to Channel **channels (instead of Channel *channels), fixes realloc prob...Markus Friedl
2001-04-13Add options ClientAliveInterval and ClientAliveCountMax to sshd.Bob Beck
2001-04-07allow the ssh client act as a SOCKS4 proxy (dynamic local portforwarding).Markus Friedl
2001-04-04more robust rekeyingMarkus Friedl
2001-03-16implement "permitopen" key option, restricts -L style forwarding toMarkus Friedl
2001-02-15genericize password padding function for SSH1 and SSH2.Markus Friedl
2001-01-31do not disconnect if local port forwarding fails, e.g. if port is already in useMarkus Friedl
2001-01-29fix select overflow; ok deraadt@ and stevesk@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-21add context to dispatch_runMarkus Friedl
2000-09-07some more Copyright fixesMarkus 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-19more ~ support for ssh2Markus Friedl
2000-08-19support for ~. in ssh2Markus Friedl
2000-06-20OpenBSD tagMarkus Friedl
2000-05-30don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via kris@FreeBSD.orgMarkus Friedl
2000-05-03GatewayPorts for sshd, ok deraadt@Markus Friedl
2000-05-02use c-style commentsMarkus Friedl
2000-04-28support for x11-fwding, client+serverMarkus Friedl
2000-04-14whitespace cleanupMarkus Friedl
2000-04-03channel layer support for ssh2Markus Friedl
2000-03-28replace big switch() with function tables (prepare for ssh2)Markus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-10-28remove broken x11 fix and document istate/ostateMarkus Friedl
1999-10-17re-implement the proto-1.5 channel close protocol, see nchan.ms.Markus Friedl
1999-10-16add CVS tags, fix comments and whitespaceMarkus Friedl
1999-10-16support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.Markus Friedl