File: TODO

package info (click to toggle)
ctrlproxy 3.0.7-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,668 kB
  • ctags: 2,045
  • sloc: ansic: 15,358; sh: 2,805; xml: 1,078; python: 346; makefile: 302; perl: 18
file content (23 lines) | stat: -rw-r--r-- 790 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Use /etc/ctrlproxyd.conf. Settings:
  * port to listen on
 *  * whether to use system er config files or /var/lib/ctrlproxy
 *
 * Wait for CONNECT / socks connection, password and username
 *
 * Check whether $HOME/.ctrlproxy/pid or /var/run/ctrlproxy/$USER.pid exists 
 * and refers to a ctrlproxy instance. If so, open $HOME/.ctrlproxy/socket or /var/run/ctrlproxy/socket-$USER.
 *
 * If not, start ctrlproxy with the right parameters and (if it's a home directory) as the specified user.
 *
 * Send CONNECT <network> <port> if specified
 * relay user data
 * relay nick data
 *
 * Optional:
 * * Allow authentication with pam or SASL
 * * Allow starting ctrlproxy instances at startup of ctrlproxyd
 * * Allow initializing new accounts for nss users
 * * Allow running as non-root
 */