Differences From Artifact [9124bceaae]:
- File x11fwd.c — part of check-in [f79eb3364d] at 2002-10-26 06:23:15 on branch trunk — X forwarding authentication is now invented on a per-SSH-connection basis, so the statics are gone from x11fwd.c. (user: simon size: 8948)
To Artifact [4ec0dee437]:
- File x11fwd.c — part of check-in [28f44ea3f8] at 2002-10-30 11:57:31 on branch trunk — More preparatory work: remove the <windows.h> include from lots of source files in which it's no longer required (it was previously required in anything that included <putty.h>, but not any more). Also moved a couple of stray bits of exposed WinSock back into winnet.c (getservbyname from ssh.c and AF_INET from proxy.c). (user: simon size: 8927)
|
| < | 1 2 3 4 5 6 7 | #include <stdio.h> #include <stdlib.h> #include "putty.h" #include "ssh.h" #define GET_32BIT_LSB_FIRST(cp) \ |
| ︙ | ︙ |