Commit Graph

1070 Commits

Author SHA1 Message Date
Greg Richardson fe83bfbbb5 Moved windows specific file templates into templates\windows 2007-01-24 10:15:38 +00:00
Cameron (Kamran) Mashayekhi 728d0204fb Resolving Bug 283115 by fixing casacfgpam and casaucfgpam scripts to incorporate the path to SuSE-release file. 2007-01-24 08:53:53 +00:00
Greg Richardson c3aa5727fc 1. Changed jsharp files to java files
2. Added CommandLauncher to allow java classes to be invoked from msi install
2007-01-24 07:18:15 +00:00
Juan Carlos Luciani 6b83871de5 Made spec file changes to support applications that want to dynamically
link our libraries.
2007-01-24 06:27:52 +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 f85a54358f Removing two files that got added by mistake. 2007-01-24 04:11:25 +00:00
soochoi 7c6681c949 CASA_auth_token_svc: add jdk and novell-zenworks-java-link build requirements in spec file 2007-01-23 12:31:46 +00:00
Juan Carlos Luciani f7b0f92e80 Made changes to allow packages built for Zen to be more compatible with
it.

Enhanced places where exceptions are thrown to include information about
exceptions that may have been caught to improve debugging.
2007-01-23 10:32:50 +00:00
Jim Norman 5b267c79e5 Bug 172730. Check the GNOME_KEYRING_SOCKET variable before displaying
the Gnome Keyring tab and settings.
2007-01-23 10:09:14 +00:00
Jim Norman 0adc2a2d28 Bug 237834. Set value length to zero when key exists without
value.
2007-01-23 09:44:03 +00:00
Jim Norman e9dcb47cda Bug 237834. Set value length to zero when key exists without value. 2007-01-23 09:40:44 +00:00
Jim Norman c809a42926 Support LUID in cSharp miCASA APIs. Windows only change. 2007-01-23 07:18:52 +00:00
Jim Norman f6c4512fb4 Support LUID in cSharp miCASA APIs. Windows only change. 2007-01-23 07:15:24 +00:00
Juan Carlos Luciani f7441b20ac Added the ability to explicitedly configure the type of directory
back-ending a REALM and the ability to configure the search string that
should be utilized when performing a contextless login via the Pwd
Authenticate mechanism.
2007-01-22 11:25:55 +00:00
Greg Richardson c1a12d0c44 Added startup and shutdown batch files 2007-01-22 11:04:47 +00:00
Greg Richardson 6684268ee6 Add batch files to launch editors 2007-01-22 10:59:04 +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
soochoi 1e73ae38a6 CASA: change windows build script 2007-01-22 05:26:16 +00:00
soochoi 98089eabe0 CASA: change in build config file for windows build 2007-01-20 10:01:34 +00:00
Greg Richardson 70fca2cb11 First release of msi to consumer 2007-01-19 11:14:38 +00:00
soochoi b0f49823ba CASA-auth-java: take the package name change in spec file back due to build failure 2007-01-18 07:06:50 +00:00
Jim Norman 9c2ed4f526 Bug 235624. Fix GUI hang on multiple file imports. 2007-01-18 06:41:33 +00:00
Jim Norman ca7b9ebb9b Bug 235624. Fix GUI hang on multiple file imports. 2007-01-18 06:39:03 +00:00
soochoi 03c5d13eee CASA-auth-server-java: name change of xerces-j2 in spec file 2007-01-18 06:31:34 +00:00
Greg Richardson a6cd95ae31 2007-01-18 05:30:36 +00:00
Greg Richardson 645a738b57 Moved compile of java files into linux/windows directories 2007-01-18 04:50:30 +00:00
Greg Richardson 89a2bf73bc 2007-01-18 04:47:57 +00:00
Juan Carlos Luciani f8decf4b84 Addressed bugs 225066 and 190821.
Also fixed "ReconfigureInterval=0" issue and added the ability
to search using multiple search roots configured on a per-realm
basis in the iaRealms file.
2007-01-17 12:14:29 +00:00
soochoi a2819af8fd CASA: check in build_config directory to build windows 2007-01-17 08:55:41 +00:00
Jim Norman dd07f3976d fix launcher on windows 64 bit. 2007-01-17 06:57:29 +00:00
Juan Carlos Luciani de3e4457c3 Fixed file eol-style problems as well as issues introduced in the
makesystem with the Windows Install check-in.
2007-01-16 11:21:37 +00:00
Greg Richardson 3ba102c4f1 2007-01-16 10:22:21 +00:00
Jim Norman 1b73394fc7 Bug 235467. Mark binary keys as binary types when persisting data. 2007-01-16 05:54:11 +00:00
Juan Carlos Luciani 6a23194273 Added a new status code for name resolution failures. 2007-01-12 12:50:39 +00:00
Juan Carlos Luciani 5f0d0a486f Finished changes to resolve issues associated with server response without payload data.
Changed the name of the .msi files to not include "-msi" as part of the names as per request.

GetAuthToken requests that fail due to a name resolution error now will return an error code indicating the reason.
2007-01-12 12:49:25 +00:00
Jim Norman d571fa1391 Bug 234143. Change install from retargetable folder to absolute. 2007-01-12 09:22:51 +00:00
Jim Norman 000caf581f Bug 228041. Replaced Gtk.Menu with Windows.Forms.ContextStripMenu for running on windows. 2007-01-12 09:15:15 +00:00
Juan Carlos Luciani 32093affcb Fixed crash that would occur if an RPC would succeed but no without
response data.

-This line, and those below, will be ignored--

M    client/library/engine.c
2007-01-12 08:43:53 +00:00
soochoi b985dd634e CASA.changes: check in date format fix 2007-01-12 06:30:03 +00:00
Juan Carlos Luciani 0262de0e3f Fixed Pwd Authenticate issue. 2007-01-12 05:31:50 +00:00
Jim Norman 316947e05f Bug 225803. Added launcher for Windows, that prompts user to install GTK Sharp if already installed. 2007-01-12 05:28:37 +00:00
Jim Norman 1f273f2976 Removed the Reference Paths from CASAManager project file 2007-01-12 05:20:49 +00:00
soochoi bbf4a44deb CASA-auth-token-client: check in relative build dependencies path changes in windows solution file 2007-01-11 10:36:56 +00:00
Jim Norman 0f816ce809 Bug 227503, 229669. Use gtk-sharp2.x now.
This line, and those below, will be ignored--

M    gui/Makefile.am
M    package/linux/CASA.spec.in
M    adlib/ad_gk/Makefile.am
M    adlib/Makefile.am
M    CASA.changes
2007-01-11 09:03:57 +00:00
Jim Norman 7e223019a2 increase supported Firefox version to 2.1 2007-01-11 06:34:46 +00:00
Juan Carlos Luciani fb29201f17 Modified solution/project files to deal with "lib" folder rename to "library". 2007-01-10 11:07:35 +00:00
Jim Norman bdc46f5639 Bug 228046. Prompt user for MasterPassword prior to
displaying the Find and Replace dialog.
2007-01-09 08:41:54 +00:00
Jim Norman 434bc49a50 Bug 229763. Found that reading a file using Mono while that
file is being watched fires a 'OnChanged' event.  Changed the
  file read ReadWrite to a FileAccess.Read prevents this event.
2007-01-09 07:45:26 +00:00
Jim Norman 52ccbd37a7 Clean up C# wrappers for NSL use. 2007-01-09 07:39:22 +00:00