Updated README to reflect current status
[trust_router.git] / README
diff --git a/README b/README
index 17c75a7..d5a672a 100644 (file)
--- a/README
+++ b/README
@@ -8,19 +8,26 @@ TO-DO FOR BETA
 DONE - Eliminate bulk of info/debug messages
 DONE - Java encode/decode of full requests/responses
 DONE - Generate a real random number for DH code (in common/tr_dh.c)
-IN PROGRESS - DH server-side code (in TIDRS)
-IN PROGRESS - TPQC and TIDRS integration with freeradius
-- Read TR router configuration from a file at start-up (non-dynamic)
-- Tree/look-up code to find correct AAA Server for a COI/Realm in TR
-- Code for client to handle multiple oustanding requests
+DONE - DH server-side code (in TIDS)
+IN PROGRESS - Read TR router config from file at start-up (non-dynamic)
+IN PROGRESS - Look-up code to find correct AAA Server for a Comm/Realm
+JUST STARTED - TIDC and TIDS integration with freeradius proxy and server 
+- Code to map a COI to an APC in TR
+- Code to check rp_realm COI membership in TR
+- Code to check gss_name in TR
 
 TO-DO FOR PILOT
 ===============
 - Dynamically re-read TR configuration file at runtime
 - Move to longer-term tasking model for TR
 - Normalize/configure logging for info msgs, warnings and errors (log4c?)
-- Clean-up gsscon API
+- Clean-up gsscon API/messages
+- Hand IPv6 addresses in TID req/resp
+- Filtering and Constraints
 
 TO-DO FOR PRODUCTION
 ====================
-- Multiple Trust Router support including TR protocol
\ No newline at end of file
+- Multiple Trust Router support including TR protocol
+- Consider standard encoding of DH info (from ?? WG)
+- Update json parsers to use "format strings" for better error handling
+- Algorithm agility in TID protocol?
\ No newline at end of file