Commit Graph

60 Commits

Author SHA1 Message Date
Juan Carlos Luciani 35d315a78b Removed un-necessary line from changes file. 2007-02-26 18:11:15 +00:00
Juan Carlos Luciani 37c2d94ec9 Resolved inconsistencies between the spec files and the SuSE PDB entries
for package summaries and descriptions.
2007-02-20 16:20:05 +00:00
soochoi 9cf3c09361 CASA-auth-token-client and CASA-auth-token-server : add entry in changes log for build fix 2007-02-17 01:07:13 +00:00
Juan Carlos Luciani 047797a119 Fixed function prototype miss-match that was causing a build problem on
64bit machines.
2007-02-16 18:13:48 +00:00
Juan Carlos Luciani 4ad530078e Fixed install paths being utilized in the authtoken client devel install. 2007-02-14 21:30:04 +00:00
Juan Carlos Luciani 597aa02ead Changes file update. 2007-02-14 19:05:18 +00:00
soochoi e8bf8a9e36 CASA-auth-client: make change in build script to build debug as well 2007-02-14 18:25:18 +00:00
soochoi 9a6b412a72 CASA_auth_token_client: add changes in spec from german autobuild 2007-02-14 18:16:48 +00:00
Juan Carlos Luciani b03293da31 Fixed running library from drive different that install drive windows issue.
Added code to not-persist tokens in the miCASA cache.
2007-02-14 17:55:15 +00:00
Juan Carlos Luciani 81a369b7aa Corrected the name of the output debug pdb file. 2007-02-13 23:58:11 +00:00
Juan Carlos Luciani 37bef401c6 Updated the changes file. 2007-02-07 23:08:23 +00:00
Juan Carlos Luciani 5deee61fea Added needed defines missing in the windows environment that were keeping the components from building cleanly. 2007-02-06 23:36:07 +00:00
soochoi 1323841a3a CASA-auth-token-server: check in build scripts for autobuild 2007-02-06 23:00:12 +00:00
Juan Carlos Luciani 51ffdf0702 More changes to resolve issues brought up during the security
review of the code.
2007-02-06 22:09:00 +00:00
soochoi 8719ce2410 CASA-auth-token-client: check in build scripts for autobuild 2007-02-06 21:35:17 +00:00
soochoi dbe91182f6 CASA-auth-client: modify the include path in Windows solution file 2007-02-05 18:00:46 +00:00
Juan Carlos Luciani 791b0be583 Addressed issues found during the SuSE security review. 2007-02-02 23:02:43 +00:00
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