From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13832 invoked by alias); 14 Nov 2011 16:17:22 -0000 Received: (qmail 13786 invoked by uid 448); 14 Nov 2011 16:17:16 -0000 Date: Mon, 14 Nov 2011 16:17:00 -0000 Message-ID: <20111114161714.13766.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.6-413-g3892d51 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f7719b3da58af5eab4872ddf91d9daa4e0b91cff X-Git-Newrev: 3892d516be331c7dd4368b2a57a4f00ee2866b23 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: 2011-q4/txt/msg00122.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 3892d516be331c7dd4368b2a57a4f00ee2866b23 (commit) via 26d7c30fca74fbe038ac9c58b0bc87f393794e3d (commit) via a3e81d6383ebdcae5d3c2b0d400d86e2833aed62 (commit) from f7719b3da58af5eab4872ddf91d9daa4e0b91cff (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 3892d516be331c7dd4368b2a57a4f00ee2866b23 Author: Dave Brolley Date: Mon Nov 14 11:12:46 2011 -0500 PR 13128: Reorganize privilege functions to share common code between stap and staprun. - Privilege related functions now in privilege.cxx. - privilege.h now at root of the source tree. commit 26d7c30fca74fbe038ac9c58b0bc87f393794e3d Author: Dave Brolley Date: Thu Nov 10 17:33:40 2011 -0500 PR 13398 - Allow Compile-Server Specs to Resolve to localhost and localhost.localdomain Removed heuristic which attempted to filter localhost. commit a3e81d6383ebdcae5d3c2b0d400d86e2833aed62 Author: Dave Brolley Date: Thu Nov 10 16:13:13 2011 -0500 Correct typo. ----------------------------------------------------------------------- Summary of changes: Makefile.am | 4 +- Makefile.in | 43 ++++++- csclient.cxx | 9 -- elaborate.h | 2 +- initscript/README.stap-server | 2 +- privilege.cxx | 121 ++++++++++++++++++ privilege.h | 34 +++++ runtime/staprun/Makefile.am | 4 +- runtime/staprun/Makefile.in | 47 +++++--- runtime/staprun/privilege.h | 20 --- runtime/staprun/staprun.c | 51 +-------- runtime/staprun/staprun.h | 1 - runtime/staprun/staprun_funcs.c | 12 +-- session.h | 2 +- testsuite/aclocal.m4 | 4 +- testsuite/systemtap.server/server_args.exp | 18 +++- testsuite/systemtap.server/server_locale.exp | 170 ++++++++++++++++++++++++++ util.cxx | 45 ++----- util.h | 7 +- 19 files changed, 437 insertions(+), 159 deletions(-) create mode 100644 privilege.cxx create mode 100644 privilege.h delete mode 100644 runtime/staprun/privilege.h hooks/post-receive -- systemtap: system-wide probe/trace tool