Jacob Nevins
|
20f433efac
Add a configuration option for TCP keepalives (SO_KEEPALIVE), default off.
|
21 years ago |
Simon Tatham
|
a2acc6ae0d
RJK's patch to enable PuTTY's X forwarding to connect to local X
|
21 years ago |
Jacob Nevins
|
5e2a33caec
Patch from Theo Markettos: apparently "BSD-derived IP stacks fall over when
|
21 years ago |
Simon Tatham
|
4dec95f80f
Theo Markettos's unsigned-vs-signed-char pedantry patch.
|
21 years ago |
Jacob Nevins
|
92db92af5a
Control of 'addr' is now handed over to {platform_,}new_connection() and
|
22 years ago |
Simon Tatham
|
9a242f06ba
Fixes for Debian bug #192701 (64-bit gccs warn about casts between
|
22 years ago |
Simon Tatham
|
6bb121ecb9
Colin's const-fixing Patch Of Death. Seems to build fine on Windows
|
22 years ago |
Simon Tatham
|
22d8cfe36f
Missed out a couple of uxsel_tell() which were hanging forwarded X
|
22 years ago |
Ben Harris
|
d66a1d685f
Replace use of FIONBIO with POSIX-approved O_NONBLOCK (set using fcntl()).
|
22 years ago |
Ben Harris
|
e7c7f5e3f8
Make IPv6 support for Unix work, and make it a lot simpler in the process.
|
22 years ago |
Simon Tatham
|
b109918032
Added uxsel.c, into which I've moved those parts of the uxnet.c
|
22 years ago |
Simon Tatham
|
d36a4c3685
Introduced wrapper macros snew(), snewn() and sresize() for the
|
22 years ago |
Simon Tatham
|
952857fca3
proxy.c now no longer refers to `cfg'. Instead, each of the three
|
22 years ago |
Simon Tatham
|
87f9446a26
Support XDM-AUTHORIZATION-1 for connecting to local X servers. If
|
22 years ago |
Simon Tatham
|
86977efa81
Introduce framework for authenticating with the local X server.
|
22 years ago |
Simon Tatham
|
f928707849
Support asynchronous connect() in Unix networking. Now a port
|
22 years ago |
Simon Tatham
|
2435c54597
sk_nonamelookup() should ensure the sockaddr it returns has `error'
|
22 years ago |
Simon Tatham
|
a564ad3140
Support for doing DNS at the proxy end. I've invented a new type of
|
22 years ago |
Simon Tatham
|
8304f4e0dc
Stop proxying connections to localhost by default; should fix
|
22 years ago |
Simon Tatham
|
99b870dbc6
Implement `portfwd-loopback-choice'. Works on local side in Unix as
|
22 years ago |
Owen Dunn
|
269557cb64
Avoid potential memory leak.
|
22 years ago |
Owen Dunn
|
cd3252bb66
Changed to use strerror()
|
22 years ago |
Simon Tatham
|
fd3bc934d9
Improve handling of oobinline sockets; Plink in telnet mode now
|
23 years ago |
Simon Tatham
|
057eabf46d
Stop the segfault on failure to resolve a host name.
|
23 years ago |
Simon Tatham
|
317180ed49
First attempt at a Unix port of Plink. Seems to basically work;
|
23 years ago |