Updated README to reflect current status
[trust_router.git] / README
1
2 Eventually this document may go away or hold README information for
3 the trust router.  Right now, it serves as a to-do list for work that
4 needs to be done on the trust router code before various releases:
5
6 TO-DO FOR BETA
7 ==============
8 DONE - Eliminate bulk of info/debug messages
9 DONE - Java encode/decode of full requests/responses
10 DONE - Generate a real random number for DH code (in common/tr_dh.c)
11 DONE - DH server-side code (in TIDS)
12 IN PROGRESS - Read TR router config from file at start-up (non-dynamic)
13 IN PROGRESS - Look-up code to find correct AAA Server for a Comm/Realm
14 JUST STARTED - TIDC and TIDS integration with freeradius proxy and server 
15 - Code to map a COI to an APC in TR
16 - Code to check rp_realm COI membership in TR
17 - Code to check gss_name in TR
18
19 TO-DO FOR PILOT
20 ===============
21 - Dynamically re-read TR configuration file at runtime
22 - Move to longer-term tasking model for TR
23 - Normalize/configure logging for info msgs, warnings and errors (log4c?)
24 - Clean-up gsscon API/messages
25 - Hand IPv6 addresses in TID req/resp
26 - Filtering and Constraints
27
28 TO-DO FOR PRODUCTION
29 ====================
30 - Multiple Trust Router support including TR protocol
31 - Consider standard encoding of DH info (from ?? WG)
32 - Update json parsers to use "format strings" for better error handling
33 - Algorithm agility in TID protocol?