public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-695-g73f52eb
@ 2012-01-30 18:51 brolley
  0 siblings, 0 replies; only message in thread
From: brolley @ 2012-01-30 18:51 UTC (permalink / raw)
  To: systemtap-cvs

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  73f52eb43a66f78c21bd8e61bd25f63415f396f0 (commit)
      from  d680a5e139d81c95862277923124b16094d903cb (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 73f52eb43a66f78c21bd8e61bd25f63415f396f0
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Jan 30 13:40:16 2012 -0500

    PR 13631 and other rework of multi-privilege level support
    
      - PR 13631 - Detection of Reqested Privilege Level in stap-server
        - Parsing of the client's command now uses getopt_long and shares
          the getopt input with session.cxx
          - cmdline.cxx, cmdline.h
      - Do not allow multiple privilege-setting options to specify
        different privilege levels.
      - No longer a need for stap-serverd to generate a --privilege
        option for the spawned stap.
      - stap-serverd cannot (and no longer does) rely on knowledge of
        the highest signed privilege level when evaluating the user's
        credentials.
      - Simplified user credentials test against those required by the module
        in stap-serverd.
      - Some kernel.* probes were being registered for use by stapdev only.
        Corrected to be stapdev | stapsys.
        - Corrected testsuite problem which was hiding this bug.

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

Summary of changes:
 Makefile.am                                        |    4 +-
 Makefile.in                                        |   44 ++++++-
 cmdline.cxx                                        |   54 +++++++
 cmdline.h                                          |   55 ++++++++
 privilege.cxx                                      |   18 ---
 privilege.h                                        |   10 +-
 runtime/staprun/staprun_funcs.c                    |   35 +++---
 session.cxx                                        |  147 +++++++-------------
 session.h                                          |    3 +-
 stap-serverd.cxx                                   |  102 ++++++++++----
 tapsets.cxx                                        |    4 +-
 .../systemtap.unprivileged/unprivileged_probes.exp |    2 +-
 translate.cxx                                      |    1 -
 13 files changed, 302 insertions(+), 177 deletions(-)
 create mode 100644 cmdline.cxx
 create mode 100644 cmdline.h


hooks/post-receive
--
systemtap: system-wide probe/trace tool


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-30 18:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-30 18:51 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.6-695-g73f52eb brolley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).