Fixing a compilation issue, wherein two global vars, conf and chan, were defined...
[revinetd.git] / TODO
blobb5b8af660109512c5aae5b49e2d68dc4616c3b24
1 TODO for version past revinetd-1.0.2_p5
2 - access control to server (relay endpoint) by IP address pattern
4 --------------------------------------------------------------
5 TODO for revinetd v 1.0.1
7 There are many things to do right now, here is a quick list:
9 Misc
11 - Portability needs to be increased.  This has been confirmed to compile
12   under solaris 8 SPARC under gcc and cc, but testing needs to be done.
13   Anyone with a SPARC sun station want to help?  We also need to test
14   under other *NIX/architectures:  HP-UX, AIX, IRIX, OS/X, Linux-IA64,
15   etc.  Net to Host and vice versa need to be wrapped for Endian-ness.
17 - Binary collection:  should we collect pre-compiled binaries for
18   distribution via sourceforge?  
20 Communications channel:
22 - Out of Band model chosen.  It seems very stable.  Things we may need 
23   to consider are: 
25     SOCKSified proxy:  allow relay agent to act as a proxy client to
26                        offer more connectivity options back to server
28     SSL Support:  server only cerft or server+client cert support. encryption
29                   would be on all connections between relay agents and servers.
30                   This would benefit authenticating the relay agent and encrypting
31                   the connection channel.