search for: process_mux_close_fwd

Displaying 2 results from an estimated 2 matches for "process_mux_close_fwd".

2012 May 03
5
[PATCH/RFC 0/6] New mux client request to list open tcp forwardings.
These patches implement a new mux client request to list the currently opened TCP forwardings. It also removes some todos regarding keeping the list of forwardings in the options up-to-date. Bert Wesarg (6): attach the forwarding type to struct Forward merge local and remote forward lists generate unique ids for forwardings to be used for identification remove closed forwardings from
2015 Mar 09
10
[Bug 2363] New: With multiplexing, a forwarding is kept in the list of active forwardings even when it fails
...d() returns with success, and in the end, 0 is returned to the shell. * Proposed fix: When we learn about a forwarding failure in mux_confirm_remote_forward(), we should clear the associated entry in options.remote_forwards. A patch is attached that does exactly that (doing the same as in process_mux_close_fwd()). Does this seem reasonable ? It's the first time that I look at OpenSSH's code, so I might be missing lots of subtleties. -- You are receiving this mail because: You are watching the assignee of the bug.