Age | Commit message (Expand) | Author |
2001-12-28 | remove plen from the dispatch fn. it's no longer used. | Markus Friedl |
2001-12-20 | Conformance fix: we should send failing packet sequence number when | Damien Miller |
2001-12-20 | setup x11 listen socket for just one connect if the client requests so. | Markus Friedl |
2001-11-29 | sshd X11 fake server will now listen on localhost by default: | Kevin Steves |
2001-11-29 | remove dead function prototype; ok markus@ | Kevin Steves |
2001-11-07 | crank c->path to 256 so they can hold a full hostname; dwd@bell-labs.com | Markus Friedl |
2001-10-10 | try to keep channels open until an exit-status message is sent. | Markus Friedl |
2001-10-09 | simplify session close: no more delayed session_close, no more blocking wait(... | Markus Friedl |
2001-10-07 | avoid possible FD_ISSET overflow for channels established | Markus Friedl |
2001-10-01 | remove ugliness; vp@drexel.edu via angelos | Markus Friedl |
2001-09-17 | try to fix agent-forwarding-backconnection-bug, as seen on HPUX, for example; | Markus Friedl |
2001-07-17 | keep track of both maxfd and the size of the malloc'ed fdsets. | Markus Friedl |
2001-07-02 | improve cleanup/exit logic in ssh2: | Markus Friedl |
2001-06-30 | adress -> address; ok markus@ | Kevin Steves |
2001-06-26 | remove comments from .h, since they are cut&paste from the .c files | Markus Friedl |
2001-06-26 | prototype pedant. not very creative... | Jun-ichiro itojun Hagino |
2001-06-25 | update copyright for 2001 | Markus Friedl |
2001-06-20 | move from channel_stop_listening to channel_free_all, | Markus Friedl |
2001-06-16 | bad //-style comment; thx to stevev@darkwing.uoregon.edu | Markus Friedl |
2001-06-04 | switch uid when cleaning up tmp files and sockets; reported by zen-parse@gmx.... | Markus Friedl |
2001-06-03 | use fatal_register_cleanup instead of atexit, sync with x11 authdir handling | Markus Friedl |
2001-05-31 | undo the .c file split, just merge the header and keep the cvs history | Markus Friedl |
2001-05-30 | channel layer cleanup: merge header files and split .c files | Markus Friedl |
2001-05-28 | undo broken channel fix and try a different one. there | Markus Friedl |
2001-05-04 | move to Channel **channels (instead of Channel *channels), fixes realloc prob... | Markus Friedl |
2001-04-13 | Add options ClientAliveInterval and ClientAliveCountMax to sshd. | Bob Beck |
2001-04-07 | allow the ssh client act as a SOCKS4 proxy (dynamic local portforwarding). | Markus Friedl |
2001-04-04 | more robust rekeying | Markus Friedl |
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 |