Commit Graph

47 Commits

Author SHA1 Message Date
Juan Carlos Luciani 7a1eec39e5 Yast module spec files changes so that we stop including our icons as
part of our yast packages since the icons are now part of the openSUSE
themes.

CASA-auth-token-svc changes are to allow the package to install and run
under openSUSE11.
2008-05-29 20:37:23 +00:00
Juan Carlos Luciani 93bb0f1046 Changed to utilize tomcat55 instead of tomcat5 for
SuSE versions greater or equal to 1030 since they no longer
support tomcat5.
2007-08-09 16:23:09 +00:00
Juan Carlos Luciani 5fe566c6a1 Added JRE_HOME setting to envvars for Zen. 2007-06-29 15:31:05 +00:00
Juan Carlos Luciani 75c4692e4a Removed jakarta-commons-lang dependency. 2007-06-25 17:57:49 +00:00
Juan Carlos Luciani 7fe7751090 Finished the implementation of the "Connect through Web server feature". 2007-06-25 16:39:33 +00:00
Juan Carlos Luciani 5fb592cf16 Fixed a typo in a makefile. 2007-06-22 22:18:55 +00:00
Juan Carlos Luciani da37390857 Added functionality to allow the ATS to be accessible through
Apache if mod_proxy_ajp is configured.
2007-06-22 22:12:20 +00:00
Juan Carlos Luciani 87022ad2a0 More fixes to take care of the issue of authenticating users which exist
in containers with names that contain reserved XML characters.
2007-06-07 22:29:11 +00:00
Juan Carlos Luciani 5e1711d870 Yast module modifications to invoke the shell script that allows the ATS
to leverage installed certificates and keys for the server.
2007-06-01 23:05:03 +00:00
Juan Carlos Luciani ba8e155d69 ATS changes to allow it to leverage installed server certificate and
server key (/etc/ssl/servercerts/serverkey.pem and
/etc/ssl/servercerts/servercert.pem) for SSL communications.
2007-06-01 22:07:46 +00:00
Juan Carlos Luciani 718b0fda28 Moved the copying of the ATS Signing Certificate to the init.d script
because the CasaAuthTokenSvc webapp folder is not created until after
Tomcat is started.
2007-06-01 17:56:42 +00:00
Juan Carlos Luciani ef99031e7e Changes to allow for the setup of trust relationships with ATSs. 2007-06-01 15:41:46 +00:00
Juan Carlos Luciani 01978036ef The Java options now specify where to load native libraries in a
platform dependent manner to force Java to load them from the
appropriate location.
2007-06-01 15:39:35 +00:00
Juan Carlos Luciani badb8b08d8 Trying again to fix makefile. 2007-05-11 19:10:04 +00:00
soochoi 066b795545 CASA_auth_token_svc: remove space for lib64 makefile 2007-05-11 17:30:46 +00:00
Juan Carlos Luciani c31b1d64c6 Missing quote in Makefile. 2007-05-11 17:14:04 +00:00
Juan Carlos Luciani 63ba10b62d Updated the makefile to deal with 64bit platforms. 2007-05-11 16:03:09 +00:00
soochoi b09c764997 CASA_auth_token_java: add the lib64 path for miCASA.jar 2007-05-10 22:07:21 +00:00
Juan Carlos Luciani 44e38c771d Removed work-arounds from SPEC files and BasicATSSetup script. 2007-05-10 16:57:58 +00:00
Juan Carlos Luciani 9c139d4a2b Changes to allow the reading of REALM Proxy User Credentials from miCASA
in order to avoid having those credentials in the clear in the
iaRealms.xml file.
2007-05-09 22:54:35 +00:00
Juan Carlos Luciani 90afeed839 Adding file that is needed for the CASA ATS Yast module enhancements. 2007-05-09 16:41:40 +00:00
Juan Carlos Luciani dd13368c1c Changes to support the CASA ATS Yast module enhencements. 2007-05-09 16:39:07 +00:00
Juan Carlos Luciani b9373bb188 Created utilities for modifying the connector entry in the server.xml
Tomcat configuration file to easily allow a user to change the ATS to
start using a different keystore for SSL communications.
2007-04-20 21:45:29 +00:00
Juan Carlos Luciani 7a44908936 More changes for the removal of the Axis dependencies.
Removed the log files created by the Windows INSTALL.

Corrected the "Author" for files created by Greg.

Tuned the ATS logs to be less chatty and have a greater backlog.

Updated the NOTICES file and added READMEs to provide information
about external packages included in the project.
2007-03-17 06:39:46 +00:00
Juan Carlos Luciani 33a49c686a Changes to allow project to build under Windows given the changes that have been made to remove Axis dependency. 2007-03-16 23:48:58 +00:00
Juan Carlos Luciani 7314c08267 Continuation of changes to remove Axis dependency. 2007-03-15 17:18:58 +00:00
Juan Carlos Luciani 902d44e6de Continuation of changes to remove Axis dependency. 2007-03-13 00:39:12 +00:00
Juan Carlos Luciani 6747163af3 Provided more information in log4j.properties file. 2007-03-05 18:19:06 +00:00
Juan Carlos Luciani 3fad0cabc5 Added Rpc tracing capabilities with the log4j changes. 2007-02-22 22:53:51 +00:00
Juan Carlos Luciani f33278929d Continuation of changes to switch over to using log4j. 2007-02-21 18:08:09 +00:00
Juan Carlos Luciani 1d3f1b039a Continuation of changes to start using log4j. 2007-02-16 18:41:14 +00:00
Juan Carlos Luciani 06225de129 Made changes to deal with Greg's recommendations as a result of his
code review.

Fixed the problem that was preventing us from associating a PID file
with the ATS service.

Stopped deleting the "casaatsd" user during RPM un-install to avoid
problems with orphaned files.

Added code to protect against zero length passwords in the Pwd
authentication mechanism.
2007-02-13 23:54:27 +00:00
Juan Carlos Luciani bc915356e8 The ATS envvars script now does not rely on the environment variable
JAVA_HOME since it may not be pointing to the JVM that we need to use.
2007-01-24 06:06:57 +00:00
soochoi 3a6e08dc7e CASA-auth-token: install xercesImpl.jar but not include in war file 2007-01-24 04:31:10 +00:00
Juan Carlos Luciani 4e5959c6df Updated the project to allow us to build RPMs that meet Zen's
requirements which state that we must work with the Java and Tomcat
packages that their install bundle.
2007-01-22 07:09:58 +00:00
Greg Richardson a6cd95ae31 2007-01-18 05:30:36 +00:00
Greg Richardson 3ba102c4f1 2007-01-16 10:22:21 +00:00
Juan Carlos Luciani 0f58c82603 More changes as a result of project code review. 2007-01-09 05:05:37 +00:00
Juan Carlos Luciani 2f30ab05db Applied changes to issues found during code review of the Svc component. 2007-01-08 10:36:42 +00:00
Juan Carlos Luciani 8ade751650 Modifications to resolve issues found during self-code review. 2006-12-08 05:45:03 +00:00
Juan Carlos Luciani 88db52f6c2 Added option to command for importing eDir cert in the
CasaBasicATSSetup script so that it does not prompt
the user. This allows the script to work correctly
when invoked from our Yast module.
2006-12-06 05:38:04 +00:00
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 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 dfc4379769 More changes to deal with 64bit platform issues. 2006-11-29 06:23:48 +00:00
Juan Carlos Luciani ff0b8df96b Removed hard dependency on IBM's JVM. 2006-11-17 12:13:20 +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