summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.server/server_args.exp
Commit message (Collapse)AuthorAgeFilesLines
* Filter the path of stap as called by the client and server.Dave Brolley2010-03-041-8/+13
|
* PR11105 part 2: tighten constraints on stap-server parameters passed to makeFrank Ch. Eigler2010-02-121-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 Brolley2010-02-021-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 Brolley2010-02-021-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 Brolley2010-01-181-3/+6
| | | | | | reimplementation. Also add the test cases to the test suite.
* Allow / as a random argyment character when fuzzing.Dave Brolley2010-01-141-1/+1
|
* Test newline characters as part of fuzzing argument strings.Dave Brolley2010-01-131-1/+2
|
* New test suite for client/server argument handling.Dave Brolley2010-01-081-0/+169