diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-09-10 17:21:51 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-09-10 17:21:51 -0400 |
commit | dd13da3b90d71b94c8dc09942fee97f8513df348 (patch) | |
tree | d490b811932be34445f3d02331b14d4f1c5b909a /NEWS | |
parent | f76427a2bf80e4451e5e8d0c26b06aca65e4e2c4 (diff) | |
parent | da4c496a55b73e2a768d3b1c6cee44b43144bcc8 (diff) | |
download | systemtap-steved-dd13da3b90d71b94c8dc09942fee97f8513df348.tar.gz systemtap-steved-dd13da3b90d71b94c8dc09942fee97f8513df348.tar.xz systemtap-steved-dd13da3b90d71b94c8dc09942fee97f8513df348.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
* 'master' of ssh://sources.redhat.com/git/systemtap:
backtrace fix for i386 with neither frame pointers nor dwarf unwinding
Add network security warning for the client/server.
Check for dwarf_getelf (elfutils 0.126+).
hangeLog entries for latest commits.
Move stap-find-* script to client sub rpm.
Rename _stp_module module_base output to dwarf_module_base and document.
Remove unnecessary dependencies.
Correct man page specs in systemtap.spec
Create systemtap-client and systemtap-server sub rpms
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -57,7 +57,13 @@ 4, the client behaves like the 'stap' front end itself. This means, among other things, that the client will automatically load the resulting module on the local host unless -p[1234] - was specified. See stap-server(8) for more details. + was specified. + + This client/server implementation is a prototype. It provides + NO NETWORK SECURITY OF ANY KIND and should be used only + among trusted hosts on a trusted network. + + See stap-server(8) for more details. - Global variables which are written to but never read are now automatically displayed when the session does a shutdown. For example: |