Simon Tatham
|
a36dd9c01c
Couple of additional fixes for the more embarrassing bugs.
|
20 rokov pred |
Jacob Nevins
|
98028c746f
X forwarding changes:
|
20 rokov pred |
Jacob Nevins
|
20f433efac
Add a configuration option for TCP keepalives (SO_KEEPALIVE), default off.
|
20 rokov pred |
Simon Tatham
|
a2acc6ae0d
RJK's patch to enable PuTTY's X forwarding to connect to local X
|
20 rokov pred |
Jacob Nevins
|
92db92af5a
Control of 'addr' is now handed over to {platform_,}new_connection() and
|
21 rokov pred |
Simon Tatham
|
6bb121ecb9
Colin's const-fixing Patch Of Death. Seems to build fine on Windows
|
21 rokov pred |
Simon Tatham
|
c1d61052ae
Fix another segfault on abrupt X connection shutdown. This should
|
21 rokov pred |
Ben Harris
|
3e4386d810
In a couple of places, snewn() was being asked for an array of char which was
|
21 rokov pred |
Simon Tatham
|
d36a4c3685
Introduced wrapper macros snew(), snewn() and sresize() for the
|
21 rokov pred |
Ben Harris
|
694aafa071
Add the ability to close sessions. This adds *_free() functions to most
|
22 rokov pred |
Simon Tatham
|
952857fca3
proxy.c now no longer refers to `cfg'. Instead, each of the three
|
22 rokov pred |
Simon Tatham
|
fee1624c69
Support for XDM-AUTHORIZATION-1 at the SSH server end, making use of
|
22 rokov pred |
Ben Harris
|
3aec19fa72
Move the prototype for platform_get_x11_auth() from x11fwd.c to ssh.h so that
|
22 rokov pred |
Ben Harris
|
8adae8f2ff
Add a cast for a char * vs unsigned char * conflict.
|
22 rokov pred |
Simon Tatham
|
87f9446a26
Support XDM-AUTHORIZATION-1 for connecting to local X servers. If
|
22 rokov pred |
Simon Tatham
|
86977efa81
Introduce framework for authenticating with the local X server.
|
22 rokov pred |
Ben Harris
|
3f055f22d8
Move x11fwd and portfwd prototypes from ssh.c into ssh.h so they can be seen
|
22 rokov pred |
Ben Harris
|
1e9b54cb1f
SC in "finding an actual bug" shocker! Set the port number before passing
|
22 rokov pred |
Ben Harris
|
f4e13ef19b
"possible unintended assignment"? I think not.
|
22 rokov pred |
Ben Harris
|
b9e913ab88
char * vs unsigned char * (by explicit cast).
|
22 rokov pred |
Simon Tatham
|
a298b2fe4b
A couple of X forwarding fixes for Unix Plink. Firstly, under Unix
|
22 rokov pred |
Simon Tatham
|
368ead15bc
Propagate the screen number from a local X display to the remote
|
22 rokov pred |
Simon Tatham
|
a564ad3140
Support for doing DNS at the proxy end. I've invented a new type of
|
22 rokov pred |
Simon Tatham
|
52bdffbfe0
More preparatory work: remove the <windows.h> include from lots of
|
22 rokov pred |
Simon Tatham
|
ae09bf1c95
X forwarding authentication is now invented on a per-SSH-connection
|
22 rokov pred |
Simon Tatham
|
eabd704d1e
Justin Bradford's proxy support patch. Currently supports only HTTP
|
22 rokov pred |
Simon Tatham
|
cf356a9a5f
Pageant is now able to avoid asking for the passphrase when asked to
|
23 rokov pred |
Simon Tatham
|
3270c74f9e
Configurable TCP_NODELAY option on network connections
|
23 rokov pred |
Simon Tatham
|
f143fff0db
Semantic fix in the X11 `authentication failed' error packet
|
23 rokov pred |
Simon Tatham
|
c87fa98d09
Extensive changes that _should_ fix the socket buffering problems,
|
23 rokov pred |