summaryrefslogtreecommitdiffstats
path: root/stap-server
Commit message (Collapse)AuthorAgeFilesLines
* Server response is no longer signed. Passed as a zip archive instead.Dave Brolley2009-02-111-12/+9
|
* Update NEWS and stap-server man page. Don't require client/serverDave Brolley2009-02-021-7/+16
| | | | platform compatibility for pahes 1-4.
* More security checking for client/server. Set exec_prefix and sysconfdir at ↵Dave Brolley2009-01-301-22/+33
| | | | install time.
* Ensure that the client/server scripts call the installed copies of anyDave Brolley2009-01-131-1/+5
| | | | other systemtap tools.
* New framework for creating/using certificate databases for client/server.Dave Brolley2009-01-091-2/+2
|
* Systemtap compile server phase 2 (ssl) -- first cut.Dave Brolley2008-12-241-80/+38
|
* Don't use -d on $netcat. Redirect from /dev/null instead.Dave Brolley2008-12-111-1/+1
|
* Use netcat or nc, whichever is available.Dave Brolley2008-12-091-6/+11
|
* Robustness improvements for the stap client/serverDave Brolley2008-08-251-22/+29
|
* stap client/server now pass 'make installcheck'Dave Brolley2008-08-201-12/+5
|
* PR 6834Dave Brolley2008-08-141-22/+13
|
* stap-serverd was incorectly determining that the server couldDave Brolley2008-08-111-5/+5
| | | | not be started.
* Start/stop the systemtap server from systemtap.exp and not in the top level ↵Dave Brolley2008-08-081-16/+49
| | | | Makefile.
* No need for random suffix file cmdline and sysinfo files in theDave Brolley2008-07-301-12/+12
| | | | client's request tree.
* Ensure that a systemtap server is available if 'server' is specifiedDave Brolley2008-07-291-6/+21
| | | | in EXTRA_TOOL_OPTS for 'make check' and 'make installcheck'
* Use `uname -rvm` for checking system compatibility. GenerateDave Brolley2008-07-081-3/+4
| | | | a finale response from the server to allow for error checking.
* client/server take 2. See bz6565.Dave Brolley2008-07-031-64/+49
|
* New systemptap compile client and server scripts.Dave Brolley2008-05-301-0/+436