search for: g7f137

Displaying 4 results from an estimated 4 matches for "g7f137".

Did you mean: 7137
2011 Jan 31
1
[PATCH] fix copy'n'paste error in PROTOCOL.mux
...sten port the server replies with Note: currently unimplemented (server will always reply with MUX_S_FAILURE). -A client may request the master to establish a port forward: +A client may request the master to close a port forward: uint32 MUX_C_CLOSE_FWD uint32 request id -- 1.7.3.3.1603.g7f137
2011 Feb 07
1
[PATCH] ssh: set proctitle for mux master
...ed ssh processes started by ControlPersist. @@ -965,6 +978,7 @@ control_persist_detach(void) if (devnull > STDERR_FILENO) close(devnull); } + setproctitle("%s [mux]", options.control_path); } /* Do fork() after authentication. Used by "ssh -f" */ -- 1.7.3.3.1603.g7f137
2011 Feb 07
0
[PATCH] PROTOCOL.mux: fix typo
...d output file descriptors The contents of "reserved" are currently ignored. -A server may reply with a MUX_S_SESSION_OPEED, a MUX_S_PERMISSION_DENIED +A server may reply with a MUX_S_SESSION_OPENED, a MUX_S_PERMISSION_DENIED or a MUX_S_FAILURE. 8. Status messages -- 1.7.3.3.1603.g7f137
2011 Jan 13
2
[PATCH] mux: update PROTOCOL.mux and fix error messages on client side
...buffer_free(&m); - fatal("%s: stdio forwarding request failed: %s", __func__, e); + fatal("%s: stdio stdio forwarding request failed: %s", __func__, e); default: buffer_free(&m); error("%s: unexpected response from master 0x%08x", -- 1.7.3.3.1603.g7f137