Commit Graph

6 Commits

Author SHA1 Message Date
Juan Carlos Luciani
502559daa1 The client now tells Curl to look for certificates in /etc/ssl/certs
under linux.

Commented the line in client.conf that was allowing clients to connect
to ATSs whose certificates authenticity could not be verified. :-).
2007-06-01 23:26:28 +00:00
Juan Carlos Luciani
375e8d801a Fixed typo in client.conf example setting. 2007-05-30 14:35:51 +00:00
Juan Carlos Luciani
3cc4067ab1 Modified client to try to authenticate a user against a list of
configured ATSs instead of only utilizing a single configured ATS.
The client also tries to contact the ATS using port 443 as well as
port 2645 if the port number is not hard configured.
2007-05-29 22:59:50 +00:00
Juan Carlos Luciani
4c2f384001 Resolved issues found during unit testing of file logging feature. 2007-03-05 18:01:32 +00:00
Juan Carlos Luciani
3a4a7fec0d Made the following changes:
- Use host name specified in ObtainAuthToken call instead of the
    normalized host name to connect to the ATS to avoid problems
    when the host name obtained through a reverse DNS lookup fails
    to resolve via a forward DNS lookup.

  - Added the capability log debug messages to a file.

  - Added method to the ConfigIf to free memory returned by calls to
    getEntryValue to avoid issues related to freeing memory allocated
    with a heap different than the one owned by the library freeing
    the memory.
2007-03-05 06:48:26 +00:00
soochoi
96204153a8 CASA-auth-token-client: rename lib directory to library and change in makefile 2007-01-03 05:04:26 +00:00