Update to-do list
[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 TPQ/TIDR DEMO
7 =======================
8 - DH server-side code (in TIDRS)
9 - Eliminate bulk of info/debug messages
10 - Hardwire AAA Server choice in TR
11 - Java encode/decode of full requests/responses
12
13 TO-DO FOR BETA
14 ==============
15 - Generate a real random number for DH code (in common/tr_dh.c)
16 - Read TR router configuration from a file at start-up (non-dynamic)
17 - Tree/look-up code to find correct AAA Server for a COI/Realm in TR
18 - TPQC and TIDRS integration with freeradius
19 - Code for client to handle multiple oustanding requests
20 - Finish info/debug msg clean-up, all errors to stderr
21
22 TO-DO FOR PORTAL BETA
23 =====================
24 - Dynamically re-read TR configuration file at runtime
25 - Move to longer-term tasking model for TR
26
27 TO-DO FOR PILOT
28 ===============
29 - Trust Router protocol implementation
30 - Normalize/configure logging for info msgs, warnings and errors
31 - Clean-up gsscon API