Updated changes and todo files.

This commit is contained in:
Juan Carlos Luciani
2007-06-04 17:24:49 +00:00
parent 7e58205674
commit f27856d545
5 changed files with 49 additions and 7 deletions

View File

@@ -10,14 +10,9 @@ This file contains a list of the items still outstanding for libcasa_c_authtoken
OUTSTANDING ITEMS
- Add mechanism to try communicating with ATS over port 443 if communications
over port 2645 fail.
- Enhance the AuthMechanism interface to support authentication schemes that
require several token exchanges between the client and the server. This will
also require the enhancement of the client/server protocol utilized for
authentication.
- Add mechanism to allow a user to either accept or reject server certificates
considered invalid.
- Enhance to dynamically learn about the location of ATSs.

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Jun 4 10:57:41 MDT 2007 - jluciani@novell.com
- Commented out the line in the client.conf file which was allowing
clients to trust ATSs with Certificates that could not be validated.
This completes the changes necessary for the resolution of
BUG 242891.
- Changed the client to allow a list of ATSs to be configured in
the client.conf file for the purposes of Fault-tolerance and also
the client now tries to contact an ATS at the same location as
the AuthToken consuming service in addition to the configured
ATSs. These changes were necessary to resolve BUG 242891.
- The client now also attempts to access ATSs over port 443 in
addition to trying port 2645 if the ATS port number is not
configured. This will make it possible to access the ATSs
when connected to a Web Server.
-------------------------------------------------------------------
Tue Apr 17 09:07:57 MDT 2007 - jluciani@novell.com