Commit Graph

172 Commits

Author SHA1 Message Date
Juan Carlos Luciani
974f4829b3 Added workaround to import eDirs Root CA Cert into Java's keystore
until OES is updated to do the same for Java 1.5.
2006-12-04 12:30:01 +00:00
Juan Carlos Luciani
3216d2b739 Updated .changes file with fixed bug number information. 2006-12-04 10:22:29 +00:00
Juan Carlos Luciani
6489700c92 Fixed init.d script ouput "Shutting...." to "Shutting down...". 2006-12-04 10:17:19 +00:00
Juan Carlos Luciani
ac1d64c52a Fixed Basic ATS Setup issues for Bug225426. 2006-12-04 05:35:05 +00:00
Juan Carlos Luciani
11f501db43 Fixed fix path issue in CasaAuthToken c-sharp library. 2006-12-04 05:03:49 +00:00
Ryan Partridge
8adb445805 Fixed bug where proxy password value was being set to proxy username value. 2006-12-04 04:32:42 +00:00
Juan Carlos Luciani
d55ac482ac Updates resulting from self-code review. 2006-12-01 12:42:52 +00:00
Juan Carlos Luciani
74dce09720 Switched to using the root of /tmp for creating user semaphores. 2006-12-01 05:41:42 +00:00
Juan Carlos Luciani
5d70356a09 Switched to using the /tmp folder rather than the /var folder for
creating user semaphores under Linux.
2006-12-01 04:48:11 +00:00
Juan Carlos Luciani
1974ee9875 Made changes to deal with issues found during self-code review.
Added lock callback functionality for interfacing with OpenSSL
in a multi-threaded environment.
2006-11-30 18:21:42 +00:00
Jim Norman
a522f9d982 Add ObtainAuthTokenAsString API to C# interface 2006-11-29 10:54:55 +00:00
Juan Carlos Luciani
dfc4379769 More changes to deal with 64bit platform issues. 2006-11-29 06:23:48 +00:00
Juan Carlos Luciani
3bab43861a One more change to solve 64bit platform issues. 2006-11-29 05:22:04 +00:00
Juan Carlos Luciani
4df11cd930 More changes to try to resolve 64bit platform build issues. 2006-11-29 04:20:37 +00:00
Juan Carlos Luciani
00cffb071c Fixed some 64bit platform build issues.
-omhis line, and those below, will be ignored--

M    server/configure.in
M    server/package/linux/CASA_auth_token_server.changes
M    server/package/linux/CASA_auth_token_server.spec.in
M    server/AuthTokenValidate/Svc/linux/envvars
M    server/AuthTokenValidate/Svc/linux/Makefile.am
2006-11-28 11:47:04 +00:00
Jim Norman
411e95b4f0 Make LUID and ObtainAuthTokenEx private 2006-11-28 05:07:20 +00:00
Juan Carlos Luciani
a9dd659bca Removed a dependency that we still had on IBM's Java in the spec file. 2006-11-28 04:47:03 +00:00
Juan Carlos Luciani
23bb4f7943 Corrected the MSI and MSM packages to install the appropriate components. These components got broken during the migration to VS2005. 2006-11-27 09:36:13 +00:00
soochoi
4bc612ca9b yast2-casa-ats: add COPYING and LICENSE files and change in VERSION 2006-11-27 09:01:30 +00:00
soochoi
84b30e94f3 yast2-casa-ats: add License file and CASA_auth_token_svc as BuildRequires in spec file 2006-11-27 07:18:52 +00:00
Jim Norman
f4875a6c45 Fix to handle LUID parameter. 2006-11-27 06:31:39 +00:00
Juan Carlos Luciani
cce03a7a13 Updated README and TODO files to reflect the current state of the
project.
2006-11-22 05:21:33 +00:00
Juan Carlos Luciani
cd04a3d4cf Added list of resolved bugs to .changes files to allow autobuild
submition to proceed.
2006-11-22 03:51:18 +00:00
Juan Carlos Luciani
4a9e1a0391 Added NOTICES files detailing the licenses and or the copyrights
of all third party software used within the project.
2006-11-21 13:01:31 +00:00
soochoi
6d185b22c3 Change log change to add fateID to submit to sled10 sp1 2006-11-21 10:56:16 +00:00
Juan Carlos Luciani
ffab761e39 Changes file update. 2006-11-21 05:41:54 +00:00
Juan Carlos Luciani
82545be587 Fixed problem that would not allow package to build under openSuSe. 2006-11-21 05:39:52 +00:00
soochoi
1d02f15357 CASA-auth-token: apply changes from german autobuild diff 2006-11-21 04:20:15 +00:00
Juan Carlos Luciani
7b18319169 Fixed build problem on SLES10 distro.
-This line, and those below, will be ignored--

M    server/configure.in
M    server/autogen.sh
2006-11-20 06:15:24 +00:00
Juan Carlos Luciani
ec831ed16c Switched from using printf() to syslog() in DbgTrace macro. 2006-11-18 13:11:20 +00:00
Juan Carlos Luciani
998bded52f Changed DbgPrint macro to use syslog() rather than printf(). 2006-11-18 12:56:24 +00:00
Juan Carlos Luciani
66903e98a0 Added the capability to modify the DebugLevel by changing the various .conf files. 2006-11-18 12:33:14 +00:00
Juan Carlos Luciani
f08172971e Added check-build.sh file to project to limit the platforms where it is
built.
2006-11-18 07:27:13 +00:00
Juan Carlos Luciani
0332b6610e Removed hard dependency on IBM's JVM. 2006-11-18 07:10:14 +00:00
Juan Carlos Luciani
ff0b8df96b Removed hard dependency on IBM's JVM. 2006-11-17 12:13:20 +00:00
Juan Carlos Luciani
d6b4b5608e Removing "java" folder since it was migrated to the "server-java"
folder.
2006-11-16 09:22:53 +00:00
Juan Carlos Luciani
9b2e33bfa8 The "java" folder has been renamed "server-java" to reflect that it only
contains server components. In the process, I also flatened its
directory structure.
2006-11-16 09:20:06 +00:00
Juan Carlos Luciani
a8dd761bde Minor changes to correct some build problems. 2006-11-15 11:39:39 +00:00
Juan Carlos Luciani
027e884407 Changed the format parameters in some of the debug printf to
be more cross-platform enabled.
2006-11-15 06:32:25 +00:00
Greg Richardson
0d7915de0e Fix errors introduced by code reorg 2006-11-15 05:29:15 +00:00
Juan Carlos Luciani
f90f3d91bf Reverted the forked process model changes after finding out that
they needed to be more involved (Each child process needed to
initialize the JVM) and because it introduced a whole set of
new problems that were not acceptible. Instead, now we will support
an optional single-threaded process model that can be invoked to
deal with JVMs that have trouble executing when invoked from a
thread.
2006-11-15 05:06:54 +00:00
Ryan Partridge
45272111e9 Initial checkin of yast2-casa-ats module. 2006-11-14 10:48:37 +00:00
Juan Carlos Luciani
5f14f490e2 Enhancing the AuthTokenValidateSvc so that it can have a process model
where it executes the Java classes from helper processes. This is being
dome to get around SUN's JVM problem where class invokations from a
thread fail.
2006-11-14 08:07:01 +00:00
Juan Carlos Luciani
05b43cafdd Adjusted the VS solution to conform to the new folder organization.
Migrated the solution from VS2003 to VS2005.

Created clientdevel MSM and MSI.
2006-11-13 12:52:08 +00:00
Juan Carlos Luciani
fd8c1be326 The devel package does no longer require the Svc package. 2006-11-13 06:48:05 +00:00
Juan Carlos Luciani
42abfff3e6 Removal of the non-java project now that it has been
split into client and server projects.
2006-11-13 06:37:39 +00:00
Juan Carlos Luciani
55304c2836 Separated the non-java project into client and server projects
in order to better support distributions that target desktops.
This commit completes the client project setup.
2006-11-13 06:32:58 +00:00
Juan Carlos Luciani
9b647e40e7 Adding spec file for the client package. 2006-11-13 05:57:50 +00:00
Juan Carlos Luciani
fc12f21d19 Finished changes to make the server project operational. 2006-11-13 05:51:53 +00:00
Juan Carlos Luciani
2c8668479c Splitted the non-java project into client and server projects in order
to be able to deliver the client component onto distributions targeting
desktops without having to deliver the server components. This commit is
for the resulting client project.
2006-11-13 05:20:43 +00:00