Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Module signing and verification using a separate file for the module signature. | Dave Brolley | 2009-05-04 | 1 | -6/+4 |
| | |||||
* | 2009-03-11 Dave Brolley <brolley@redhat.com> | Dave Brolley | 2009-03-11 | 1 | -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 Brolley | 2009-01-30 | 1 | -7/+8 |
| | | | | install time. | ||||
* | Ensure that the client/server scripts call the installed copies of any | Dave Brolley | 2009-01-13 | 1 | -2/+7 |
| | | | | other systemtap tools. | ||||
* | New framework for creating/using certificate databases for client/server. | Dave Brolley | 2009-01-09 | 1 | -3/+12 |
| | |||||
* | Systemtap compile server phase 2 (ssl) -- first cut. | Dave Brolley | 2008-12-24 | 1 | -1/+1 |
| | |||||
* | Use ps to check for server startup on stap-start-server | Dave Brolley | 2008-09-12 | 1 | -1/+1 |
| | |||||
* | Start/stop the systemtap server from systemtap.exp and not in the top level ↵ | Dave Brolley | 2008-08-08 | 1 | -5/+7 |
| | | | | Makefile. | ||||
* | Ensure that a systemtap server is available if 'server' is specified | Dave Brolley | 2008-07-29 | 1 | -0/+24 |
in EXTRA_TOOL_OPTS for 'make check' and 'make installcheck' |