Juan Carlos Luciani
69f772ed91
Fixed one-byte buffer overflow problem in memcpy found during
...
code review.
-This line, and those below, will be ignored--
M linux/get.c
2007-02-01 16:04:28 +00:00
soochoi
3e2c8b1f37
CASA-auth-token-client: fix the windows build break
2007-01-30 12:34:40 +00:00
soochoi
966e3f5efa
CASA-auth-token-client: change the name of library casa_authtoken.lib for windows build
2007-01-30 11:00:22 +00:00
soochoi
9bc4c31f2a
CASA-auth-token-client: check in build config file to build windows
2007-01-30 10:08:44 +00:00
Juan Carlos Luciani
c1d99fca8d
Updated the changes file and modified the spec file to allow
...
applications to more easily dynamically link our library without
having to worry about the libraries version.
2007-01-29 13:11:18 +00:00
Juan Carlos Luciani
57f18cef8c
Finished the Linux side changes for the "Cleanup during library unload"
...
issue.
2007-01-29 13:04:22 +00:00
Juan Carlos Luciani
b5a6a452e8
Added code to allow us to un-initialize the library when it is unloaded. These changes allow library un-initialization to work for Windows. More code needs to be added to un-initialize the library under Linux.
2007-01-29 10:46:18 +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
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
bbf4a44deb
CASA-auth-token-client: check in relative build dependencies path changes in windows solution file
2007-01-11 10:36:56 +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
Juan Carlos Luciani
f2b89108b9
Updated changes.log file.
2007-01-05 07:33:01 +00:00
Juan Carlos Luciani
717b3c1091
Completed changes for clearing out memory associated with tokens.
2007-01-04 13:27:31 +00:00
Juan Carlos Luciani
834c6e0add
Added code to clear memory used to hold tokens since they contain data
...
which is security sensitive.
2007-01-04 10:18:40 +00:00
soochoi
47c01f7e34
CASA-auth-token-client: more makefile changes
2007-01-03 05:42:55 +00:00
soochoi
96204153a8
CASA-auth-token-client: rename lib directory to library and change in makefile
2007-01-03 05:04:26 +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
42e3203ab5
Fixed problem that was causing the library to crash when ObtainAuthToken was called with a null WinLUID.
2006-12-05 11:23:09 +00:00
Juan Carlos Luciani
11f501db43
Fixed fix path issue in CasaAuthToken c-sharp library.
2006-12-04 05:03:49 +00:00
Juan Carlos Luciani
d55ac482ac
Updates resulting from self-code review.
2006-12-01 12:42:52 +00:00
Juan Carlos Luciani
74dce09720
Switched to using the root of /tmp for creating user semaphores.
2006-12-01 05:41:42 +00:00
Juan Carlos Luciani
5d70356a09
Switched to using the /tmp folder rather than the /var folder for
...
creating user semaphores under Linux.
2006-12-01 04:48:11 +00:00
Juan Carlos Luciani
1974ee9875
Made changes to deal with issues found during self-code review.
...
Added lock callback functionality for interfacing with OpenSSL
in a multi-threaded environment.
2006-11-30 18:21:42 +00:00
Jim Norman
a522f9d982
Add ObtainAuthTokenAsString API to C# interface
2006-11-29 10:54:55 +00:00
Jim Norman
411e95b4f0
Make LUID and ObtainAuthTokenEx private
2006-11-28 05:07:20 +00:00
Juan Carlos Luciani
23bb4f7943
Corrected the MSI and MSM packages to install the appropriate components. These components got broken during the migration to VS2005.
2006-11-27 09:36:13 +00:00
soochoi
4bc612ca9b
yast2-casa-ats: add COPYING and LICENSE files and change in VERSION
2006-11-27 09:01:30 +00:00
Jim Norman
f4875a6c45
Fix to handle LUID parameter.
2006-11-27 06:31:39 +00:00
Juan Carlos Luciani
cce03a7a13
Updated README and TODO files to reflect the current state of the
...
project.
2006-11-22 05:21:33 +00:00
soochoi
6d185b22c3
Change log change to add fateID to submit to sled10 sp1
2006-11-21 10:56:16 +00:00
Juan Carlos Luciani
998bded52f
Changed DbgPrint macro to use syslog() rather than printf().
2006-11-18 12:56:24 +00:00
Juan Carlos Luciani
66903e98a0
Added the capability to modify the DebugLevel by changing the various .conf files.
2006-11-18 12:33:14 +00:00
Juan Carlos Luciani
a8dd761bde
Minor changes to correct some build problems.
2006-11-15 11:39:39 +00:00
Greg Richardson
0d7915de0e
Fix errors introduced by code reorg
2006-11-15 05:29:15 +00:00
Juan Carlos Luciani
05b43cafdd
Adjusted the VS solution to conform to the new folder organization.
...
Migrated the solution from VS2003 to VS2005.
Created clientdevel MSM and MSI.
2006-11-13 12:52:08 +00:00
Juan Carlos Luciani
55304c2836
Separated the non-java project into client and server projects
...
in order to better support distributions that target desktops.
This commit completes the client project setup.
2006-11-13 06:32:58 +00:00
Juan Carlos Luciani
9b647e40e7
Adding spec file for the client package.
2006-11-13 05:57:50 +00:00
Juan Carlos Luciani
2c8668479c
Splitted the non-java project into client and server projects in order
...
to be able to deliver the client component onto distributions targeting
desktops without having to deliver the server components. This commit is
for the resulting client project.
2006-11-13 05:20:43 +00:00
Juan Carlos Luciani
654de007a2
Continuing project split changes.
2006-07-27 18:21:27 +00:00
Juan Carlos Luciani
062d08a902
Project changes to allow the client to build under the new directory structure.
2006-06-27 16:18:30 +00:00
Todd Throne
114f934ce9
Moved all synchronization primatives to platform.c and changed the code to allocate and free the user mutex within ObtainAuthToken().
2006-06-20 23:01:51 +00:00
Todd Throne
fc7f88c01d
Changed storage of tokens from registry to CASA wallet.
...
Broke out storage of Session tokens and Authentication tokens.
2006-06-20 20:33:11 +00:00
soochoi
1fa6f07e83
major source structure and module name changes
2006-06-07 16:34:19 +00:00