From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30255 invoked by alias); 16 Sep 2010 15:24:34 -0000 Received: (qmail 30226 invoked by uid 448); 16 Sep 2010 15:24:34 -0000 Date: Thu, 16 Sep 2010 15:24:00 -0000 Message-ID: <20100916152434.30215.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-133-g3a87785 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 653a2c7b40d2012b663152d51dca21e0e7aa9da8 X-Git-Newrev: 3a8778563eb89f33c373342c48399651ea0c9a35 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-q3/txt/msg00208.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 3a8778563eb89f33c373342c48399651ea0c9a35 (commit) via f0d23fa8d1e7f380151060fc0103b000ba8041e1 (commit) via f3266a19ae2d0e5e1c634edb4a6c3886104c7400 (commit) via 5a3fa65e85e3ed4e7a7c610244e7a97f93400721 (commit) from 653a2c7b40d2012b663152d51dca21e0e7aa9da8 (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 3a8778563eb89f33c373342c48399651ea0c9a35 Author: Dave Brolley Date: Wed Sep 15 12:40:14 2010 -0400 Allow STAP_USER to be set in the calling environment. commit f0d23fa8d1e7f380151060fc0103b000ba8041e1 Author: Dave Brolley Date: Wed Sep 15 12:17:41 2010 -0400 Suppress stdout output of stap-authorize-cert. commit f3266a19ae2d0e5e1c634edb4a6c3886104c7400 Author: Dave Brolley Date: Tue Sep 14 14:50:17 2010 -0400 Correct location of stap-gen-cert. commit 5a3fa65e85e3ed4e7a7c610244e7a97f93400721 Author: Dave Brolley Date: Tue Sep 14 14:02:03 2010 -0400 PR11442 - Running tests installed by systemtap-testsuite rpm as root. SSL server certificates are now generated into $SYSTEMTAP_DIR or $HOME/.systemtap for all users, even root. ----------------------------------------------------------------------- Summary of changes: modsign.cxx | 27 ++++++++++++--------------- stap-authorize-server-cert.8 | 30 +++++++++++++++--------------- stap-authorize-signing-cert.8 | 19 ++++++++++++------- stap-client | 21 +++++++++------------ stap-env | 9 ++------- stap-server | 1 - systemtap.spec | 4 ++-- 7 files changed, 52 insertions(+), 59 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool