summaryrefslogtreecommitdiffstats
path: root/stap-start-server
Commit message (Collapse)AuthorAgeFilesLines
* Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-041-6/+4
|
* 2009-03-11 Dave Brolley <brolley@redhat.com>Dave Brolley2009-03-111-8/+11
| | | | | | | | | | | | PR 9936 * stap-find-servers (configuration): Set timeout to 10 seconds. (find_servers): Run avahi-browse in the background and wait for $timeout seconds for it to finish. Kill it if it does not finish. Use a temp file for avahi-browse output. (match_server): Use -t $timeout on read commands. * stap-start-server: Check for $server_pid as a running process and for avahi-publish-service running as a child of $server_pid in order to confirm that the server is running.
* More security checking for client/server. Set exec_prefix and sysconfdir at ↵Dave Brolley2009-01-301-7/+8
| | | | install time.
* Ensure that the client/server scripts call the installed copies of anyDave Brolley2009-01-131-2/+7
| | | | other systemtap tools.
* New framework for creating/using certificate databases for client/server.Dave Brolley2009-01-091-3/+12
|
* Systemtap compile server phase 2 (ssl) -- first cut.Dave Brolley2008-12-241-1/+1
|
* Use ps to check for server startup on stap-start-serverDave Brolley2008-09-121-1/+1
|
* Start/stop the systemtap server from systemtap.exp and not in the top level ↵Dave Brolley2008-08-081-5/+7
| | | | Makefile.
* Ensure that a systemtap server is available if 'server' is specifiedDave Brolley2008-07-291-0/+24
in EXTRA_TOOL_OPTS for 'make check' and 'make installcheck'