Commit Graph

454 Commits

Author SHA1 Message Date
Juan Carlos Luciani
98a2a66e2a Start of changes to allow service to run with tomcat6 and Sun Java6. 2008-07-17 17:35:59 +00:00
Juan Carlos Luciani
215bd98dd5 Changing the RPC retry logic to be bounded by time rather than by the
number of retries to match what is being done in the Windows platform.
2008-07-09 17:51:22 +00:00
Juan Carlos Luciani
6c561fdcaa Adjusting the Tomcat connector accept count property from 100 to 300 to
allow the ATS to support a large number of clients.
2008-07-07 19:49:21 +00:00
Juan Carlos Luciani
8104cafd06 Setting the LD_LIBRARY_PATH in the ZenWorks specific envvars file to
/usr/lib to work around the problem of not baing able to load
libmicasa.so when loading the miCASA class to read Realm proxy
credentials.
2008-07-07 19:47:53 +00:00
Juan Carlos Luciani
8ea377f845 Enhanced the RPC retry logic for the Windows client to be bounded by time rather than number of retries. Also, added a pause between retries to avoid saturating the network. The corresponding Linux client changes still need to be made. This changes allow us to support large number of clients against a single server. 2008-07-03 20:41:23 +00:00
Juan Carlos Luciani
8d0d55a666 Changes file update. 2008-06-30 21:28:42 +00:00
Juan Carlos Luciani
e3a00efe33 Added retries for RPCs that fail due to connection errors. 2008-06-30 20:41:06 +00:00
Juan Carlos Luciani
3e44d02f3c Changes file updates. 2008-06-05 16:47:55 +00:00
Juan Carlos Luciani
a50234c0f6 Applied Ruedigers envvars fix to all other scripts where we are
trying to decide whether the platform is 64bit or not. We should have
been checking for the existance of the /usr/lib64/jvm/jre folder instead
of just checking for the existance of the /usr/lib64 folder.
2008-06-05 16:43:23 +00:00
Juan Carlos Luciani
98792359d8 Changes file update. 2008-06-03 17:50:24 +00:00
Juan Carlos Luciani
64bd51ab2c Made changes to allow the package to build under STABLE. Also merged
changes from the spec and changes files being maintained for builds.
2008-06-03 17:44:40 +00:00
Juan Carlos Luciani
0c0642d759 Changes file update. 2008-06-03 16:16:10 +00:00
Juan Carlos Luciani
fcc40dd350 Changes file update. 2008-06-03 16:13:54 +00:00
Juan Carlos Luciani
287aead68e More changes to remove dependency on Java 1.5.
Updated the spec file to include license information for all of the
packages.
2008-06-03 16:09:08 +00:00
Juan Carlos Luciani
acbd1363e9 Merged info from STABLE onto our changes file.
-gThi line, and those below, will be ignored--

M    server/package/linux/CASA_auth_token_server.changes
2008-06-03 16:02:49 +00:00
Juan Carlos Luciani
268046b8ee Fixed issues that were keeping the component from building on STABLE.
Also made necessary changes to the spec files as recommended by
autobuild and to conform with the spec file on STABLE.
2008-06-03 16:01:53 +00:00
soochoi
df9110cfec CASA_auth_token_svc: check in changes log to submit to stable 2008-06-02 22:41:18 +00:00
Juan Carlos Luciani
0fab9a4cb8 Changes file changes. 2008-06-02 21:18:37 +00:00
Juan Carlos Luciani
c524288e22 Changed to not allow icons to be installed by the yast packages. Also
adjusted the CASA.desktop file to reflect then name under which its
icons were added to openSUSE.
2008-05-30 22:05:27 +00:00
Juan Carlos Luciani
437f17d0a2 Change file update. 2008-05-29 20:50:07 +00:00
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
a33fdd0960 Backing out LDAP connect timeout fix because the
sun.jndi.ldap.connect.timeout environment variable does not seem to be
compatible with LDAP connections over SSL.
2008-04-28 21:51:37 +00:00
Juan Carlos Luciani
8633d3e988 Fixed issue with setting the LDAP connect timeout variable that was
causing authentication to fail under windows with an Interger Exception
when instantiating an IAContext.

-This line, and those below, will be ignored--
i
M    server-java/Svc/src/com/novell/casa/authtoksvc/PwdAuthenticate.java
M    server-java/Svc/src/com/novell/casa/authtoksvc/RealmsInfo.java
M    server-java/Svc/src/com/novell/casa/authtoksvc/Krb5Authenticate.java
M    server-java/Svc/src/com/novell/casa/authtoksvc/CasaIdentityToken.java
2008-04-24 18:01:40 +00:00
Juan Carlos Luciani
bdf7cdcf8d Changes file update. 2008-02-01 20:26:46 +00:00
Juan Carlos Luciani
e441d9d5a9 Added code to override the default LDAP connect timeout to something
more reasonable to allow fail-over to other LDAP servers without holding
up the end-user for too long.
2008-02-01 20:05:38 +00:00
Juan Carlos Luciani
efa08e3658 Changes file update. 2008-01-28 20:23:02 +00:00
Juan Carlos Luciani
f00b17d71c Changed the way that the iaRealms.xml file is read to allow for extended
characters being part of it.
2008-01-28 20:18:15 +00:00
Juan Carlos Luciani
d56bb8a320 Changes file update. 2008-01-14 20:18:38 +00:00
Juan Carlos Luciani
572284e80f Fixed segmentation fault during ipc_client library un-initialization
caused when the RemoteEndPoint map destructor was executed before the
library destructor.
2008-01-14 20:05:36 +00:00
Juan Carlos Luciani
22cd35f1f1 Changes file update. 2008-01-02 17:53:28 +00:00
Juan Carlos Luciani
a8a4e9e975 Added time-stamp and process/thread information to the Windows debug logs. 2008-01-02 17:45:07 +00:00
Juan Carlos Luciani
7169f620f0 Checking in CASA Authentication Presentation Slides into project. 2007-09-25 14:55:22 +00:00
Juan Carlos Luciani
2c9bdbb3c1 Changes file update 2007-08-14 21:57:43 +00:00
Juan Carlos Luciani
b8ccfe47f6 Fixed problem that was causing us to clear Proxy User credentials from
miCASA erroneously when modifying realm configuration.
2007-08-14 21:55:34 +00:00
Juan Carlos Luciani
7d4eb2dd4a Changes file update. 2007-08-13 16:50:51 +00:00
Juan Carlos Luciani
33b820c1eb Changed the structure used to hold realms from a map to a list in order
to avoid having the order in which the realms are entered altered.
2007-08-13 16:48:13 +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
soochoi
44c1b03513 yast2-casa-ats: checking in correct po and mo files 2007-07-16 15:43:46 +00:00
soochoi
f3105f7d76 yast2-casa-ats: check in casa pot, po, mo file into source project 2007-07-09 17:52:15 +00:00
Juan Carlos Luciani
c148ea90b3 Changes file update. 2007-07-05 23:48:18 +00:00
Juan Carlos Luciani
28a4d65cc8 Added traces to aid debugging of connection and password authentication
problems.
2007-07-05 23:40:42 +00:00
Juan Carlos Luciani
a5102eb3a8 Making the assembly version number independent of the build number for now in order to avoid upgrade conflicts with other components built using a different assembly version. 2007-07-05 23:28:09 +00:00
Juan Carlos Luciani
7cc9385642 Enhanced to try to connect to the ATS with the normalized host name in addition to the host name given by the application calling to get a token to deal with cases where the application is passing a dotted ip address but the
server's certificate has been issued using the server's DNS name.
2007-07-05 23:25:55 +00:00
soochoi
b7d5bb1be4 CASA-auth-server-java: change in zen-autobuild make file to automate zen update 2007-07-02 22:28:02 +00:00
soochoi
964ffdea32 CASA-auth-token-java Windows - change in Makefile to bump msi version number 2007-06-29 23:18:44 +00:00
soochoi
6bb01f7449 CASA-auth-token-client Windows: builduser.cmd changes continue 2007-06-29 22:11:21 +00:00
soochoi
9f4ea412c4 CASA-auth-token-client Windows: change builduser.cmd to bump msi version 2007-06-29 21:58:04 +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
7de2e95970 Merged changes from autobuild and updated the changes file. 2007-06-28 20:38:31 +00:00
Juan Carlos Luciani
41cc9deb34 Fixed crash that occurs when the DLL is unloaded before being initialized first. 2007-06-27 22:01:44 +00:00