Age | Commit message (Expand) | Author |
2001-11-29 | sshd X11 fake server will now listen on localhost by default: | Kevin Steves |
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-08 | better debug | Markus Friedl |
2001-10-07 | avoid possible FD_ISSET overflow for channels established | Markus Friedl |
2001-10-04 | comment out bogus conditions for selecting on connection_in | Markus Friedl |
2001-10-01 | remove ugliness; vp@drexel.edu via angelos | Markus Friedl |
2001-09-17 | don't send fake dummy packets on CR (\r) | 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-29 | use socklen_t for getsockopt arg #5; ok markus@ | Kevin Steves |
2001-06-25 | update copyright for 2001 | Markus Friedl |
2001-06-23 | more strict prototypes. raise warning level in Makefile.inc. markus ok'ed | Jun-ichiro itojun Hagino |
2001-06-20 | move from channel_stop_listening to channel_free_all, | Markus Friedl |
2001-06-07 | use xxx_put_cstring() | Markus Friedl |
2001-06-05 | don't delete the auth socket in channel_stop_listening() | 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 | cleanup, typo | Markus Friedl |
2001-05-28 | undo broken channel fix and try a different one. there | Markus Friedl |
2001-05-19 | typo in error message | Kevin Steves |
2001-05-16 | more select() error fixes (don't set rfd/wfd to -1). | Markus Friedl |
2001-05-09 | fix -R for protocol 2, noticed by greg@nest.cx. | Markus Friedl |
2001-05-08 | adds correct error reporting to async connect()s | Markus Friedl |
2001-05-04 | move to Channel **channels (instead of Channel *channels), fixes realloc prob... | Markus Friedl |
2001-05-04 | channel_new() reallocs channels[], we cannot use Channel *c after calling | Markus Friedl |
2001-05-03 | typo in debug() string | Kevin Steves |
2001-04-29 | more ssh.com-2.0.x bug-compat; from per@appgate.com | Markus Friedl |
2001-04-17 | undo socks5 and https support since they are not really used and | Markus Friedl |
2001-04-14 | remove some channels that are not appropriate for keepalive. | Markus Friedl |
2001-04-13 | Add options ClientAliveInterval and ClientAliveCountMax to sshd. | Bob Beck |
2001-04-11 | https-connect and socks5 support. i feel so bad. | Markus Friedl |
2001-04-10 | debug cleanup | Markus Friedl |
2001-04-10 | cleanup socks4 handling | Markus Friedl |
2001-04-07 | allow the ssh client act as a SOCKS4 proxy (dynamic local portforwarding). | Markus Friedl |
2001-04-06 | do gid/groups-swap in addition to uid-swap, should help if /home/group | Markus Friedl |
2001-04-05 | fix whitespace: unexpand + trailing spaces. | 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-03-04 | log functions should not be passed strings that end in newline as they | Todd C. Miller |
2001-03-04 | debug1->2 | Markus Friedl |
2001-02-28 | typo | Markus Friedl |
2001-02-28 | use ignore message to simulate a SSH2_MSG_CHANNEL_DATA message | Markus Friedl |
2001-02-28 | unify debug messages | Markus Friedl |
2001-02-28 | make sure remote stderr does not get truncated. | Markus Friedl |
2001-02-16 | remove debug | Markus Friedl |