Commit Graph

104 Commits

Author SHA1 Message Date
Juan Carlos Luciani
564224d1cb Removing un-necessary folder. 2006-06-05 22:59:19 +00:00
Juan Carlos Luciani
acf63522a9 Removing un-necesary Eclipse files. 2006-06-05 22:54:22 +00:00
Juan Carlos Luciani
37b750f892 No need to have this file checked into the project. 2006-06-02 17:03:50 +00:00
Juan Carlos Luciani
ce3ecb8dd9 Changed the APIs into the token cache to get ready to migrate it over the miCASA cache. 2006-06-02 16:58:27 +00:00
Juan Carlos Luciani
24a8d44e2c Added the ability for the ATS to re-configure itself at given intervals. 2006-06-01 22:43:28 +00:00
Juan Carlos Luciani
af93081d2e Formated configuration files to make more readable. Update the README
and got rid of some un-necessary printfs.
2006-06-01 14:58:41 +00:00
Juan Carlos Luciani
f2b9c95d89 Modified to tolerate formated XML documents. 2006-06-01 14:14:23 +00:00
Juan Carlos Luciani
a6c1f3eac0 Continuation of fix to identity id problem when a startSearchContext is
not configured.
2006-05-31 22:21:50 +00:00
Juan Carlos Luciani
040895e677 Fixed a problem where the identityId was not getting set correctly in
the SessionTokens when a startSearchContext was not being configured.
2006-05-31 21:01:18 +00:00
Juan Carlos Luciani
b36e17ea15 Added the capability to specify the location of the service conf folder
path via a system property.
2006-05-31 17:47:45 +00:00
Juan Carlos Luciani
c5cf7bcc88 Changed to start searches at the context root if a startSearchContext is
not configured in the svc.settings file. Also, modified the various
configuration parsing components to allow for empty settings.
2006-05-31 16:12:41 +00:00
Juan Carlos Luciani
228ffd5164 Enhanced the test to deal with binary identity attributes. 2006-05-31 15:24:55 +00:00
Juan Carlos Luciani
b1966cac5f Changes accomplish the following:
- Allow for binary identity attributes.
 - Simplify configuration of the svc.
2006-05-31 15:24:01 +00:00
Juan Carlos Luciani
5699a1986f Adding new files. 2006-05-26 23:29:49 +00:00
Juan Carlos Luciani
89b3c7a09c Mode changes due to continued development. 2006-05-26 23:27:02 +00:00
Juan Carlos Luciani
4509df3ca8 Made changes so that file operations also work on Windows.
Fixed PwdAuthenticate to do searches of the sub-tree and to validate the
password. Still need to make changes in Krb5Authenticate to do sub-tree
searches.
2006-05-25 17:04:07 +00:00
Juan Carlos Luciani
452fabac62 Changes to fix problems found while testing with the sample application.
Also added a shell script to allow us to build and run the test
application.
2006-05-24 00:53:03 +00:00
Juan Carlos Luciani
51b08492a8 Made changes to resolve problems found while testing with the test JAAS
application.
2006-05-24 00:50:58 +00:00
Juan Carlos Luciani
4a6afac561 Added missing configuration file. 2006-05-23 15:13:59 +00:00
Juan Carlos Luciani
144b4bf8e5 Modified to only specifiy the sn attribute. 2006-05-23 15:13:15 +00:00
Juan Carlos Luciani
5c354a3e5d Visual studio project changes. 2006-05-23 15:08:09 +00:00
Juan Carlos Luciani
6bbf51fac5 Visual studio project changes. 2006-05-23 15:07:40 +00:00
Juan Carlos Luciani
64030d705d Updated the file with new information. 2006-05-23 15:04:18 +00:00
Juan Carlos Luciani
c385810699 TODO and README for JaasSupport component. 2006-05-19 22:03:41 +00:00
Juan Carlos Luciani
43b72b5396 VS Project updates. 2006-05-19 20:12:12 +00:00
Juan Carlos Luciani
f85d93e73d Documentation updates. 2006-05-19 20:11:14 +00:00
Juan Carlos Luciani
af1ddd2db3 Added the use of reference counts to determine when AuthCacheEntries can be deleted. This removes the problem of the entries being deleted while in use.
Also fixed some compiler warnings.
2006-05-19 20:10:29 +00:00
Juan Carlos Luciani
6494b45f59 Adding a folder with a sample configuration for the ATS.
-This line, and those below, will be ignored--

A    AuthTokenSvc/sampleConf
A    AuthTokenSvc/sampleConf/identoken.settings
A    AuthTokenSvc/sampleConf/auth.policy
A    AuthTokenSvc/sampleConf/authtoken.settings
A    AuthTokenSvc/sampleConf/auth_mechanisms
A    AuthTokenSvc/sampleConf/auth_mechanisms/Krb5Authenticate
A    AuthTokenSvc/sampleConf/auth_mechanisms/Krb5Authenticate/mechanism.settings
A    AuthTokenSvc/sampleConf/auth_mechanisms/PwdAuthenticate
A    AuthTokenSvc/sampleConf/auth_mechanisms/PwdAuthenticate/mechanism.settings
A    AuthTokenSvc/sampleConf/svc.settings
A    AuthTokenSvc/sampleConf/iaRealms.xml
A    AuthTokenSvc/sampleConf/enabled_services
A    AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com
A    AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService
A    AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService/auth.policy
A    AuthTokenSvc/sampleConf/enabled_services/appserver.companyname.com/testService/authtoken.settings
2006-05-18 22:00:11 +00:00
Juan Carlos Luciani
d8ea9f1a4c Added new modules to makefile. 2006-05-18 21:35:58 +00:00
Juan Carlos Luciani
37e5a0db45 Added plug-in capability for authentication mechanisms. 2006-05-18 18:55:10 +00:00
Juan Carlos Luciani
f48131ee38 Project changes due to continued development. 2006-05-16 15:24:57 +00:00
Juan Carlos Luciani
0805107dd4 Changes due to continue development. Switched to using calls to a single Servlet and telling it what method to execute. The test application was also updated to be more flexible. 2006-05-16 15:24:21 +00:00
Juan Carlos Luciani
a6321f6cf0 Added new protocol strings. 2006-05-16 15:21:47 +00:00
Juan Carlos Luciani
8ce091e185 Changes to accomodate for additional modules. 2006-05-16 15:17:21 +00:00
Juan Carlos Luciani
2fb4be2034 Changed to utilize a single Rpc servlet. 2006-05-16 15:16:34 +00:00
Juan Carlos Luciani
484bf05fe4 Most of the changes are to add configuration capabilities. 2006-05-16 15:15:23 +00:00
Juan Carlos Luciani
0983950115 Mostly formatting changes. 2006-05-08 21:48:05 +00:00
Juan Carlos Luciani
2114567f41 Project changes reflecting the rename of the win32 folder and the addition of the msm and msi projects. Note that the msi and msm projects are temporary until we integrate auth_token with the rest of CASA. 2006-05-08 15:21:28 +00:00
Juan Carlos Luciani
6706e7ccd6 Project changes reflecting the rename of the win32 folder. 2006-05-08 15:18:32 +00:00
Juan Carlos Luciani
812694516e Project changes reflecting the rename of the win32 folder. 2006-05-08 15:17:51 +00:00
Juan Carlos Luciani
f6a659b7eb Modified the folder name to be compatible with the make system for windows. 2006-05-05 23:22:41 +00:00
Juan Carlos Luciani
1a819d3fb2 Modified the folder name to be compatible with the make system for windows. 2006-05-05 23:21:16 +00:00
Juan Carlos Luciani
4db5688be6 Modified the folder name to be compatible with the make system for windows. 2006-05-05 23:20:27 +00:00
Juan Carlos Luciani
9f4de1d300 Modified the folder name to be compatible with the make system for windows. 2006-05-05 23:20:03 +00:00
Juan Carlos Luciani
4fa0faf7c5 Modified the folder name to be compatible with the make system for windows. 2006-05-05 23:19:33 +00:00
Juan Carlos Luciani
1b87cc09ae Modified the folder name to be compatible with the make system for windows. 2006-05-05 23:18:51 +00:00
Juan Carlos Luciani
94baa2c557 The name of the CasaAuthServer is now CasaAuthTokenSvc. 2006-05-05 23:10:41 +00:00
Juan Carlos Luciani
9e49faabfe Adding needed makefile. 2006-05-05 22:33:34 +00:00
Juan Carlos Luciani
e75e04c80c Adding needed makefile. 2006-05-05 22:32:20 +00:00
Juan Carlos Luciani
bc5ee9cb55 Continuing the changes due to the name changes for CasaAuthServer and
CasaJaasSupport along with changes to integrate those components into
the make system.
2006-05-05 22:28:15 +00:00