summaryrefslogtreecommitdiffstats
path: root/stap-serverd
Commit message (Collapse)AuthorAgeFilesLines
* Document client/server certificate management and tools.Dave Brolley2009-02-031-1/+1
|
* More security checking for client/server. Set exec_prefix and sysconfdir at ↵Dave Brolley2009-01-301-14/+36
| | | | install time.
* Improved certificate security for the client/server.Dave Brolley2009-01-291-1/+198
|
* Revert previous change. Only call stap-add-server-cert from stap-serverd if ↵Dave Brolley2009-01-191-2/+4
| | | | it has been installed.
* Ensure that the client/server scripts call the installed copies of anyDave Brolley2009-01-131-8/+13
| | | | other systemtap tools.
* Separate the creation of the server's certificate from its addition to theDave Brolley2009-01-131-0/+3
| | | | client-side database.
* New framework for creating/using certificate databases for client/server.Dave Brolley2009-01-091-3/+15
|
* Systemtap compile server phase 2 (ssl) -- first cut.Dave Brolley2008-12-241-51/+16
|
* 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-10/+18
|
* Robustness improvements for the stap client/serverDave Brolley2008-08-251-33/+31
|
* stap client/server now pass 'make installcheck'Dave Brolley2008-08-201-3/+3
|
* PR 6834Dave Brolley2008-08-141-1/+1
|
* stap-serverd was incorectly determining that the server couldDave Brolley2008-08-111-8/+19
| | | | not be started.
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2008-08-081-1/+9
|\ | | | | | | | | | | | | Conflicts: ChangeLog testsuite/ChangeLog
| * client-server: improve random port selection and mdns txt useFrank Ch. Eigler2008-08-061-1/+9
| |
* | Start/stop the systemtap server from systemtap.exp and not in the top level ↵Dave Brolley2008-08-081-2/+7
|/ | | | Makefile.
* Ensure that a systemtap server is available if 'server' is specifiedDave Brolley2008-07-291-7/+21
| | | | in EXTRA_TOOL_OPTS for 'make check' and 'make installcheck'
* Use `uname -rvm` for checking system compatibility. GenerateDave Brolley2008-07-081-3/+2
| | | | a finale response from the server to allow for error checking.
* client/server take 2. See bz6565.Dave Brolley2008-07-031-0/+93