libssh4-0.4.8-14.1e>UAO)}jd`ݦ?SQ$jCS6#ЄoZ cP_630!.h!8c#ز1~rS>9*?*d   !  .7A Zk    z H x  (89:`>(@(F(G(H(I(X(Y(\)])^)Ub)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 SQcloud111/openSUSE 11.4openSUSELGPL-2.1+http://bugs.opensuse.orgSystem/Librarieshttp://www.libssh.orglinuxx86_64/sbin/ldconfig/sbin/ldconfig-1A큤SOSOSPM1a.M1a-M1a.76ada635d15255104950a2c430c1ac00cdf9070d469e093cb378b7f8cb3c461ac8c97ff78514f0601ebdb7e19f09d8441cf2f48a929088e82a20e624914c1938libssh.so.4.1.4rootrootrootrootrootrootrootrootrootrootrootrootlibssh-0.4.8-14.1.src.rpmlibssh.so.4()(64bit)libssh4libssh4(x86-64)  @@@@@@@ /bin/sh/bin/shrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcrypto.so.1.0.0()(64bit)libz.so.1()(64bit)rpmlib(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/shcloud111 1394185041EL 0.4.8-14.10.4.8-14.1libssh.so.4libssh.so.4.1.4libssh4AUTHORSChangeLogREADME/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libssh4/-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.4drpmlzma5x86_64-suse-linux~Ւ =(-+?p]"k%UEd涻L,j'} 2ꀟj"5\ip8 8ȁ  "6Zug|vnp Xrʝ]L[nQl-e)*Գ#M̫XRtӶK^h҉\Ad %Ӆ L)lTe.vo}XNc ٓp)U{ ,sf;wfwX 3EC0!]vH|ջӋ rAaL+]$WX֘ nS~|Jw1 fyRZktΏwj\BH|.oJjA՞WV@-_f_3'9=IT7%RPB@MҁK.C%|rO> Ƶc5ZțTQѹ=/S2dg|Ҏhp1ɯ>]~K~\+tގB1\㒴NR|Օe}*HΟS-YE4llVaEvqRg0}"M}.iV4Rm{e=-$]zQoˆ=v. x>+s̐-CR | l& BsSߗ:0o[=JH |4,e e[dF:Dc%_UsUdۭ$Ն^Јג!<0 㟬,E jB]Ns; R3nDjp }$NNGBG]ivz9bDKˠ 8ڟ޿hi4"J1|Gũ*#v؜kۭS9&?[3QE`ӽ|! U)j!r5ՠb .RDA6xVuMXwc4m '*2مv;^Eߙ$֒1`L'LF;*b]5H/Gpf:[Xa5/'XQ[Hx>QVM<'۴S!U94m2?Tl ّ !y> Q0g ~%EƕdYC3V{0J@"?t)Do\r(Qq⿂K4!~JJzpL9Rݭ(5N啒 Ëa~{.$2nW]@)9_3{0'vOdIT3G.a!Klojsxn8 ij:a Od7g!RZ$ZFPܴ`fpπV:aFN1"Q;bQre `G-23[^0qznRԳ> ~J_Z?L=X*j"qB8S<<|.e$2.e5U})k @7fw<Wm$KKk:.ҺŗV9bM̝ޡ-G_ 7GD+S!ēG&CH&6r~2ٴkD͆46oܐR-7!=}<%][Z^"Zz GHaؙ*U23͡ob aIЫ޿Wl:rv ;Dt"A.Ȅjac.F8_Ct=)I]ewf'TEXIK 6u3)w\labjЕC "[d;(!puX] e(+_"g'H>Y>snq`XH@I„>sŠuj6{22,U\A( .QhwHl>ΈzYTr+ne@u ĶЕjVo.Ж>|#m`(s}l<@T%eÈf^G6n:MD-^@) IutlzՃ%,~%j Ri>DB :X;!K;؇u`9,_sN*.\\lx+nY"8&m߱+"Mg%@bZ'0i[뵂[mY{əCl4`Nzמh6gĩ#bH!J_x})X"k3Q \HO=d?ҹW%ٻ~Rr咏 -¢[wE0# w#9M1U!nȿs_AA+롲M9(\kπXs"UId@3.+N9C[ {Xt[R.4%m4SzC)6z4` T[lGi{;6J|!VѽgXxrZE nlklN0Lm/T2!l4/.y ̉8bQ4ZMRE OoN%K&?Yrpbq-=–$ԩvQ@3I`wz@͝A?MpG33VWzF_]2Nj{\5HE/&w[l B<5W ׍W̸ؑgZIU֥1 n<_bK.Ŵ 9Zpϓ#?)ۏrSO"&6^m(,4>XӘo"bo)WMփXq^찶(\H_Z~l? zѷ*acp1mΝ%!z Í՘5ĀCmF}٫#Jq+Ld{ndGG8h^jiStwXQ%EMO^<$4'!ێlD.VP6ާHbJ^r8܋QM FZ99~I4W8!赆w&XyqLiRNX <݅M-\0#"PVFЊ}a8IeZT}t5}Бۍ5Smm1jF0*X >wd]I5S !.[< N̷Yw [kF\0p":Xꎋ/ ޱ'mQ31i:ugGAE9G&بzSD&"O}q_\>v}bқ%Lv}OJ>32_ Ə0|C z?f4̻snR+Rޒ4SV d3w /׭M:"]#򸎫:6w;{W mL[Si6$2:~ NjJEp]-o(,콃 Զ;ImAbaSO7 w;.n)&";u̘&S8^3IUGnmk9\!JIP()?mNATi$֧]fTOYs9q L%+ VC5\nAW ?Q\2)f۷ Yܑ MaT5'*m*WXy撌j_lIcHXkVhJ |pW6 ]`rZq^ T<=}p }Dn`sTEe*[sRax}Ty烖GMBFDlmՠN `;9m 넊q-\PnR/HY'A7_KٔF̀)M K7 ycϬqfsozE)kZqw+g`,j&/NK(K8I^6d{M,F@nv)OfeGUqdBmVÀ:I|RD V{2Uq&Vu!$R`M1"lhPQKz@ D?7ЙBbcsjc"UJeXJR2nfR[IklkpU`cFX ~0FN쾪K+†o3jY_痷ˣFfF49h 8dIf=|CƯqyp~;;], rVLSq"E9ٕhM98LAKy}|4U6W]: bsKhõ9,x& &z+YYhZ-oo*^n$?ƹj#g}KHE- rФΑ!A /[Lnl R8J%GIwˍ?[8Osj!4ӯPx jKHYy4H ~;EMɽ 6y@bt쌕K;,vT3 *, b_.6^Φumq 9Ȣɾ;Rn_>Px-GٴHeǨ(g%+l}a V kev [eO%9I@7WFeuhB>(|Z/W+ \xGL%wߪX/|቎'ǧ|V(Uq^@玨<^|T9\O;_7C®-1Mv}.Y ƠrCep'#%akz[y񀎱4=Ͳ+F8;LIJi-PqWغpͯcLctf_g *[ lT?d9(!CGYWY+!qi7]"l~F9geV_01l5`Gǝj[/%`Mil?яQivXP/;X@}a^EuI7dllp.yĆA4T>\Tlݻ5b1>ېEW vk9\:u1o^!$]j9HUNF3g /EZR㡭~Sw^)'NKX.7o -1~[ܔt2C7;&MJ:$5`ugz;T[e?7 %;Mc>B0ϘlҴ=1n5@a)փ=a4ى=ˆFZ% eg52oR [$ VL$s=[xkyWB[Rs;F" 6%rwNG1Plbl*tC\lؖ0)p>_r/Z7MK^Ta/X#n )p\;Npjm` wM35Fk f Yb >uH7]s$wIAPDpS^] n5b~  !w->( ]98i=W87T.H`