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-0.9.9-303-g9df7416


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  9df741675d7e36008869dfff46ccc602875dc091 (commit)
       via  b232fab3a271c4c787462295d7ffbeca750c1092 (commit)
       via  20ab90b5217b3e294cef1f845bc9a794b365a983 (commit)
       via  b9c1510ee2ef5283d7faafad4e82a4bb933d9e29 (commit)
      from  775c3771bb4a5f663a763d7c65b1571e24e4b212 (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 9df741675d7e36008869dfff46ccc602875dc091
Merge: b232fab3a271c4c787462295d7ffbeca750c1092 775c3771bb4a5f663a763d7c65b1571e24e4b212
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Sep 14 17:47:26 2009 -0400

    Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
    
    Conflicts:
    
    	aclocal.m4
    	configure
    	doc/SystemTap_Tapset_Reference/Makefile.in
    	testsuite/aclocal.m4
    	testsuite/configure

commit b232fab3a271c4c787462295d7ffbeca750c1092
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Sep 14 15:52:10 2009 -0400

    Firther updates to NEWS regarding signing and unprivileged users.

commit 20ab90b5217b3e294cef1f845bc9a794b365a983
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Sep 14 15:46:34 2009 -0400

    Authorize new certificates created for servers started by root as authorized signers.
    Update NEWS with the latest usage infor for --unprivileged.

commit b9c1510ee2ef5283d7faafad4e82a4bb933d9e29
Author: Dave Brolley <brolley@redhat.com>
Date:   Mon Sep 14 15:06:36 2009 -0400

    2009-09-14  Dave Brolley  <brolley@redhat.com>
    
            * modsign.cxx (init_cert_db_path): Use 'system' call.
            (sign_module): Renamed to 'main'. This is now an independant program.
            Check for arguments. Return 1 on error.
            * buildrun.cxx (modsign.h): Don't #include it.
            (compile_pass): Don't sign the module.
            * main.cxx (main): Don't copy the module signature.
            * cache.cxx (add_to_cache): Don't cache the module signature.
            * Makefile.am (bin_PROGRAMS): Add stap-sign-module.
            (stap_SOURCES): Remove modsign.cxx and nsscommon.c.
            (stap_sign_module_SOURCES): New variable.
            (stap_sign_module_CPPFLAGS): New variable.
            (stap_sign_module_LDFLAGS): New variable.
            (stap_sign_module_LDADD): New variable.
            * stap-server (initialization): Initialize unprivileged.
            (parse_options): Handle --unprivileged.
            (create_response): Call stap-sign-module if --unprivileged was
            specified.
            * systemtap.spec: Add stap-sign-module to stap-server.
            * Makefile.in: Regenerated.
            * doc/Makefile.in: Regenerated.
            * doc/SystemTap_Tapset_Reference/Makefile.in: Regenerated.
            * grapher/Makefile.in: Regenerated.
            * testsuite/Makefile.in: Regenerated.
            * aclocal.m4: Likewise.
            * testsuite/aclocal.m4: Likewise.
            * configure: Likewise.
            * testsuite/configure: Likewise.

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

Summary of changes:
 Makefile.am                                |   12 +-
 Makefile.in                                |  810 ++--
 NEWS                                       |   28 +-
 aclocal.m4                                 |  353 +-
 buildrun.cxx                               |   13 -
 cache.cxx                                  |   49 -
 config.in                                  |    3 -
 configure                                  | 7785 ++++++++++++++++------------
 doc/Makefile.in                            |  150 +-
 doc/SystemTap_Tapset_Reference/Makefile.in |   92 +-
 grapher/Makefile.in                        |  154 +-
 main.cxx                                   |   17 -
 modsign.cxx                                |   48 +-
 stap-server                                |   18 +
 stap-serverd                               |    5 +
 systemtap.spec                             |    1 +
 testsuite/Makefile.in                      |   42 +-
 testsuite/aclocal.m4                       |  177 +-
 testsuite/configure                        | 2490 +++++-----
 19 files changed, 6511 insertions(+), 5736 deletions(-)


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]