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-103-gc54731e


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  c54731e1d0e627a0fb1bb46a63e675c65932cb6c (commit)
       via  6dc27b9452aa2f52dfb3414c0ad8192ec65fb2d1 (commit)
       via  3c96130fde2f114d0ecca13870ac91b00219cf6c (commit)
      from  373a0de6bb3a23d6937c3a07e5f7bb4ba497aaba (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 c54731e1d0e627a0fb1bb46a63e675c65932cb6c
Merge: 6dc27b9452aa2f52dfb3414c0ad8192ec65fb2d1 373a0de6bb3a23d6937c3a07e5f7bb4ba497aaba
Author: Dave Brolley <brolley@redhat.com>
Date:   Thu Aug 6 14:40:20 2009 -0400

    Merge branch 'master' of git://sources.redhat.com/git/systemtap

commit 6dc27b9452aa2f52dfb3414c0ad8192ec65fb2d1
Merge: 3c96130fde2f114d0ecca13870ac91b00219cf6c cab97f033153b93d1d26388a25a65052cf36fc8d
Author: Dave Brolley <brolley@redhat.com>
Date:   Thu Aug 6 14:35:08 2009 -0400

    Merge branch 'master' of git://sources.redhat.com/git/systemtap

commit 3c96130fde2f114d0ecca13870ac91b00219cf6c
Author: Dave Brolley <brolley@redhat.com>
Date:   Thu Aug 6 12:25:50 2009 -0400

    2009-08-06  Dave Brolley  <brolley@redhat.com>
    
            * modverify.c (staprun.h): #include it.
            (verify_it): Now accepts module data and signature data as arguments.
            Don't open and read the signature here. Don't read the module here.
            (verify_module): Now accepts module data as argument. Read the signature
    
            once here.
            * modverify.h (verify_module): Now accepts module data as argument.
            * staprun.c (main): Don't call check_permissions here.
            * staprun.h (check_permissions): Prototype removed.
            * staprun_funcs.c (check_permissions): Now static. Accepts module data
            as argument. Pass module data to check_signature.
            (insert_module): Canonicalize the module path early here. Call
            check_permissions here, passing it the mapped module data.
            (check_signature): Now accepts module data as argument. Pass the module
            data to verify_module.
            (check_path): Use the already-canonicalized module path.

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

Summary of changes:
 runtime/staprun/modverify.c     |  168 +++++++++++++++++----------------------
 runtime/staprun/modverify.h     |    2 +-
 runtime/staprun/staprun.c       |    3 -
 runtime/staprun/staprun.h       |    1 -
 runtime/staprun/staprun_funcs.c |   87 ++++++++++----------
 5 files changed, 118 insertions(+), 143 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]