[PATCH/RFC 0/6] New mux client request to list open tcp forwardings.

Bert Wesarg bert.wesarg at googlemail.com
Thu May 3 21:33:46 EST 2012


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 options
  maintain lists of forwards when changed from a mux client command
    line
  [mux.c] new request to list open forwardings

 PROTOCOL.mux |   36 ++++++++++-
 clientloop.c |   40 +++++++++---
 mux.c        |  200 ++++++++++++++++++++++++++++------------------------------
 readconf.c   |  128 +++++++++++++++++++------------------
 readconf.h   |   23 ++++---
 ssh.c        |  103 +++++++++++++++++++-----------
 sshconnect.c |    8 +-
 7 files changed, 308 insertions(+), 230 deletions(-)

-- 
1.7.9.rc0.542.g07ca1



More information about the openssh-unix-dev mailing list