]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Refactor the construction of X protocol greetings.
authorSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:05:17 +0000 (14:05 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 17 Nov 2013 14:05:17 +0000 (14:05 +0000)
commit94e8f97d3f6e0701276cb4c17e7479c44d025766
treec284e1560e82c06ac03ac0c321b9e6d518fe4657
parentcc4fbe33bcb76271b9b59d2edd124a962b026095
Refactor the construction of X protocol greetings.

I've moved it out into a separate function, preparatory to calling it
from somewhere completely different in changes to come. Also, we now
retain the peer address sent from the SSH server in string form,
rather than translating it immediately into a numeric IP address, so
that its original form will be available later to pass on elsewhere.

[originally from svn r10080]
ssh.h
x11fwd.c