CASA_auth_token_server-devel-1.7.1587-3.3>t  DH`pJݼ/=„8q[]3 Onz;!q`CwlzS jHp3iOuhhѭ#A5@g_]~ ?QhLœ9E q‚S70ÞQ}}ET8;;WtdzxwJk \<2ujQk{>xRwؚUr\)rhs;txR .0MqJ .l5@> h7E^\]SIS>K1cb72515f442f8778f9cc94a9a7e99273eb445ed2‰Jݼ/=„kpi M{Zx+.{56Y}T݋kAl'b)or,pkn'd"BTSGY>zk6s))D-Zxh$>O%cAa Â:i2ϯ(x%ۯM6AF눃^h0qc|Z[pxН?s&!wwˍ T6F\ݥ-&/xQϙwvUAun w@2 NOCp&΃cd6YӋxGTbݟ؏n@>=?d( , f /NT[~    8  .Lx   (8&9&: {&=>?@FGHIXY \(]@^bc3deflzCCASA_auth_token_server-devel1.7.15873.3Novell CASA Authentication Token Server 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_server-devel package contains the files necessary for the development of server applications that utilize the CASA (Common Authentication Service Adapter) authentication token infrastructure for authentication. Authors: -------- Juan Carlos Luciani - jluciani@novell.comJݼbuild33jopenSUSE 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 script#(*JݼJݼJݼJݼJݼJݼ04b5fe04c686a47a9c911a267544ebacb1ca36600f1ca99e6f3105ce815b77244df56199fc8cafb8a9fba07007ec93falibcasa_c_ipc.so.1.7.1587libcasa_s_authtoken.so.1.7.1587libcasa_s_ipc.so.1.7.1587rootrootrootrootrootrootrootrootrootrootrootrootCASA_auth_token_server-1.7.1587-3.3.src.rpmCASA_auth_token_server-develCASA_auth_token_server-devel(x86-64)    CASA-develCASA_auth_token_serverCASA_auth_token_jaas_supportCASA_auth_token_pam_supportCASA_auth_token_apache2_2_support/bin/sh/bin/sh/bin/sh/bin/shrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.7.1JCfHHd@H@HG@HE2@G@GNGSFAE@EVEb@EEEJ@EE@Ez@Eu_@Emv@Ed;Eb@E^EX^@ETiEQE7hE+@E*9E&E@E$E @E E D@DfD@D+@sbrabec@suse.cznds_cm@novell.comjluciani@novell.comro@suse.dejluciani@novell.comjluciani@novell.comro@suse.dejluciani@novell.comro@suse.dejluciani@novell.comschoi@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comcgardner@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comjluciani@novell.comjluciani@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- Supplement pam-32bit/pam-64bit in baselibs.conf (bnc#354164).- Remove sysvinit dependency from BuildRequire line.- Removed BuildRequires dependency on insserv.- use generic tag for java in buildrequires - try a little harder to find libjvm- Fixed problem that was causing us to incorrectly set JAVA_HOME on non-64bit systems were the /usr/lib64 folder exists.- Updated to remove dependency on specific versions of the JVM to address BUG 394342. - Merged changes into our spec file from what was being utilized to build the package on openSUSE. - Fixed build issue to remove the need to utilize patch for building component.- added baselibs.conf file to build xxbit packages for multilib support- Fixed segmentation fault during libclient_ipc un-initialization caused when the RemoteEndPoint map destructor was executed before the library destructor. This addresses BUG 353752.- fix build with gcc-4.3- Added pwdutils to BuildRequires to fix a build problem.- fix the build failure on x86_64- Removed BuildRequires dependency on glade-sharp. - Stopped deleting the user casaatvd during RPM un-install to avoid issues created when files created by that user are orphaned.- Resolved Bug 243162.- Resolved Bug 243159.- Resolved Bugs 243122, 243124, 243125, 243135, 243138, 243142, 243143, 243144, 243147, 243148, 243155, 243156, 243158.- Made a spec file change to support applications that want to dynamically load our libraries.- Fixed casa_atvd not starting by default problem documented in BUG228036. - Fixed problem that was causing token validation to fail because the signing certificate had not been imported to the key store used for token validations. The issue would be seen whenever the CASA_auth_token_jaas_support rpm was installed before running the basic ATS setup script. Now, the casa_atvd init.d scrip executes the script used to import the certificate as part of its daemon start sequence.- Fix build on ix86, require java alsa package.- Made changes resulting from self-code review of the project.- Fixed "Shutting..." rc script output problem documented in BUG225027.- Fixed 64-bit platform problems introduced while addressing bugs: BUG222541, BUG216949, BUG215221.- Resolved the following bugs: BUG222541, BUG216949, BUG215221.- Fixed makefile issue.- Removed hard dependency on IBM JVM.- Separated the non-java folder into client and server projects in order to better support distributions that target desktops. From now on, this changes files will only contain information that applies to the server 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 12560457081.7.1587-3.31.7.1587-3.3casa_c_ipc.hcasa_s_authtoken.hcasa_s_ipc.hlibcasa_c_ipc.solibcasa_s_authtoken.solibcasa_s_ipc.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/4518f9ebda212df7eddf735e8384a535-CASA_auth_token_servercpiolzma2x86_64-suse-linuxېH:*JѮ9?0] b2rا/n'^ r8ލU\,%t+XT2V1ͳ,iɿSȥI뼰a>) ձ3S.{BR''ťzѫ4A\̀9%ly`<-+p<""+֝$k\^wo 5*~!BGKgX-)T}d2ssiW{5f2cymSN tC!2oRi14!i`nAtC&/0gEi<4gj:)I!c<@ pHдsSlH|4DfYs/N 3w̴ 8ZSzi zohD&dfyli8 FEUd:.~lOn=Ż$_2gbɠ1!se&] _lIFArJ8œwY"X;6ÃyXȣ+y"çG~lkz+p'yX4 0d؞2 \Ke.=?|^Fb5;UB90ВA[ȗvvʕ/BȔWi1^#I怘wQKp7;sMv@tUyDAS1X8C$42QnFrc.*Kz &iyr%5_=U{t>b-7yaPg1Uv7(WVbCņg tcTC Tu&v{P)`;t gK8Dd/T#*4e@Ji1VZG?hN `oaT?uBSxI'((@N18"$$q 4~c\F$"g!;m iE6&,`R@BVTل*A27UtlU wӊ@SFҢPfX;,^hi"]M~?7L *$cfŭaw D•<1^1/o*eNy׃/Nw'Pi 5z#H.rӐv莌 ]M-O^ɶu3[K#uñ- 0,*W!= W%6t4_PL4w'=lJWBn+aZZ>m*pѫ^lD'0a۰G>q(088{lcoj]Ɨ+[ zP6$mA9/Lcvb'ER'Ӗ 4|=oZFJPx֣;eZWUņϻQ$8%η ߟvix -mSnY#I.O?֞o%!>uBIu篌kes Dc#G>\oGs\r}jtegь̌_%f3Fȟ2cR"l/6 Q&z3@hV;Hvuu{#ߵ͓΄f >Z;Q` BѫH-PI`5/H]fK1=hu' iɯDe/%G#ݰ%L)3rH 535BUpmCxXי0By'n!7(T*ȫw&KIw )LqtQSf(˿;xo^U=k\lNkz9i{0Cd׿y9.%/T +y__R}gGZFYoUtD<М:V!2y#;@ֻ/ UO̩Cܵ9ϋCi_Kb8{PhD^ISM.LYf ֗Lg{%lH#>FWJi &Hv8(x+HAG2ȁVnRt`<=@kُYw s"%y^q24-|a.=$,Kp@ q~J1Z iLz1DU*3);9`Y;S4 2NnNOz>,uMQɥoٙK&ٛ,oy\pGɣ'i/Ά VqblyS\d\IX9. TƏS2L5gLBuov1֢C)st}3fox26C.2KR<e||2W =vu<ڸ$xF)PtVWAg7bVF="5k^-*H1\.o~LWgUJJM6FC0vNw)ij y=~BՃ_%n4X $I4/EursZM!`dlpڑ, (JcdP.kM>!2q8 qy=ч #T %>"yۼ zҰxKSWAyJdc/6WMqߗc!ZdF]0ݫ|Q0:a:\oI<#w??5LC]cIhlJ l?a0kU6"6!y\bIM  ԀH5)87Wa EnVGa< ۋ8murA#EgIj$T/"OdgHtr4TeO4 z(Ȓ"o, &=Sa!B<¡u~:1H 7o N=bf c/M 'E W~ {Px)3>^?⚎4a?kWgH @Zh3 < @WsaSnƸFMmd& AX!wt9`ݚ:|Ts*׋'oIcl0Cױ ]_O8`k;dJ[V Y,֚z2 2|Ad@ܜ~2suiLlH'n`ێC8\&[roM|47eۓ}]Ov7M(X\yY\Kļ)>,ZPB9Y/P)?УN.9ZNݙ$8IMNRnG;C?a&'#8rRW^*P馼G)S.yIIPd0RIJy?6ͮ6eN9u]4:_rdd^ NwuPQxpDGC.CO#|xr5G"O/yН8U_LcGN9ؾ fcʥ[%?j7V)6~z, *: N?Zب>A7Jߴ}l}>g4^rŌۥ6ҙ$9ӈL`N3É(kgXEr7裱8X#knBSp$A#D653 lyMW ҉=Rٕ6dz&Y h4c"q#1=*נPh9]wċRT &Yx*m^n]"_Y||' DtyNQCڄcC B#ewaOF e'  9a]`,YU5]r~#g5B/cQO*"&-ďWa gFؒ@A TY&` * w$Oͺ4WęYx_eT~]D9ctK;&cjeeBr(B. x1RJ,KC.qKLErAhxM>