This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.4-277-geacb278


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  eacb27803c68989d582effd2f8ab707fa33ef365 (commit)
       via  c00db46e2c00a248b3327f87b39fa96ab09b908e (commit)
      from  756cfd496a2c1dcae30914b05c5cdf6a10ca4671 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit eacb27803c68989d582effd2f8ab707fa33ef365
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Apr 28 16:35:52 2011 -0700

    remote: Support ssh on custom ports
    
    * remote.cxx (remote::create): Heuristically disambiguate between URI
      scheme:path and SSH host:port.
      (ssh_remote::create): Parse an optional :port in the host string.
      (ssh_remote::connect): Pass the port to ssh -p.
      (ssh_legacy_remote::open_control_master): Pass the port to both
      ssh -p and scp -P.

commit c00db46e2c00a248b3327f87b39fa96ab09b908e
Author: Josh Stone <jistone@redhat.com>
Date:   Thu Apr 28 16:32:32 2011 -0700

    remote: Give a better message for ssh connection failures
    
    * remote.cxx (ssh_remote::connect): Flag rc==255 as an ssh error.

-----------------------------------------------------------------------

Summary of changes:
 remote.cxx |   50 ++++++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 42 insertions(+), 8 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]