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 | 1 | -21/+24 |
| | | | | | | | * 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 | 1 | -0/+6 |
| | | | | | 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. | ||||
* | 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 |
| | |||||
* | New test suite for client/server argument handling. | Dave Brolley | 2010-01-08 | 1 | -0/+169 |