Age | Commit message (Expand) | Author |
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 |
2001-02-15 | genericize password padding function for SSH1 and SSH2. | Markus Friedl |
2001-02-08 | nuke sprintf, ok deraadt@ | Markus Friedl |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves |
2001-02-01 | use ipaddr in channel messages, ietf-secsh wants this | 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-31 | ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE messages... | 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-24 | missing freeaddrinfo(); ok markus@ | Kevin Steves |
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-08 | O_NDELAY -> O_NONBLOCK; thanks stevesk@pobox.com | Markus Friedl |
2000-12-29 | missing xfree; from vaughan99@yahoo.com | Markus Friedl |
2000-12-29 | remove->unlink; stevesk@pobox.com | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |