search for: localbind

Displaying 1 result from an estimated 1 matches for "localbind".

2004 Aug 05
1
LocalForward and RemoteForward bind patch
...e, so I wrote this patch. It's backwards compatible with old ssh servers and clients, and I've tested it quite a bit. Let me know if there are any problems with it. -Jeff Hansen jeff at rubysoft.com -------------- next part -------------- diff -u -r openssh-3.8p1/channels.c openssh-3.8p1-localbind/channels.c --- openssh-3.8p1/channels.c 2004-01-20 16:02:09.000000000 -0800 +++ openssh-3.8p1-localbind/channels.c 2004-08-05 12:55:16.101830360 -0700 @@ -86,6 +86,7 @@ * network (which might be behind a firewall). */ typedef struct { + char *listen_host; /* Address to listen on */ char *ho...