From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13760 invoked by alias); 13 Oct 2010 20:23:27 -0000 Received: (qmail 13718 invoked by uid 448); 13 Oct 2010 20:23:26 -0000 Date: Wed, 13 Oct 2010 20:23:00 -0000 Message-ID: <20101013202326.13707.qmail@sourceware.org> From: brolley@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-200-gd7cec9a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ae87121a08c4e913ce453a76bff46549d2fd64d4 X-Git-Newrev: d7cec9ad789529375f4ec867c1c4bb2e7b495011 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2010-q4/txt/msg00022.txt.bz2 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 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. .local as returned by avahi must be resolved in attaempt to match what's on the certificate. commit 1530e613e7cccb77b294e7ab852fa3bf7fdbc567 Author: Dave Brolley 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 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 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