libssh4-0.4.8-14.1e>UAS9*?*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%UEd涻L,j'} 2/yjPJ iҙGJj{8ӷvX`FAYdû}ހ[N4 j: j%hS@{ĕK" q9zSծ4TZ|jweˢ:B5'NI",[5yXc6)Jpll Pl #2]i%0}8JαSù&'BEC%\Zz6\u̓ݶ852̉_Rndoh ڝNb kzrny]}x%\1)]yߕDڜU+%Gѓ2Di0_ǢԪm:UꛆXp\򧈏L\0]Xe#((J?kEKk/+΀[NIh" ccMӇ_rn@rJ]fRx`R짤xK?|l}Nd0g@9πdfѾvO"R Etr_Rh=qHYQNK;x v _%̼_庉t3E< @c<܎|aLm~uUH7`nJnMKv=oA5Ϲ<,NQbSߖN_.'KoYngAK|JbY>+Gs[r{vGA曠9OW00頂:3Ȃ,3T ζȮY|*L|Ɠ%Il-kTb>ZC^2i, )`{sI8g—nr: zIca.&> & Ȋl'.<"p/ Zd/3;wk$#$E\R~yfgRq_ I'CQ!wXbP_-ءs9eX%KLs3"6FQ6,%HIXìB!g,?#KLƇ :,Pez1?Êޅjƅ$hi:HH}0hnD#+~mu mMJyq@K[Ix+@A_dP?gH$(-ϖBb鴷 ?PgqOS5 c7d[Zww+2]גLN/R#28(<Hz-5Ww0k  _|gѴdXa~"un=_ķhPC!Z^IDugK4dnhYk_Hc%PG5+'3̤SҊ`u&pRݳ@NvZu_<2Óp*߆w 3ݮfne oʒTm}kAmF9iHZ0SSuƍtb 5tC)Ge!iyӔŷ|l 27zg;Z u V;=>)쩒t7‹eD^W( 5 &"]]bǥcIE\@? [x6R |[D sk Iﱣs`r%o!\8j:a<TT;Myя!R8OZvˋqj*LVd̞2v~JcP&D5vG'{s}d.L [$aV@JX?/L&HT?-#Β`ugGz!xcm9!rO_ c%0Hl(>Pu6Ҧx/]$Uq Lc4^2t7sU)^fbg'.v&m]SFy5iAL’RkS!8x%wM7#Uju' .#qۖ(}J卤uڿGe"~٧:1@'yۅ1!1{wodIMnZ~5gQd^2݅‰)<'غ>jݠ/4ֵ '$rʁggפRoN'$30YT] ?QtCK-7|YK퇩k_p?u4bmլuVy cjn^#_ m'\,27q!THDjGpƞ-04QB>`!YXq·ESĿHbހu!fd.]όh;GFbp+ٻLws7M* ڐ'(>&ɈE͞3W̛\M"KW9e5EM4Ol*kRwO˨7LM]Elw 6avgDŽ8Tc\T̮?RڒI+SG'A#Sse#wǡS'|捐a|wVghGw\hM&f@_2E %Hƀ+RrDU@;P0E a.7 K_.|b~>TRVPK6:71!voƫYr`2N3,ctt@)w!8KɎ_@!hNz*kJ{ .;\$bBlO*2yi-j/aXv#Yh uhw)7G@gXCJ{nkYb?;ӎc `h!#a|H=<3]u7aIuj{fOeN` 41ʶt[ 6" 5g9 ^@3bDzI\df+E39U C(FE՗?wT |D*D{~(o5)6|S%U<6 ڣ!VC_&;F_9zu2.w6UFUV%n7A7r;9=HCxʃymcN_E#S> (/mQa.)pm̃Q64O/q[;ᔇy %KH]i;azPepm9h[)`+v~= [I*-ykI ϥk>9ҏyךF@>h2*@waJ>raklcn[""0 >qo+UuEj3$yVzRW+=oȭV Rk"?=y`s yl`@wa= sRQqє>.U7BBt<':ŬߊW+/Wk}g(+rS-g"@3D#s!|E9OSTRV=U!8KԟO*'q|Z;4OQI"Ei =wHQ8vFLS湅=k(rX]=!lvзeYM76Zhzv:u^-^v4pP|1\6#|~L*Q?r@(fB*W+L ׸?Ms*,*`Ҏp#BP Lewx>u6 4+ဋP|2qH#MQ@頸Y/toyYw״Pv/%QN*ID׿/n4떂_Ae605Xf/$NBK'y9MS>(O]zx:$|e$eYK%z¾ptGNAxo Ymj|M*ٲ_>q->dZ\{pj\DKZTt{ۉeC =~Q}$Gγ)wr*RclfS4zE4+Y_8*3&tгv'Krb]>)CYa{Q]"y[ DKvh$TRD?szf;SZ3&go&*W?xV@%^Ͽ4Tq-9Aeibͬt#(pڭ2ʹA-@j,,2aaץmC*c[{EO E R+!3 x7;`JԼrg˷EhsNU?F6V\p 8&,[`a[:,wAM% llj#b2D,|#ەlcP1C)|{,'\T+,>-2cOsL2#<ҮQ8f~}n"g9)XAe7ՐNc&ZK8b@3t<eq'zy|bYV7'=~X~`nKQ O7E^b-:y)Z !!.|˓^y"L҉^5>%Sī\  4koP/XۊҞ*}4͑D3 M[G6VX0& ~J*5c^= }IBs]l`1["ezUcP pRǧrT(Zl蠱44( |Q~@{cUP)>^_k6cOw4]]tʼH:+LӼqA9~C `V_V?qq}s&obfo9'bL!N0RfIdV% p5{icb1w9z2:eyԐFOH Ua֘z 9*bv?O>3d \lb'Zf 5vū7NL$~~A܈\5km@ۢ N;昕F!zjԎ_xLJ{XP_%Qaٓ{7DŽ8'42Ndȉt m XZ5(V5AcQV`Vf_jTcXĀm76T_rƉa- sM!S<%ps-;[ x 2)sF RZoBS,knZ)Ւ[(,pdmb!X{9ۣ#{[ʍ8qd=E4BŶro⹷_y;,ZV{uQ~Ѹ<[-ҕ\hqu24 yhi6: :mc)dx)gA@f#0$*eV9dy{çdVs rgN"}xQFUjk:c;dɪ)rzq]B搱j'ޙC*])&,WoMlo 97hfw<k"d f]=t= !ҽ]@ J7@< -">SIzhB+ $xLcuLb尲N{]Lv5JWyQ̀A dYA`Qmܷ܀`o{E; s@*o=-2[KI^}=[yd?~}2!*r^fٻ-7G%ˇ-̤^~'+g#Mbjln$!}'ѭd;9!- mqmGAcp~̀ab`FD? 3BOs,EΆOBjE¤R:Kb{r OZz@m7K/Ĝu\hiB'/:d]LsYS/P-(E$ڨ#LNקͽ@R@ ljQY0fQQ`Q \vL"~ט^VNBѝG@_ "ۿk|iP T[5pog=īWEom%(u8Lmjgq Nz實 ΡOhѪxahvm.9x5W:0_D$Uc-p?E5>v9UB