Joel Martin
31407abc25
Issue #11 : daemonize after opening listen port.
...
The listen port should be opened before daemonizing otherwise if
opening the port fails, the user will get no feedback. The only
complication was that the listen socket needs to not be closed as part
of daemonizing.
Thanks to http://github.com/rickr for finding it.
2010-07-17 12:05:58 -05:00
Joel Martin
5c34ce4beb
More arg processing fixes.
2010-06-17 17:24:54 -05:00
Joel Martin
ee26cbf24d
Argument processing fixes. Misc proxy fixes.
2010-06-17 17:05:33 -05:00
Joel Martin
6ee61a4cf6
Add daemonization support to wsproxy.*.
...
Refactor how settings are passed around.
2010-06-17 16:06:18 -05:00
Joel Martin
459b2578b2
Force SSL option to proxies. Use getopt_long.
2010-06-16 13:58:00 -05:00
Joel Martin
f2898eabd3
Add listen address to proxy (C and python).
...
This allows forwarding from an external port to the same port on
localhost (loopback). I.e.
./utils/wsproxy `hostname -f`:5901 localhost:5901
2010-06-16 12:37:03 -05:00
Joel Martin
7210e79e04
Move wsproxy and web utils into utils/ subdir.
2010-06-07 12:49:57 -05:00