search for: ssh_channel_runix_listen

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

2006 Apr 18
0
SSH_CHANNEL_UNIX_LISTENER
...e out in the parse_forward() work), but now that I've gotten as far as channel_setup_fwd_listener() it seems like it makes sense to add the support now, rather than later. Any comments on adding to channels.h the following (w/ accompanying support)? #define SSH_CHANNEL_UNIX_LISTENER 15 #define SSH_CHANNEL_RUNIX_LISTENER 16 I'm guessing that this channel type enumeration is specified in one of the myriad SECSH RFCs. Does the above make sense, or should I really keep my patch to only supporting local Unix domain sockets support for now. - Bill