Commit Graph

653 Commits

Author SHA1 Message Date
Todd Throne
114f934ce9 Moved all synchronization primatives to platform.c and changed the code to allocate and free the user mutex within ObtainAuthToken(). 2006-06-20 23:01:51 +00:00
Todd Throne
fc7f88c01d Changed storage of tokens from registry to CASA wallet.
Broke out storage of Session tokens and Authentication tokens.
2006-06-20 20:33:11 +00:00
Juan Carlos Luciani
a9e70687e1 Partial changes to allow for the creation of rpms for the CASA
auth-token component.
2006-06-19 20:21:49 +00:00
Juan Carlos Luciani
3c4cec1b2b Partial changes to make system to conform to new CASA directory and rpm
structure.
2006-06-19 20:20:22 +00:00
Juan Carlos Luciani
dda502a56f Make system partial changes to conform to the new CASA directory and rpm
structure.
2006-06-19 20:19:26 +00:00
Juan Carlos Luciani
ec24ad0e1c Partial changes to the make system to deal with the new CASA directory/rpm
structure.
2006-06-19 20:14:49 +00:00
soochoi
723bf2b277 fix windows build break due to directory and path changes --continue 2006-06-15 16:31:51 +00:00
Jim Norman
5b995c9b44 Fix windows project files due to directory and path changes. 2006-06-14 20:56:22 +00:00
Juan Carlos Luciani
66394f9960 The readme folder was conflicting with the README file and preventing
Windows check-outs from occurring.
2006-06-09 22:53:03 +00:00
Juan Carlos Luciani
2de73a1c0f Documented changes made. 2006-06-09 22:14:11 +00:00
Juan Carlos Luciani
f40a37fbb1 Removed files that belong in the CASA-auth-token include folder. 2006-06-09 22:10:46 +00:00
Juan Carlos Luciani
07507ea74a Moved files casa_c_authtoken.h and casa_s_authtoken.h into this folder
since it does not make sense for them to be under the CASA include
folder after the re-structure.
2006-06-09 21:40:34 +00:00
Juan Carlos Luciani
54078ba524 Updated the AUTHORS file. 2006-06-09 21:35:02 +00:00
Juan Carlos Luciani
fb2b63173c Added COPYING file with license information. 2006-06-09 21:33:22 +00:00
Juan Carlos Luciani
c5fd0ba1b6 Updated the files to allow configure to be performed from within this
folder.
2006-06-09 16:39:41 +00:00
soochoi
6ac32abb91 major source structure and module name change - continue4 2006-06-08 21:38:52 +00:00
soochoi
1d82ff5d6a major source structure and module name change - continue3 2006-06-08 20:10:29 +00:00
soochoi
f74f226813 major source structure and module name changes - continue2 2006-06-08 17:44:37 +00:00
soochoi
6cb9470b74 major source structure and module name changes -continue 2006-06-07 16:42:40 +00:00
soochoi
1fa6f07e83 major source structure and module name changes 2006-06-07 16:34:19 +00:00
soochoi
5c75241b4b merge login_capture and LoginCapture -continue 2006-06-07 16:25:16 +00:00
soochoi
05f43c41af combine login_cpature and LoginCapture into logincapture 2006-06-07 16:12:41 +00:00
soochoi
10d4477209 move doc into product and internal directory 2006-06-07 16:05:15 +00:00
soochoi
7655aa68da move vs_solutions to package directory 2006-06-07 15:59:23 +00:00
soochoi
3bf3d47a5b remove old makefiles and ClientPasswordManager 2006-06-06 17:22:30 +00:00
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
soochoi
2b654ca061 check in 1.7 version for casa-yast and casa-kwallet 2006-06-05 22:34:49 +00:00
soochoi
b50eb26b39 check in 1.7 version in configure.in 2006-06-05 22:33:11 +00:00
Jim Norman
1810666bca Bug 173756. Partial fix 2006-06-05 21:40:27 +00:00
Jim Norman
43fa2efaf3 Bug 175455. Prevent crash when entering MP that is too short and during an upgrade. 2006-06-05 21:33:03 +00:00
Juan Carlos Luciani
d0ecc6faef Changing to allow auth_token makefiles to be created during the
configure process.
2006-06-05 21:30:03 +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
Jim Norman
47d8264272 Code and scripts to build the firefox extension for windows. 2006-05-30 21:06:21 +00:00
Jim Norman
dfe0df83bd Create script file to create firefox extension for linux 2006-05-30 16:12:59 +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
Jim Norman
119e217e4b Bug 178796: change the way we generate the new salt so that we are cross-plat. 2006-05-25 22:18:58 +00:00
soochoi
6a642cfabb remove mo file: continue 2006-05-25 17:06:13 +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