This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-121-gc807ba1


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 <brolley@redhat.com>
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]