Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test scripts: Move to top folder "testscripts/" in source tree. | Mike Gabriel | 2016-07-05 | 4 | -578/+0 |
| | |||||
* | test scripts: Add test scripts for testing Unix file socket support (i.e. ↵ | Mike Gabriel | 2016-07-04 | 2 | -0/+296 |
| | | | | proxy2proxy and proxy2agent sessions via Unix file sockets). | ||||
* | test scripts: Update copyright headers. | Mike Gabriel | 2016-07-03 | 2 | -1/+2 |
| | |||||
* | test scripts: Rename run-nxproxy2nxproxy-test -> run-nxproxy2nxproxy. | Mike Gabriel | 2016-07-03 | 1 | -0/+0 |
| | |||||
* | test scripts: Add run-nxagent test script. | Mike Gabriel | 2016-06-27 | 1 | -0/+140 |
| | |||||
* | doc/examples/run-nxproxy2nxproxy-test: Create NX_COOKIE dynamically using ↵ | Mike Gabriel | 2015-06-25 | 1 | -3/+4 |
| | | | | the mcookie tool. | ||||
* | test script: doc/examples/run-nxproxy2nxproxy-test | Mike Gabriel | 2015-04-15 | 1 | -0/+140 |
Launch this script (after nxproxy has been installed into $PATH) and you will be able to evoke any local command through a nxproxy -C <-> nxproxy -S connection on DISPLAY=:8. This eases testing NX compression without using NX agent on the server side. How to use: # install nxproxy into $PATH, then... $ cd doc/examples/ $ ./run-nxproxy2nxproxy-test $ export DISPLAY=:8 $ xterm |