Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR 10905: stap-server initscript improvements | Dave Brolley | 2009-12-14 | 1 | -4/+22 |
| | | | | | | | o Handle, -B, -I, -R options o Allow specification of servers by pid o Allow specification of servers by nickname. o Advertise options used using avahi. | ||||
* | Sign uprobes.ko with the builder's certificate. | Dave Brolley | 2009-11-12 | 1 | -209/+0 |
| | | | | Delete ownership & permissions tests from modsign.cxx and stap-serverd. | ||||
* | More logging for stap-server initscript. | Dave Brolley | 2009-11-02 | 1 | -7/+7 |
| | |||||
* | Specialized user to run stap-server and improved logging. | Dave Brolley | 2009-10-27 | 1 | -10/+15 |
| | |||||
* | stap-server initscript fully functional. | Dave Brolley | 2009-10-26 | 1 | -11/+12 |
| | |||||
* | Allow errors from avahi-tools to go to stderr. | Dave Brolley | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | stap-start-server(->stap-serverd) now accept -r -R -I -B and -a options for ↵ | Dave Brolley | 2009-09-18 | 1 | -7/+235 |
| | | | | | | | cross compilation. Server correctly advertises itself wrt -r and -a. Fix bug in stap-server: fatal function was potentially recursive. | ||||
* | Module signing and verification using a separate file for the module signature. | Dave Brolley | 2009-05-04 | 1 | -24/+30 |
| | |||||
* | Document client/server certificate management and tools. | Dave Brolley | 2009-02-03 | 1 | -1/+1 |
| | |||||
* | More security checking for client/server. Set exec_prefix and sysconfdir at ↵ | Dave Brolley | 2009-01-30 | 1 | -14/+36 |
| | | | | install time. | ||||
* | Improved certificate security for the client/server. | Dave Brolley | 2009-01-29 | 1 | -1/+198 |
| | |||||
* | Revert previous change. Only call stap-add-server-cert from stap-serverd if ↵ | Dave Brolley | 2009-01-19 | 1 | -2/+4 |
| | | | | it has been installed. | ||||
* | Ensure that the client/server scripts call the installed copies of any | Dave Brolley | 2009-01-13 | 1 | -8/+13 |
| | | | | other systemtap tools. | ||||
* | Separate the creation of the server's certificate from its addition to the | Dave Brolley | 2009-01-13 | 1 | -0/+3 |
| | | | | client-side database. | ||||
* | New framework for creating/using certificate databases for client/server. | Dave Brolley | 2009-01-09 | 1 | -3/+15 |
| | |||||
* | Systemtap compile server phase 2 (ssl) -- first cut. | Dave Brolley | 2008-12-24 | 1 | -51/+16 |
| | |||||
* | Don't use -d on $netcat. Redirect from /dev/null instead. | Dave Brolley | 2008-12-11 | 1 | -1/+1 |
| | |||||
* | Use netcat or nc, whichever is available. | Dave Brolley | 2008-12-09 | 1 | -10/+18 |
| | |||||
* | Robustness improvements for the stap client/server | Dave Brolley | 2008-08-25 | 1 | -33/+31 |
| | |||||
* | stap client/server now pass 'make installcheck' | Dave Brolley | 2008-08-20 | 1 | -3/+3 |
| | |||||
* | PR 6834 | Dave Brolley | 2008-08-14 | 1 | -1/+1 |
| | |||||
* | stap-serverd was incorectly determining that the server could | Dave Brolley | 2008-08-11 | 1 | -8/+19 |
| | | | | not be started. | ||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | Dave Brolley | 2008-08-08 | 1 | -1/+9 |
|\ | | | | | | | | | | | | | Conflicts: ChangeLog testsuite/ChangeLog | ||||
| * | client-server: improve random port selection and mdns txt use | Frank Ch. Eigler | 2008-08-06 | 1 | -1/+9 |
| | | |||||
* | | Start/stop the systemtap server from systemtap.exp and not in the top level ↵ | Dave Brolley | 2008-08-08 | 1 | -2/+7 |
|/ | | | | Makefile. | ||||
* | Ensure that a systemtap server is available if 'server' is specified | Dave Brolley | 2008-07-29 | 1 | -7/+21 |
| | | | | in EXTRA_TOOL_OPTS for 'make check' and 'make installcheck' | ||||
* | Use `uname -rvm` for checking system compatibility. Generate | Dave Brolley | 2008-07-08 | 1 | -3/+2 |
| | | | | a finale response from the server to allow for error checking. | ||||
* | client/server take 2. See bz6565. | Dave Brolley | 2008-07-03 | 1 | -0/+93 |