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.3-200-gd7cec9a


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  d7cec9ad789529375f4ec867c1c4bb2e7b495011 (commit)
       via  1530e613e7cccb77b294e7ab852fa3bf7fdbc567 (commit)
       via  d031ed9cb0a2aefcd6ece6c74b4a6a3695655287 (commit)
       via  177b7f9f3d29a4a4dbe85ee822c837783812e6eb (commit)
      from  ae87121a08c4e913ce453a76bff46549d2fd64d4 (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 d7cec9ad789529375f4ec867c1c4bb2e7b495011
Author: Dave Brolley <brolley@redhat.com>
Date:   Wed Oct 13 16:17:00 2010 -0400

    PR 11922: Still need to resolve host names discovered using avahi.
    
    SSL requires that the client's connection be set up with an expected DNS name
    which must match one of the names on the server's certificate. This is
    the only protection from 'man in the middle' attacks. The server generates
    it certificate to contain its own host name. <name>.local as returned by
    avahi must be resolved in attaempt to match what's on the certificate.

commit 1530e613e7cccb77b294e7ab852fa3bf7fdbc567
Author: Dave Brolley <brolley@redhat.com>
Date:   Wed Oct 13 16:15:58 2010 -0400

    Translate transmission/reception of the expected package size to/from network byte order.

commit d031ed9cb0a2aefcd6ece6c74b4a6a3695655287
Author: Dave Brolley <brolley@redhat.com>
Date:   Wed Oct 13 16:14:40 2010 -0400

    PR 11922: Allow specification of alternate DNS names on the generated certificate.

commit 177b7f9f3d29a4a4dbe85ee822c837783812e6eb
Author: Dave Brolley <brolley@redhat.com>
Date:   Wed Oct 13 16:13:03 2010 -0400

    Make sure the 'module_name' variable is instantiated in all paths.

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

Summary of changes:
 csclient.cxx                          |   58 +++++++++++++++------------------
 stap-client-connect.c                 |   13 ++++++--
 stap-gen-cert                         |   19 ++++++++--
 stap-server-connect.c                 |   12 ++++---
 testsuite/systemtap.server/client.exp |    1 +
 5 files changed, 59 insertions(+), 44 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]