Commit Graph

1531 Commits

Author SHA1 Message Date
S Rahul
b9fa3eab0c Multiple changes for Bug #543064
1. Provided SetATSHostList() API for changing the ATS address dynamically
2. Not using CASA enabled server as ATS. ATS address has to be explicitly set
   in client.conf or through SetATSHostList()
3. Not normalizing CASA enabled server's host name while obtaining CASA tokens.
   Callers of ObtainAuthTokenEx() have to pass normalized name as argument
2009-10-09 08:46:35 +00:00
Vijay Mahendran
d1bfab390c For making the changes required for CASA to build regardless of what the
temp path is.  It failed randomly because of building in the common temp
path while doing the functional testing.  After this it passed.
2009-10-06 12:47:28 +00:00
S Rahul
2feba2710f Two changes:
1. Enable privileged process ('system' owned) to access logged in user's
   Kerberos credential cache while authenticating to the ATS. The LUID
   of the logged in user is an input. This is required by Zenworks.
2. Fix a buffer overflow. A memory buffer was being used after being
   freed.
2009-09-25 06:06:03 +00:00
S Rahul
f867391074 Bug#524423: Increase the maximum time that the ATS client waits for the
ATS server to respond from 30 seconds to 120 seconds.
2009-08-26 10:53:44 +00:00
S Rahul
c5b381b6fe Bug#438234: System.Runtime.InteropServices.Marshal.PrelinkAll() is
causing crash. Removing the call. Verified that the Gnome keyring is
accessible after this change.
2009-07-16 10:59:25 +00:00
S Rahul
f4eab5a202 Created a tool using openssl crypto library. The tool can decrypt and
dump user's session key chain to stdout.
2009-06-29 03:07:30 +00:00
S Rahul
15ad4aec02 Sample code for querying ATS server and validating the returned auth
token.
2009-06-25 11:04:05 +00:00
S Rahul
8794590e50 Bug#501650: Disable alias dereferencing when ATS server searches for user in
LDAP server.
2009-06-05 05:56:35 +00:00
S Rahul
21ba1ead80 Bug#490570: Create CASA directory under
c:/Progra~1/Novell/CASA/Profiles/<userSID>/ for users who don't have home
directory defined in the system registry and grant rights to only the system
user and the CASA client user over the CASA directory.
2009-05-26 06:02:34 +00:00
S Rahul
d4c128e677 Bug#485107: Don't close file descriptors 0, 1 and 2 before starting
micasad. Mono gives problem with this.
2009-04-22 16:54:46 +00:00
S Rahul
9327d9b56c Bug#489688: While trying to open named pipe to talk to micasad, micasa
client may get an error ERROR_PIPE_BUSY. Client has to retry operation.
2009-04-15 04:21:32 +00:00
S Rahul
1c3769a03d Fix a typo in code. 2009-04-07 08:05:55 +00:00
Vijay Mahendran
acb6c8b7f1 Changes for blr. 2009-04-07 05:52:24 +00:00
Vijay Mahendran
97786e8c3b For blr build; added a new file. 2009-04-06 12:38:05 +00:00
Vijay Mahendran
5d50006cea Updated. 2009-03-18 04:42:49 +00:00
S Rahul
f6ff95abc4 Makefile.am was referencing the wrong file - 'authtoken.dll'. The actual
file name is 'casa_authtoken.dll'.
2009-03-15 05:14:22 +00:00
soochoi
fb7c157779 CASA: updated CASA.spec.in to fix the build break 2009-02-24 20:29:58 +00:00
soochoi
f9139d6404 CASA: merge CASA.changes and CASA.spec from suse autobuild 2009-02-24 04:19:55 +00:00
soochoi
0a96a4f9bd CASA: check in sle11 build failure fix 2009-02-23 22:41:13 +00:00
Jim Norman
63a6cc3358 Bug 458146. Add call to initialize mono crypto libs during micasad startup 2009-02-18 15:51:16 +00:00
Jim Norman
d1642ea2cd Bug 407409. Account for filehandle equals to 0. 2008-10-15 20:56:03 +00:00
soochoi
a3383a7043 casa-auth-token-java: remove sysvinit from build dependency for STABLE dist 2008-09-08 17:28:04 +00:00
soochoi
b7747dd15d casa-auth-token-client: remove sysvinit from build dependency for STABLE dist 2008-09-08 17:27:34 +00:00
soochoi
95b82d4654 casa-auth-token-server: remove sysvinit from build dependency for STABLE dist 2008-09-08 17:26:52 +00:00
soochoi
ffe2214ca2 CASA: check in CASA.changes from OES build 2008-08-26 21:57:36 +00:00
Jim Norman
bcd13d8709 Back out changes of 1582. 2008-08-26 21:18:43 +00:00
Jim Norman
df1eb55ad2 Start micasad using 'exec mono /usr/bin/micasad.exe' 2008-08-25 22:38:45 +00:00
Jim Norman
dc608ad2a6 Bug 362127. Increase timeout on client before returning an error. 2008-08-25 22:31:39 +00:00
soochoi
c19febd344 casa-auth-token-server: check more changes in spec file 2008-08-19 16:53:09 +00:00
soochoi
bebe2d19f3 casa-auth-token-server: check in the changes by german autobuild team 2008-08-19 16:23:19 +00:00
Juan Carlos Luciani
01a4554a4b Changes file update. 2008-08-18 22:23:52 +00:00
Juan Carlos Luciani
df43c965a0 Removed un-necessary components from the BuildRequires line. 2008-08-18 22:22:42 +00:00
Juan Carlos Luciani
a9084e0fd7 Changed BuildRequires to require a JAVA sdk greater or equal than 1.5. 2008-08-18 16:34:09 +00:00
Juan Carlos Luciani
5d874cf9a4 Changes file update. 2008-08-18 15:25:05 +00:00
Juan Carlos Luciani
79e79a97dc Stopped using UnitedLinux version of the Should-Start and Should-Stop
commands in the casa_atsd init.d script.
2008-08-18 15:23:03 +00:00
Juan Carlos Luciani
6f67e02583 Removed BuildRequires dependency on insserv. 2008-08-18 15:21:09 +00:00
Juan Carlos Luciani
7bcae7598a Changes file update. 2008-08-18 15:18:58 +00:00
Juan Carlos Luciani
014ac9de24 Removed build dependency on insserv. 2008-08-18 15:17:47 +00:00
Juan Carlos Luciani
984c2b2ce1 Changes file update. 2008-08-18 15:16:46 +00:00
Juan Carlos Luciani
2a5bc54d7e Removed build dependency on yast2-theme-NLD. 2008-08-18 15:14:47 +00:00
Juan Carlos Luciani
5bf67f3041 Updated changes files and spec files to reflect changes from autobuild
and recent updagtes.
2008-08-06 16:22:42 +00:00
Juan Carlos Luciani
456d286506 Fixed leaking file handle problem with regards to the trusted
ATS keystore file.
2008-08-04 22:08:40 +00:00
Juan Carlos Luciani
8179597cf4 Enhanced to try validating a users identity utilizing the username
present in the PW token as if it was an FDN if not able to find a
user with a matching short name.
2008-08-04 22:07:25 +00:00
Juan Carlos Luciani
7633b8fd57 Needed folder/files. 2008-07-17 21:47:38 +00:00
Juan Carlos Luciani
0809bb349b Fixing autobuild issues. 2008-07-17 21:29:30 +00:00
Juan Carlos Luciani
2cf31ee0dd More Java6 and Tomcat6 compatability updates. 2008-07-17 19:39:06 +00:00
Juan Carlos Luciani
a4689eea3f More tomcat6 compatability changes. 2008-07-17 18:12:16 +00:00
Juan Carlos Luciani
bab6746822 Added missing rpm dependencies to yast2-casa-ats rpm. 2008-07-17 17:40:21 +00:00
Juan Carlos Luciani
1e4e5cc9aa More tomcat6 compatability changes. 2008-07-17 17:39:20 +00:00
Juan Carlos Luciani
f174fc167f More tomcat6 compatability changes. 2008-07-17 17:37:27 +00:00