Commit Graph

1481 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
Jim Norman
794730a1ce Bug 409364. Fixed RemoveKey to extract proper LUID. (Windows only change) 2008-07-15 22:32:02 +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
Jim Norman
d55e7138fc Bug 406446. Fix assembly version so that upgrading files works properly. (Windows Only) 2008-07-08 05:06:16 +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
Jim Norman
6219bb156e Bug 401524. Fix to get correct LUID when ReadBinaryKey is called. (Windows only change for ZEN) 2008-06-25 16:49:21 +00:00
soochoi
39fd99738f CASA: check in baselibs.conf to build linux32 on x86_64 platform 2008-06-17 17:28:03 +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
Jim Norman
05ac3bcbd0 Fix java class constructor code to fix build. 2008-06-02 21:07:59 +00:00
soochoi
d1836d394b yast-CASA: remove install_casa_yast_icons from spec file to fix the build breaks 2008-06-02 20:30:05 +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
683cb9a396 Updated the changes file with info about the yast package changes. 2008-05-29 20:48:14 +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
Jim Norman
f644145b3d fix bug the prevents UI from appearing 2008-05-29 15:43:08 +00:00
Jim Norman
75ef7bae4c Add Novell.Casa.MiCasa.dll to the sdk for windows 2008-05-27 16:25:54 +00:00
Jim Norman
d708395fa4 Bug 391080. Fixed a problem that was removing a comma when LCredMgr was in the middle of the reg setting. (Windows only). 2008-05-23 18:57:37 +00:00
Jim Norman
e6f3bfad2a Fix random KeyValue when all Keys are removed from secret. 2008-05-22 19:43:41 +00:00
Jim Norman
54cdf4f3fe commit test 2008-05-15 21:19:18 +00:00
Jim Norman
ced8255e1e Test of commit 2008-05-15 14:51:54 +00:00
Jim Norman
ec7a933cbf Expose the SERVER_KEY_CHAIN through the Get/SetCredential calls for Zen on windows. 2008-05-13 20:43:14 +00:00
Jim Norman
7cfc9a8114 Add code to Novell.Casa.MiCall.dll to allow access to SERVER_KEY_CHAIN.
Windows only change.
2008-05-12 17:42:41 +00:00
Jim Norman
83e1a14664 Bug 337483. Modify micasad script to report
correct status.
2008-05-05 17:55:21 +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
soochoi
c8265e8db6 CASA:check in oes-specific requirements in spec file 2008-04-18 22:36:15 +00:00
soochoi
d508032875 CASA: check in oes-specific requirement in spec file 2008-04-18 22:13:05 +00:00
soochoi
477185bd4b CASA: check in oes specfic requirement in spec file 2008-04-18 21:04:38 +00:00
soochoi
9a543c399f CASA: change spec to fix autobuild breaks 2008-04-18 20:39:15 +00:00
soochoi
b40bb2eef8 CASA: re-checkin CASA.changes for autobuild submit 2008-04-18 15:23:34 +00:00
Jim Norman
418ebd1baf Remove cardselector references to fix build. 2008-04-16 21:49:02 +00:00
soochoi
d3ac462c80 CASA: change CASA.changes 2008-04-11 20:22:11 +00:00
Jim Norman
883e608dfd Bug 290192. Patch casacfgpam and casaucfgpam to hook pam on
openSUSE desktops
2008-04-11 15:28:55 +00:00
Cameron (Kamran) Mashayekhi
4c53f60fa3 Fix for Defect 259794 for localizing the strings in CASA.pot file. 2008-04-04 20:16:43 +00:00
Jim Norman
1d56e2fa75 #ifdef DigitalMe Code 2008-04-03 14:33:36 +00:00
Jim Norman
1772f7d13b Match install dialog on 64 bit with 32 bit install. 2008-04-02 22:42:05 +00:00