Commit Graph

1387 Commits

Author SHA1 Message Date
Jim Norman
fec50fc5f3 Support Firefox 2.0 with extension 2006-11-20 04:14:05 +00:00
Jim Norman
e3d7ed7649 add Firefox 2.0 to browser extension 2006-11-20 04:07:47 +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
soochoi
b00ec15375 CASA: change Makefile.am to do package docs 2006-11-16 06:44:34 +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
Cameron (Kamran) Mashayekhi
075d5d6da2 Project file change for debug version 2006-11-14 11:26:44 +00:00
Ryan Partridge
45272111e9 Initial checkin of yast2-casa-ats module. 2006-11-14 10:48:37 +00:00
Ryan Partridge
8810c844ce New directory for casa-ats yast module. 2006-11-14 09:35:53 +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
soochoi
024f8aadfd CASA: fix spec to remove executable permissions by brp-check-executable-docs in autobuild 2006-11-14 05:38:43 +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
Cameron (Kamran) Mashayekhi
173c35e07e Windows Project file changes 2006-11-13 11:12:33 +00:00
Jim Norman
dc951551e2 Use an IV on export files. 2006-11-13 08:46:07 +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
Jim Norman
6ff1180a82 Remove \n, \t, \r from strings. 2006-11-13 06:17:50 +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
Juan Carlos Luciani
2cc21a344c The non-java project is being replaced by a client and a server project
in order to allow for the client component to be consumed by
distributions targeting the desktop. This check-in is for the server
project.
2006-11-13 04:05:01 +00:00
Jim Norman
4f53c776c9 Handle import Conflict when file is encrypted. 2006-11-10 06:10:01 +00:00
Juan Carlos Luciani
afed5195bb Updated the changes file. 2006-11-09 12:20:51 +00:00
Juan Carlos Luciani
d8398e3f22 Finished changes to the linux client so that it can communicate
with the ATS via SSL.
2006-11-09 12:19:19 +00:00
Jim Norman
3a9cc292cb Windows only change. Add Novell.Casa.MiCasa to 64 bit project. 2006-11-09 11:12:50 +00:00
Jim Norman
b19f7245bd Windows only change. Created and Add Novell.Casa.MiCasa.dll to the GAC. 2006-11-09 11:05:03 +00:00
Juan Carlos Luciani
3a44ee8211 Completed necessary changes for Basic ATS Configuration
Setup tool.
2006-11-09 06:51:00 +00:00
Juan Carlos Luciani
a999490245 Continued changes to facilitate the setup of an ATS. 2006-11-08 20:19:01 +00:00
soochoi
5b8f57d9c0 CASA: changes in windows makefile -continue 2006-11-08 06:13:32 +00:00
soochoi
a60d5a0904 CASA: check in makefile for win32 2006-11-07 11:36:53 +00:00
Jim Norman
a3ca025f06 Remove Windows EOLs/Linefeeds 2006-11-07 11:12:03 +00:00
Juan Carlos Luciani
7d2f9058b3 Fixed make system problems that was causing makes to fail under Linux. 2006-11-07 11:07:53 +00:00
soochoi
7b27200e08 CASA: checkin Makefile to work with win64 build changes 2006-11-07 09:40:33 +00:00
soochoi
0e6ba0b1f9 CASA: check in CASA windows 64 solution file to build java component. 2006-11-07 06:15:03 +00:00
Juan Carlos Luciani
826b389d44 Enabled the ATS communications over SSL.
Created tools for editing settings and policy files.
2006-11-07 05:51:28 +00:00
Juan Carlos Luciani
56723c2b3d Fixing compilation problems on Linux. 2006-11-06 11:21:26 +00:00
Jim Norman
3ee77bc93d add miCASA.jar file to source control for build issues 2006-11-06 11:14:37 +00:00
Jim Norman
2ca0ccfb3a Java project change 2006-11-06 09:51:26 +00:00
Jim Norman
0faab5e639 Add java build files/projects to Windows build. 2006-11-06 09:37:27 +00:00
Juan Carlos Luciani
ff6c1b9993 Fixed problems found during testing of no mech-info changes. 2006-11-06 08:08:04 +00:00