Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Filter the path of stap as called by the client and server. | Dave Brolley | 2010-03-04 | 1 | -8/+13 |
| | |||||
* | PR11105 part 2: tighten constraints on stap-server parameters passed to make | Frank Ch. Eigler | 2010-02-12 | 2 | -36/+37 |
| | | | | | | | * util.h, util.cxx (assert_match_regexp): New function. * main.cxx (main): Constrain -R, -r, -a, -D, -S, -q, -B flags. * stap-serverd (listen): Harden stap-server-connect with ulimit/loop. * testsuite/systemtap.server/{client,server}_args.exp: Revised. | ||||
* | Compile server logging and robustness. | Dave Brolley | 2010-02-02 | 1 | -2/+3 |
| | | | | | | Log certificate location and status when starting server. Additional care in handling arguments in stap-serverd. New test case discovered by fuzzing added and fixed. | ||||
* | PR 11105: Remaining client-side problems: | Dave Brolley | 2010-02-02 | 2 | -1/+7 |
| | | | | | stap-client: Correct handling of embedded newlines in arguments. server_args.exp: Add additional cases discovered by fche and by fuzzing. | ||||
* | Correct client-side quoting issues discovered by fche during the server-side ↵ | Dave Brolley | 2010-01-18 | 1 | -3/+6 |
| | | | | | | reimplementation. Also add the test cases to the test suite. | ||||
* | testsuite: fix wording of invalid-entry test group | Frank Ch. Eigler | 2010-01-15 | 1 | -2/+2 |
| | |||||
* | Allow / as a random argyment character when fuzzing. | Dave Brolley | 2010-01-14 | 1 | -1/+1 |
| | |||||
* | Test newline characters as part of fuzzing argument strings. | Dave Brolley | 2010-01-13 | 1 | -1/+2 |
| | |||||
* | Add some additional test cases. | Dave Brolley | 2010-01-11 | 1 | -0/+17 |
| | |||||
* | Invalid casess can be tested for 'make check'. | Dave Brolley | 2010-01-11 | 1 | -47/+49 |
| | |||||
* | Rework filtering of client options. Add testsuite. | Dave Brolley | 2010-01-11 | 2 | -0/+103 |
| | |||||
* | New test suite for client/server argument handling. | Dave Brolley | 2010-01-08 | 1 | -0/+169 |
| | |||||
* | Client argument handling: | Dave Brolley | 2010-01-07 | 1 | -4/+0 |
| | | | | | | | Pass partial options to the server instead of complaining about them in the client. Update known failures from buildok in server.exp. | ||||
* | PR4105: removing redundant buildok/twentysix.stp test | Frank Ch. Eigler | 2009-04-01 | 1 | -1/+0 |
| | |||||
* | Check for required resources and tools before attempting tests using the ↵ | Dave Brolley | 2009-02-20 | 2 | -8/+15 |
| | | | | | | client/server. Ensure that tests run with/without the server have unique names. | ||||
* | New basic tests for client/server. | Dave Brolley | 2009-02-20 | 1 | -0/+40 |