CASA_auth_token_client-devel-1.7.1587-2.1>t  DH`pJݾP/=„̢ͺۻGիwX_ 2K;&M~.GT'yDf,bsC"m4[\N iXoB~ox|N B(|cKa>ih$Y0de.W[Sꐆ2\;*W ^X[~\zEV Ôc)M3 >|e/N}H1aqaPsy0Id*% DK~]#U>= ? d( , f /NT[~    * LT^h   (8%9P%: %=>?@FG,H4I<X@YH\d]l^bc #d e f l z CCASA_auth_token_client-devel1.7.15872.1Novell CASA Authentication Token Client Development FilesCASA_auth_token is an authentication token infrastructure with support for multiple authentication mechanisms with an emphasis on providing a scalable single sign-on solution. A key feature of CASA_auth_token is that its authentication tokens contain identity information about the entity being authenticated. This information is made available to the consuming services. The amount of information contained in the tokens is configured on a per-service basis. Because of this feature, we say that CASA_auth_token projects an "Authenticated Identity". The CASA_auth_token_client-devel package contains the files necessary for the development of client applications that utilize the CASA (Common Authentication Service Adapter) authentication token infrastructure for authentication. Authors: -------- Juan Carlos Luciani - jluciani@novell.comJݾ:build33openSUSE 11.2openSUSELGPL v2.1 or laterhttp://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.novell.com/productslinuxx86_64# Nothing to do in this pre script# Nothing to do in this post script# Nothing to do in this preun script# Nothing to do in this postun scriptJݾ5Jݾ50f920d109bd27e0f6646258361098886libcasa_c_authtoken.so.1.7.1587rootrootrootrootCASA_auth_token_client-1.7.1587-2.1.src.rpmCASA_auth_token_client-develCASA_auth_token_client-devel(x86-64)    CASA-develCASA_auth_token_client/bin/sh/bin/sh/bin/sh/bin/shrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.7.1HHhHE2@G@GG{|F@FFcF5@F$F@F@E@E՜EEVEɿ@EJ@Ex@E=Ep@Eb@EX^@ES@EPu@E7hE+@E*9E&E@E$E @E D@E D@DfD@D+@nds_cm@novell.comjluciani@novell.comjluciani@novell.commeissner@suse.demmarek@suse.dejluciani@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comro@suse.dejluciani@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comschoi@novell.comjluciani@novell.comaj@suse.dejluciani@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comschoi@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comschoi@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comschoi@novell.comschoi@novell.com- Removed sysvinit dependency from the BuildRequire line.- Added RPC retry capabilities under connection failures to help solve the scalability issue reported in BUG 401524.- Applied the patches being utilized to build the package under stable to the source tree and merged spec file changes.- build with gssapi -> gssglue renamed- fixed build with new libcurl-devel package * added libopenssl-devel to BuildRequires * removed unnecessary -lidn in library/linux/Makefile.am- Added time-stamp, process id , and thread id information to the debug logs for Windows. This resolves BUG 310507.- Changed the engine to also use the DNS name of the ATS when the caller passes us the dotted ip address of the server when requesting a token in order to work when the server's certificate has been issued using the server's DNS name. This resolves BUG 288959.- Fixed libcasa_c_authtoken crash that would occur when the was unloaded before previously been initialized. This addresses BUG288073.- Commented out the line in the client.conf file which was allowing clients to trust ATSs with Certificates that could not be validated. This completes the changes necessary for the resolution of BUG 242891. - Changed the client to allow a list of ATSs to be configured in the client.conf file for the purposes of Fault-tolerance and also the client now tries to contact an ATS at the same location as the AuthToken consuming service in addition to the configured ATSs. These changes were necessary to resolve BUG 242891. - The client now also attempts to access ATSs over port 443 in addition to trying port 2645 if the ATS port number is not configured. This will make it possible to access the ATSs when connected to a Web Server. This addresses part of BUG287279.- added libexpat-devel to buildrequires- Added CleanUpAuthTokenCache() API to solve BUG260619.- Cleaned up 64bit platform issues. - Fixed BUG245588 which dealt with the devel package windows install. - Fixed BUG258123 which dealt with recovery from errors in a multi-ATS environment using the same REALMS.- Fixed BUG256571. The changes allows the server to instruct the Pwd authentication mechanism to only utilize credentials that match the specified REALM.- Fixed BUG 251374. The changes allow us to get around issues where DNS is not setup correctly and forward lookups fail on names that where obtained using a reverse DNS lookup. - Added the capability to log debug messages to a file under windows.- fix build failure on x86_64- Fixed BUG225485. - Added code to indicate that Authentication/Session tokens should not be persisted in miCASA.- Remove unneeded dependency on glade-sharp.- Resolved Bugs 242890, 242893, 242894, 242895, 242896, 242898, 242899, 242900, 242901, 242902, 242903, 242906, 242908, 242909, 242911, 242913, 242914, 242915, 242916, 242919.- Resolved BUG233226 (CASA Authtoken Client library needs to un-initialize itself when unloaded). - Changed the files included in the client RPM to allow applications to more easily dynamically link our libraries without neededing to deal with library version changes.- Resolved BUG234411. The issue involved the client crashing when receiving a response from an ATS with a successful status but no payload.- Resolved BUG232243. The issue involved clearing memory used by the client library to hold tokens since the tokens contain security sensitive data.- Resolved BUG225118. - Made changes to issues found during self-code review.- FateID 301736 : Submit CASA_auth_token_client to sled10-sp1- Separated the non-java project into client and server projects in order to better support distributions that target desktops. From now on, this changes file will only contain information that applies to the client project.- Finished the changes to enable client/ATS communications over SSL.- Made changes to enable client/ats communication over SSL. (Not quite done with this yet). - Updated the make system to allow Windows builds to be made from the command line using Cygwin.- Created client-devel RPM. - Made changes to conform to updates made to the Java components with regard to the layout of files.- Brought up to date the README and TODO files.- Cleaned up compiler warnings that were present in some of the components.- Add the CASA build check as dependency in spec file- Ported the client to Linux and created the CASA_auth_token_client package.- Made spec file modifications suggested by SuSE. The changes entailed leveraging RPM macros instead of using my own scripts to make the RPM more solid.- Added rc script for Validate AuthToken Service.- Created the Validate AuthToken Service and made all of the necessary changes to allow it to be consumed by the AuthTokenValidate library. - Also made necessary spec file changes to support our configuration.- Created client/server IPC libraries that will be utilized by libcasa_s_authtoken to communicate with the Java Validate AuthToken Service (yet to be created) over DOMAIN sockets. The service will utilize the libraries via JNI to be able to process requests sent using DOMAIN sockets.- Fixed CASA_auth_token_devel build requirement for CASA_auth_token_svc- This file has been created for CASA_auth_token_native project for the first time./bin/sh/bin/sh/bin/sh/bin/shbuild33 1256046138 CI CJ1.7.1587-2.11.7.1587-2.1casa_c_authtoken.hlibcasa_c_authtoken.so/usr/include//usr/lib64/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/498dd110393f42158501c9229bfb5b7e-CASA_auth_token_clientcpiolzma2x86_64-suse-linuxb/Q.E$ ?0] b2t.b<#yvWa=j7qc5+]wml2jHU} tq9LVUNIBȬʓ6m_\p7da\@>)u ɖ}bJp AuSO?*훏1 gMdh9#˜_5bZМ08}9s!>@ y"w$?% ]g.ڣhK%Wp0L#ߪwEcZI%rs~Q†lG妅Hл{B. =z\G:ܹ)XC{tPF" u3̘Α|# U;\\!Ezj@ H7qr&OxNaݗLazinF8_kj;r@ЭE%@P4\Oh oXJ*uD)֘qh!{+֨u>1\u՛@SZ h$YcmG.5ޱZy#Q \]fL|W׳!iLQ#\?=WsV#5zBHGmdh |J˞h_嘑S1-l=OsX߅z-H6U"/?`fDC#EeMF:<h R J7^ /