commit b75067caf1bb416af21473e40c917d953531e9f9 Author: Dave Brolley Date: Mon Jan 18 11:56:13 2010 -0500 Correct client-side quoting issues discovered by fche during the server-side reimplementation. Also add the test cases to the test suite. commit 27ca40f711f4ab4b0234390443e63b7916a61551 Author: Frank Ch. Eigler Date: Fri Jan 15 16:25:16 2010 -0500 PR11105: forget about packaging stap-server-request commit 2a1c9b5db533fe7d2d2d4bac572195c490de62fb Author: Frank Ch. Eigler Date: Fri Jan 15 12:34:39 2010 -0500 PR11105: support default unset --prefix * configure.ac (STAP_PREFIX): Map NONE -> /usr/local. commit 3f78f0208e1bfe8061d1898418882b5e2756f8a2 Author: Dave Brolley Date: Fri Jan 15 10:52:11 2010 -0500 Package command line arguments in separate files. commit 86f99ad8206574dc6400d48563db58341cb50f52 Author: Frank Ch. Eigler Date: Fri Jan 15 03:27:34 2010 -0500 PR11105: remove extraneous \n from localized foo.stp script file name commit 36d1c134edc4bd4ee20225003041188c13b7f36f Author: Frank Ch. Eigler Date: Fri Jan 15 03:12:53 2010 -0500 testsuite: fix wording of invalid-entry test group commit b703674d8fe87b0294f2df739e35545ab124a96e Author: Frank Ch. Eigler Date: Fri Jan 15 03:11:18 2010 -0500 PR11105: Remove stap-server-request shell script. * Makefile.am: Don't install it any more. commit cf4a6df840531c1b30f8cfa7d10981d071911b98 Author: Frank Ch. Eigler Date: Fri Jan 15 03:06:52 2010 -0500 PR11105: robustify stap-server * main.cxx (main): Always downgrade client-provided -p5 to -p4. * stap-client (unpack_response): Sanitize stdout due to same. * stap-server-connect.c: Eliminate a bunch of globals. (handle_connection): Make things locals instead. Base tmp files on $TMPDIR. (spawn_and_wait): New helper function. (handleRequest): New monster function to inline rest of old stap-server-request. commit e4d80588594a7495a3efedbd3a4281df13ff253b Author: Dave Brolley Date: Fri Jan 15 00:47:32 2010 -0500 PR11105: stap-client wire protocol change commit 622fa74aa720b3eda55c81530d458e3ea7792bb2 Author: Dave Brolley Date: Thu Jan 14 15:44:09 2010 -0500 Allow / as a random argyment character when fuzzing. commit f73d5cad4e9aa5baa0a763a76cf4516721d29b2a Author: Dave Brolley Date: Wed Jan 13 15:07:52 2010 -0500 Test newline characters as part of fuzzing argument strings. commit f2aadddae0d01fa5a676404e49c6c36825b40512 Author: Dave Brolley Date: Mon Jan 11 22:14:36 2010 -0500 Add some additional test cases. commit 5f03ebf5b2acccb652c9135627184479bc8d7d47 Author: Dave Brolley Date: Mon Jan 11 20:19:54 2010 -0500 Invalid casess can be tested for 'make check'. commit a0ace4915e5d963c28fa3b54f87afef34b82b6a5 Author: Dave Brolley Date: Mon Jan 11 20:13:40 2010 -0500 Rework filtering of client options. Add testsuite. commit 3c07041760dccbb3151ef21602b8bc5da4b32197 Author: Dave Brolley Date: Mon Jan 11 14:34:27 2010 -0500 Filter options for unprivileged use after --stap-client is seen. commit ed03894041aedf79811d5ad5c41caedbf90052cd Author: Dave Brolley Date: Fri Jan 8 16:25:59 2010 -0500 New test suite for client/server argument handling. commit 12091330be193cd0836d48c525bab015fcec2c75 Author: Dave Brolley Date: Thu Jan 7 17:10:30 2010 -0500 Take care when echoing something that could start with a -. commit a0626e2e2ea13b6fc974157fb71fe6d48f4c7ec0 Author: Dave Brolley Date: Thu Jan 7 13:58:11 2010 -0500 Client argument handling: Pass partial options to the server instead of complaining about them in the client. Update known failures from buildok in server.exp.