From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25371 invoked by alias); 10 Sep 2010 18:21:55 -0000 Received: (qmail 25351 invoked by uid 448); 10 Sep 2010 18:21:53 -0000 Date: Fri, 10 Sep 2010 18:21:00 -0000 Message-ID: <20100910182153.25332.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-121-gc807ba1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: dadb3ad90b6f9df1ec1e7ca132a1c682fb93303c X-Git-Newrev: c807ba1b59a653d54b53155da64444b0db0beb7c 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/msg00197.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 c807ba1b59a653d54b53155da64444b0db0beb7c (commit) from dadb3ad90b6f9df1ec1e7ca132a1c682fb93303c (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 c807ba1b59a653d54b53155da64444b0db0beb7c Author: Dave Brolley Date: Fri Sep 10 14:18:07 2010 -0400 PR 11905: Take more care with stap-server config files. - Config files now have a fixed suffix which avoids collisions with other stap-server files. - Config files are now interpreted in order to avoid execution of random code. ----------------------------------------------------------------------- Summary of changes: Makefile.in | 7 +- configure | 3 +- configure.ac | 1 + stap-server | 558 +++++++++++++++++++++++-------------- stap-server.8 => stap-server.8.in | 64 +++-- stap-serverd | 110 ++++---- 6 files changed, 447 insertions(+), 296 deletions(-) rename stap-server.8 => stap-server.8.in (84%) hooks/post-receive -- systemtap: system-wide probe/trace tool