Update to-do list, and remove spurious space in tidrs_main.c
authorMargaret Wasserman <mrw@debian.(none)>
Wed, 19 Dec 2012 22:06:32 +0000 (17:06 -0500)
committerMargaret Wasserman <mrw@debian.(none)>
Wed, 19 Dec 2012 22:06:32 +0000 (17:06 -0500)
README
tidr/example/tidrs_main.c

diff --git a/README b/README
index c37ef21..09d975e 100644 (file)
--- a/README
+++ b/README
@@ -3,14 +3,21 @@ Eventually this document may go away or hold README information for
 the trust router.  Right now, it serves as a to-do list for work that
 needs to be done on the trust router code before various releases:
 
+TO-DO FOR TPQ/TIDR DEMO
+=======================
+- DH server-side code (in TIDRS)
+- Eliminate bulk of info/debug messages
+- Hardwire AAA Server choice in TR
+- Java encode/decode of full requests/responses
+
 TO-DO FOR BETA
 ==============
-- DH server-side code (in TIDRS)
 - Generate a real random number for DH code (in common/tr_dh.c)
-- Eliminate bulk of info/debug messages
 - Read TR router configuration from a file at start-up
 - Tree/look-up code to find correct AAA Server for a COI/Realm in TR
 - TPQC and TIDRS integration with freeradius
+- Code for client to handle multiple oustanding requests
+- Finish info/debug msg clean-up, all errors to stderr
 
 TO-DO FOR PORTAL BETA
 =====================
index 3e2f73c..dc8cc6c 100644 (file)
@@ -36,7 +36,7 @@
 
 #include <tidr.h>
 
-int tidrs_req_handler (TIDRS_INSTANCE * tidrs,
+int tidrs_req_handler (TIDRS_INSTANCE *tidrs,
                      TIDR_REQ *req, 
                      TIDR_RESP *resp,
                      void *cookie)