libssh4-0.4.8-14.1e>UAp NUB!?S!$jUW{KvǗy\O-%>T\)gױ>9*?*d   ! *3= Vg}    v 8t(89:l>(@(F(G(H(I(X(Y(\) ])$^)ab)c*-d*e*f*l*z*Clibssh40.4.814.1SSH libraryThe ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its Secure FTP implementation, you can play with remote files easily, without third-party programs others than libcrypto (from openssl). This package provides libssh from http://www.libssh.org that should not be confused with libssh2 available from http://www.libssh2.org (libssh2 package) Authors: -------- Aris Adamantiadis Andreas Schneider Nick Zitzmann SAbuild21openSUSE 11.4openSUSELGPL-2.1+http://bugs.opensuse.orgSystem/Librarieshttp://www.libssh.orglinuxi586/sbin/ldconfig/sbin/ldconfigP-1A큤S>S>S?M1a.M1a-M1a.dfb3e8965f8bbbfd4e1339b0c4ea7a33cdf9070d469e093cb378b7f8cb3c461ac8c97ff78514f0601ebdb7e19f09d8441cf2f48a929088e82a20e624914c1938libssh.so.4.1.4rootrootrootrootrootrootrootrootrootrootrootrootlibssh-0.4.8-14.1.src.rpmlibssh.so.4libssh4libssh4(x86-32)  @@@@@@@@@@ /bin/sh/bin/shrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.2)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libcrypto.so.1.0.0libz.so.1rpmlib(PayloadIsLzma)4.0-13.0.4-14.4.6-14.8.0Sc@PM1@ML@L 1024. * Fixed some warnings on OS/2. * Fixed installation path for OS/2.- Update to version 0.4.7 * Fixed a possible memory leak in ssh_get_user_home(). * Fixed a memory leak in sftp_xstat. * Fixed uninitialized fd->revents member. * Fixed timout value in ssh_channel_accept(). * Fixed length checks in ssh_analyze_banner(). * Fixed a possible data overread and crash bug. * Fixed setting max_fd which breaks ssh_select(). * Fixed some pedantic build warnings. * Fixed a memory leak with session->bindaddr.- Update to version 0.4.6 * Added a cleanup function to free the ws2_32 library. * Fixed build with gcc 3.4. * Fixed the Windows build on Vista and newer. * Fixed the usage of WSAPoll() on Windows. * Fixed "@deprecated" in doxygen * Fixed some mingw warnings. * Fixed handling of opened channels. * Fixed keepalive problem on older openssh servers. * Fixed testing for big endian on Windows. * Fixed the Windows preprocessor macros and defines.- Update to version 0.4.5 * Added option to bind a client to an ip address. * Fixed the ssh socket polling function. * Fixed Windows related bugs in bsd_poll(). * Fixed serveral build warnings.- Update to version 0.4.4 * Fixed some bugs ein path expand functions.- Update to version 0.4.3 * Added global/keepalive responses. * Added runtime detection of WSAPoll(). * Added a select(2) based poll-emulation if poll(2) is not available. * Added a function to expand an escaped string. * Added a function to expand the tilde from a path. * Added a proxycommand support. * Added ssh_privatekey_type public function * Added the possibility to define _OPENSSL_DIR and _ZLIB_DIR. * Fixed sftp_chown. * Fixed sftp_rename on protocol version 3. * Fixed a blocking bug in channel_poll. * Fixed config parsing wich has overwritten user specified values. * Fixed hashed [host]:port format in knownhosts * Fixed Windows build. * Fixed doublefree happening after a negociation error. * Fixed aes*-ctr with <= OpenSSL 0.9.7b. * Fixed some documentation. * Fixed exec example which has broken read usage. * Fixed broken algorithm choice for server. * Fixed a typo that we don't export all symbols. * Removed the unneeded dependency to doxygen. * Build examples only on the Linux plattform.- Update to version 0.4.2 * Added owner and group information in sftp attributes. * Added missing SSH_OPTIONS_FD option. * Added printout of owner and group in the sftp example. * Added a prepend function for ssh_list. * Added send back replies to openssh's keepalives. * Fixed documentation in scp code * Fixed longname parsing, this only workings with readdir. * Fixed and added support for several identity files. * Fixed sftp_parse_longname() on Windows. * Fixed a race condition bug in ssh_scp_close() * Remove config support for SSHv1 Cipher variable. * Rename ssh_list_add to ssh_list_append. * Rename ssh_list_get_head to ssh_list_pop_head- Fixed Requires.- Update to version 0.4.1 * Added support for aes128-ctr, aes192-ctr and aes256-ctr encryption. * Added an example for exec. * Added private key type detection feature in privatekey_from_file(). * Fixed zlib compression fallback. * Fixed kex bug that client preference should be prioritary * Fixed known_hosts file set by the user. * Fixed a memleak in channel_accept(). * Fixed underflow when leave_function() are unbalanced * Fixed memory corruption in handle_channel_request_open(). * Fixed closing of a file handle case of errors in privatekey_from_file(). * Fixed ssh_get_user_home_dir() to be thread safe. * Fixed the doxygen documentation.- Update to version 0.4.0 * Added scp support. * Added support for sending signals (RFC 4254, section 6.9). * Added MSVC support. * Added support for ~/.ssh/config. * Added sftp extension support. * Added X11 forwarding support for client. * Added forward listening. * Added support for openssh extensions (statvfs, fstatvfs). * Added a cleaned up interface for setting options. * Added a generic way to handle sockets asynchronously. * Added logging of the sftp flags used to open a file. * Added full poll() support and poll-emulation for win32. * Added missing 64bit functions in sftp. * Added support for ~/ and SSH_DIR/ in filenames instead of %s/. * Fixed Fix channel_get_exit_status bug. * Fixed calltrace logging to make it optional. * Fixed compilation on Solaris. * Fixed resolving of ip addresses. * Fixed libssh compilation without server support. * Fixed possible memory corruptions (ticket #14).- Update to version 0.3.4. * Added ssh_basename and ssh_dirname. * Added a portable ssh_mkdir function. * Added a sftp_tell64() function. * Added missing NULL pointer checks to crypt_set_algorithms_server. * Fixed ssh_write_knownhost if ~/.ssh doesn't exist. * Fixed a possible integer overflow in buffer_get_data(). * Fixed possible security bug in packet_decrypt().- Update to version 0.3.3. * Fixed double free pointer crash in dsa_public_to_string. * Fixed channel_get_exit_status bug. * Fixed ssh_finalize which didn't clear the flag. * Fixed memory leak introduced by previous bugfix. * Fixed channel_poll broken when delayed EOF recvd. * Fixed stupid "can't parse known host key" bug. * Fixed possible memory corruption (ticket #14).- Update to version 0.3.2 * Added ssh_init() function. * Added sftp_readlink() function. * Added sftp_symlink() function. * Fixed ssh_write_knownhost(). * Fixed compilation on Solaris. * Fixed SSHv1 compilation.- Update to version 0.3.1 * Added return code SSH_SERVER_FILE_NOT_FOUND. * Fixed compilation of SSHv1. * Fixed several memory leaks. * Fixed possible infinite loops. * Fixed a possible crash bug. * Fixed build warnings. * Fixed cmake on BSD.- Update to version 0.3.0 * Added support for ssh-agent authentication. * Added POSIX like sftp implementation. * Added error checking to all functions. * Added const to arguments where it was needed. * Added a channel_get_exit_status() function. * Added a channel_read_buffer() function, channel_read() is now a POSIX like function. * Added a more generic auth callback function. * Added printf attribute checking for log and error functions. * Added runtime function tracer support. * Added NSIS build support with CPack. * Added openssh hashed host support. * Added API documentation for all public functions. * Added asynchronous SFTP read function. * Added a ssh_bind_set_fd() function. * Fixed known_hosts parsing. * Fixed a lot of build warnings. * Fixed the Windows build. * Fixed a lot of memory leaks. * Fixed a double free corruption in the server support. * Fixed the "ssh_accept:" bug in server support. * Fixed important channel bugs. * Refactored the socket handling. * Switched to CMake build system. * Improved performance./bin/sh/bin/shbuild21 1394185025 6 7 9 80.4.8-14.10.4.8-14.1libssh.so.4libssh.so.4.1.4libssh4AUTHORSChangeLogREADME/usr/lib//usr/share/doc/packages//usr/share/doc/packages/libssh4/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Evergreen:Maintenance:255/openSUSE_Evergreen_11.4/9691ecec160e527e77ce491d54a61ce9-libssh.openSUSE_Evergreen_11.4drpmlzma5i586-suse-linux p߮(/d?p]"k%Q =d涻L,j' ^|< HPɍ!oFLyQuby2u;ЧH!zN:<}7>\Z8&XfΊM ZĬ߅NIPiYރ-n7p:e*U$L  OSbڄorUҥ4եG[$A=YbxOfbCS*~s$h;}8wOu*@P}_V*T,]q]x~kHhBjV ^,3*~Υq1Mh6 uN 2}#> FjRq 5ܵCN:}!r+ٍa(t;DϣZQƹ!ZGGcW:3zwa2\j٦"Sm%BJuaxzH f~`B[qcr7\jSttvpvq(+rZ]4eDN0ƻZ䋐d;,4bD%;a$pX1΁ra(|KI%Χ`^P" AO LUT8!%~ ▭##3eMڭk@hAaw9GZ#.ď7i'ۨH}fC7UĆ sc(^_fb" ڷ@L0 4; Ao q8z§AW7o#y۔eu,lt~ZwlbKZĮzrz e 2ZrTG&&ЦŘ%'كѧ)oF|eÄncnYj:GLR&Bq},-\hUM\x,&S@BVW 0>yrw ƴO56)pN 6&j^)Ícsr/'T, *; Kbo^@GDJ+F: $Aۭ#mjD Qu}53c*p.&Io7@]KVP }7'}KaꆰQ:>Ѕf? W2@1޶G )pSE e'1G\(0L0.BρC} }7y=Ĺ֭ &]J&eEI7]Ҏ Xkʘ\:s5e][>$u BSވ~,{B5T}b;;Rf ܢJޯKOE_h#7vm,ѻeF82"{Xf4-b"=^?_9cI:_bRv9w6ѣ~_XljiX峦 >& ܽrrW&XLuI}wY(_~/bgKҢ+1n:-d^,Wxƣߙjafyajj԰B͂ȕ\Ά10\ah3يq%Z |Oր_/׵1YBe ,ŋPwRntܳVU%Vzư%ԃWIa;ݻb+MA4 '$-ᛊ&NGpo}؅=&l/x[-LL`.A| D" ?2Az fެ\@S2E"ЯoKCtiѪi S|,Ed/S:m JF%/PBgH;ëe10T C gG-ÞK<ߌa,W)! WMpd  ,, fxe7ic6CLf][ b6rfʹ98l]w2سݟ&ߚpbjPBP})yW-{3JJE{[4FubufN79Y{uN0fY4, \K;B?VXv\[ˆ߀>5juyX9y 텥P8J \~ǹXCiҏ=.6Dr.GZ^Fyƹͬu<8Z%9|;GQ>ʘ+nZ2Ivo͚}f|z57` ChgP"|ON@KAk-:Y|EX=8rK.NP,M&_Ͽ3[EK(.JGEU`ݬ"?JR \H;XN*. @O~l%CI<ީ;n*{ Nͥ[i;ÞB)WZޙYb8&)(d?Sf%'r(v"-Fe˙KJ{͜e6D\3Dlirbxs~Q/Gh&5u @x< J 1x5َو-xZۼk-uᷖ܄9hL@DĤS;Yc$Fiq3_8gVF}@qAL BrQ34ߟ|`)P,Z,Q<( ^a(IrQw1?-P dHt_BBy^*Znа` za566#%b.]\?S<Ҁ-LE*y:'|$}"_toBNFG>(ґ;6k ~I#pj.|x,azs 03 vH6pY8`4Lzn,|ռeq(|vQÅ ò똻t“vXNCL9Qc5\Ea$Q=|eby/@8(jb3y*@NAaTĊܫOr}SS{oAYi;_ FSQLje|-E""nZm_/vČ> K ;h`4预SٌF2(ϲ8YVe;xIr!o#utY&2^N%\W&Gު:ƚ,)+%rMev+=tMήl?48OV + +p{pӔzb%6`&~QVy}Pf9Nv(nނ;(zp0kϏ!*;aL?iC/gO66y0EI GF΅GOAOю32d\ۣ=Q|I@GxgsZ6:leU@Gл۟|܂;8Ű_\Ե7 xg@bBfrxDƂ\JRI {ĕhd(|sMr~\OEھ̍w]$ɾ9WRjKP*Y6G-p&?plDLs3Cc I牉 7 {Vqܡ^Y*='YB?iR*8V=cUvd?n4(`GDsI))2!pfBrۨhV +2&ߡʼn,/P`a5%“_w\αmld=^no %s:EY >}$ ee%لxzَji7ai =ö.ܶ޸Ȼ)oCC/=p3qcC94I Q+L7kr= .PϗiGέ ܅8>a [j K)45M#h;S@92h_d±-<4mm?W_jdS fzǂD?Qr6s0v/ON]Gr JV~{IprT=%8to!'O`r2q@Y#m? i`->ͅ鉶$D4҉xeX݋XmA -iS%`h@%҄]~ގvp[d4&̅h8T%mROjm#SRnOeoX(jcSPӐF88ɽ8h2Zᒭoh6vKģ_:z=!8 Ξr?\T./9왡/ǭn1`. QR %jقA,3)KmUOd;8gʼCcl9.Nd7)c.Z\l Ӊ_¦ ?*;KhO kDEB02:vAZ1&]rG 媒&!. @7ne>Zfk{>Ր'S  ׋;S#w>fZN#QTHq_&_2^ܮd8J°U|Wa?]B9o<#: +("'>?P鐴λ3T}+"6  [ 363d~ֿ'*JC-Z!v)ZFnC"/X c|:Fz7sdbrG~ #S9O e&I,\ܳ2Kq`\|µ=HB%_ <״E8S5ܸ5J՞Dl\qJn1"~l"q>ĺ9a uanW$vv!ʏuhyaM幭r/B.bgzdZ)Mύx$H <*Z=92ݰ='oV&S,I]eS QxtsT٩{68ɋ&!e 0%$e)YۤXG+se'/ҨC2#Ҭ=\]P;~o5լݰ&?P>,nI.C$.hi.Sx[:x?(w(^sN5NMx{ i2k?L9SDIGEBy|{8 ܽU f ])'df FMʊk_ "n;ͣb&)lz.P@KLӟR tQ3=%k+9_VtkvpYHnU {ԭ/Y +дlk_H?pEISaLVQ\,\Վ&{~S1=I$V1 }p9\E Xzy#==2r S#U~Bg ݆ƬY$Tu]N!c\VlMu Շ7ODO)Pq'g4E!YC %K],C^\:v?y,, ?KM4of0to^}U>PsZEkzfnND"m p?|6X )T=S)j{ , 7BiEg~.*ȥH-w`" `FF;',ƌ9s .߰ aP\ԵO"]dnEX? Td Qܝ[B;~EX1-5V^\=*gQ|(H-VrBQ#IJ#N6GHJa>ع&9JT\1^R=` Ac*, Z {+* )ic UMjp4$p˥JӖEZYaowʍ4?O:J8}21w:vFCQ4F 19Uwx+BaZ2$1X')࿐diL59s!xl ͆mg[o_&fk4 IȖAo+(eX($nT=n[ Yg/؋4MG/!-{&AM-"RsIܷnP؜|=Z6L9%y,A*[>h"P$3K^u4 |Es~l}tZ8(Bb? 7 1bNDxzs࢘7B6$PY }yIIu3 KILu}˛n[sXQ1xDuCD%ZC;8Rðd35j]MQd^>!5%fˍXxg#=w^ ŠiP=ҡ3y)]N$1h] 0Ca7lɀC= QpAX)sw^#DH$#Z=2/ψtjaCYm߼Oy]v1*ɟ֯  =(C)B@B+> .sO-'*u _`A !CDr(X(ȫXb3yh+u8vўO[{ lM̼ Bl6g5pOP  hl>p34 \6Y>/V\ItMևSBes2ً-a'G/ *@]x5x$5x-sKR_,sEj8xR2 +;P|RPѪMVo6C5h0)jg9EQg.%xk~)pC%K"5b@ TnNJ%f(#':1\&A)>NNK fָQ}#2+YISro\n0ύ0`KI$C0G*  h死.ܤ@gPFΜZOx ,HLeoT)MO==E|474rQ&'x2!Ȓ()?]ج%>Rꤐ}EηȋUë+Y1`I" DLtSn1$`LBG\؎'d_gvfe8ռtk8=\p6)t`9s,}>|+[vE ~457ڊ' .>ЙY/d.?~Z}dh .{/(mv;{"%UF5٧ǝTL4 P3?BOByk8NHTÔsIpFX BŁNǀg%Q Y'fŻڢ6/͞'?LxNע)|̎#"{nMqmj *D*љJ42ԔYE6 ;c1 nK-k.4ffC/mGyu_|>2N4قsoOՕF/I #N,>!X-nV`VETLE2BKj=Ɉa^`]j䡞Ȓ$VO'TE#\>NNDRqWluDpU 8UN `G=͠ݵ\Ӯ/@Wt -.=G4z|u'I1}BjD|R`^"nhk]˼w.M9cHZ& ^R1L*2Sd_zɽҰ#|^'Բj"`L6[cCϨFU0pאT8B7"jO7ܜE?Gm`鸪_9Dxt.Q# %?`(*Ntpe!]pL^j>VTL{x4=}n;e+qR;u'YU"Z:8;ʢ| Ɗb[VH /Y@ g1'{7&8-Ehq-zp0̞~Ѫ ؝C K Xg޶axpܭ6 IxF4KXޜ>RPR, +q(IO|H)<x >u\bHŔ'IL^O<U\wE;9B-2܏Oj SGA,¯2`UM.Ls4Ι1be-W48#8ÑQ;4߮|nc .eM/o U #`ʨQunn)Lzy\(G04Uf>5gJ'Y݆#11) ? X(m CfJv%HFQqNa94c<;F#U?UDŽb&.C-(q#iag͡k]/' Gwc&p͑1 SρeEe/HO;D;.G!<̦7ly#ڸ5:j`9BuvC|| c^V$pxH0 =DȀU<[J'JK:|v g|t~>蘷]P9J8r9]e0V (0],)D4__< ;a0eiE>]f/:*Oy,ҽ+\5SlC:&`Ĥv%w3}p? fZҖӎR%foT25tQ,#PP ]Zҙm}Q XLֲZgjR G!YU|J=bi`GQ!@ M rgv0]pr)SScjO݀ptF:(ܝBԫ^BO|_J7VAB1r$VzDwK;EմцG)9yr+ @*n!n1J}$K5#ku[=5O=X~_EzE7l d mZT?Nt\ȭ|@-6$-ٶwZfw=k`}X(,pOʺ9 \FH3B.p3f+ozр< #4g\NC4v  ( hMܩא>Ĵ{ cix0)_ eoފ(0^nv|DWh!J;?)4i6snFa]{W(&Yj èR"m^ǟ+O2:'9ŋ3m\UxlOZc[Whڳ,yB;xXnt8c[82ߊ❮1}W\颾.Ed}@JYXnG@Èx nܒ @ (XMF8̺YiV%O\Fڍ[/ 4R` -^X/a jhub~QzI%s8Yb>3:Y7sN)Z/@#}Cs˱=ɹfYSYGΤOc=~j+2 ٔ'ې#E=⃌.\-_Bw8B渒{ I"Z̅M _fSKoDFelg!kTt