Differences From Artifact [5fe28ac484]:
- File ssh.c — part of check-in [7db26db390] at 2000-11-01 15:34:21 on branch trunk — Implement Zlib compression, in both SSH1 and SSH2. (user: simon size: 89776)
To Artifact [f0a6779b7c]:
- File ssh.c — part of check-in [84fe71154e] at 2000-11-21 04:53:10 on branch trunk — Fix segfault when you press a key before the SSH protocol decides whether it's doing SSH1 or SSH2. Only visible on slow servers :-) (user: simon size: 89800)
| ︙ | |||
2676 2677 2678 2679 2680 2681 2682 | 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 | - + |
return NULL;
}
/*
* Called to send data down the Telnet connection.
*/
static void ssh_send (char *buf, int len) {
|
| ︙ |