Commit Graph

89 Commits

Author SHA1 Message Date
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
Juan Carlos Luciani
065f299999 Changing the name of CasaAuthServer to AuthTokenSvc and changing the
name of CasaJaasSupport to JaasSupport.

Starting to make the changes to incorporate the components up above into
the make system.
2006-05-05 17:35:21 +00:00
Juan Carlos Luciani
243d49616a Finished the changes where the GetIdenTokenProviderInterface() was moved
to platform independant code.
2006-05-02 03:01:26 +00:00
Juan Carlos Luciani
f5da184c10 Added identoken.c to list of modules that must be compiled. 2006-05-01 21:45:21 +00:00
Juan Carlos Luciani
ca2ae38b53 Adding new files. 2006-05-01 21:26:39 +00:00
Juan Carlos Luciani
7a0175ec7f Adding new files. 2006-05-01 20:41:26 +00:00
Juan Carlos Luciani
9ba4679404 Adding new files. 2006-05-01 20:40:32 +00:00
Juan Carlos Luciani
b3d1831ef0 New files. 2006-05-01 17:38:04 +00:00
Juan Carlos Luciani
22a0c44526 2006-05-01 16:28:02 +00:00
Juan Carlos Luciani
4ee6c466c2 Continue solution setting changes. 2006-04-28 21:02:44 +00:00
Juan Carlos Luciani
dcde5534ef Moved the code that obtains identity provider interfaces to its own platform independent module. 2006-04-28 21:02:04 +00:00
Juan Carlos Luciani
afb30e0f5f Move the code to get Identity provider interfaces to its own platform independent module. 2006-04-28 21:00:41 +00:00
Juan Carlos Luciani
d5ffb104fb Changes due to rename of platutils.c to platform.c. 2006-04-28 20:59:03 +00:00
Juan Carlos Luciani
c58138c9a5 Changes due to rename of platutils.c to platform.c. 2006-04-28 20:58:37 +00:00
Juan Carlos Luciani
ad7eea8933 Changes due to continued development effort. 2006-04-28 20:57:31 +00:00
Juan Carlos Luciani
47f4dbb6b7 Changes due to rename of platutils.c to platform.c. 2006-04-28 20:55:47 +00:00