| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libssh-devel-doc | Distribution: openSUSE 12.1 |
| Version: 0.5.1 | Vendor: openSUSE |
| Release: 3.4.1 | Build date: Fri Nov 23 15:04:53 2012 |
| Group: Development/Languages/C and C++ | Build host: build31 |
| Size: 1553575 | Source RPM: libssh-0.5.1-3.4.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.libssh.org | |
| Summary: SSH library api documentation | |
Documentation for libssh development.
Authors:
--------
Aris Adamantiadis <aris@0xbadc0de.be>
Andreas Schneider <mail@cynapses.org>
Nick Zitzmann <seiryu@comcast.net>
LGPL-2.1+
* Tue Nov 20 2012 jmcdonough@suse.com
- Fix multiple vulernabilities (bnc#789827):
* CVE-2012-4559 – Fix multiple double free() flaws
0007-CVE-2012-4559-Ensure-we-don-t-free-blob-or-request-t.patch
0008-CVE-2012-4559-Ensure-that-we-don-t-free-req-twice.patch
0009-CVE-2012-4559-Make-sure-we-don-t-free-name-and-longn.patch
* CVE-2012-4560 – Fix multiple buffer overflow flaws
0005-CVE-2012-4560-Fix-a-write-one-past-the-end-of-the-u-.patch
0006-CVE-2012-4560-Fix-a-write-one-past-the-end-of-buf.patch
* CVE-2012-4561 – Fix multiple invalid free() flaws
0010-CVE-2012-4561-Fix-error-handling-of-try_publickey_fr.patch
0011-CVE-2012-4561-Fix-possible-free-s-on-invalid-pointer.patch
* CVE-2012-4562 – Fix multiple improper overflow checks
0001-CVE-2012-4562-Fix-possible-integer-overflow-in-ssh_g.patch
0002-CVE-2012-4562-Fix-multiple-integer-overflows-in-buff.patch
0003-CVE-2012-4562-Fix-a-possible-infinite-loop-in-buffer.patch
0004-CVE-2012-4562-Fix-possible-string-related-integer-ov.patch
* Tue Sep 06 2011 crrodriguez@opensuse.org
- Build with OPENSSL_LOAD_CONF so we respect user's choice
of which "openssl engine" to use for crypto (aes-ni,intel-accel)
* Tue Aug 09 2011 asn@cryptomilk.org
- Update to version 0.5.1
* Added checks for NULL pointers in string.c.
* Set the channel max packet size to 32768.
* Don't (de)compress empty buffers.
* Fixed ssh_scp_write so it works when doing recursive copy.
* Fixed another source of endless wait.
* Fixed an endless loop in case of a channel_open error.
* Fixed session timeout handling.
* Fixed ssh_channel_from_local() loop.
* Fixed permissions of scp example when we copy a file.
* Workaround ssh_get_user_home_dir on LDAP users.
* Added pkg-config support for libssh_threads.
* Fixed compilation without server and sftp modes.
* Fix static .lib overwriting on Windows.
* Tue May 31 2011 asn@cryptomilk.org
- Update to version 0.5.0
* Added ssh_ prefix to all functions.
* Added complete Windows support.
* Added improved server support.
* Added unit tests for a lot of functions.
* Added asynchronous service request.
* Added a multiplatform ssh_getpass() function.
* Added a tutorial.
* Added a lot of documentation.
* Fixed a lot of bugs.
* Fixed several memory leaks.
* Sat Jan 15 2011 asn@cryptomilk.org
- Update to version 0.4.8
* Fixed memory leaks in session signing.
* Fixed memory leak in ssh_print_hexa.
* Fixed problem with ssh_connect w/ timeout and fd > 1024.
* Fixed some warnings on OS/2.
* Fixed installation path for OS/2.
* Mon Dec 27 2010 asn@cynapses.org
- 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.
* Sun Sep 05 2010 asn@cynapses.org
- 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.
* Tue Jul 13 2010 anschneider@exsuse.de
- 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.
* Mon May 31 2010 anschneider@exsuse.de
- Update to version 0.4.4
* Fixed some bugs ein path expand functions.
* Mon May 17 2010 anschneider@exsuse.de
- 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.
* Mon Mar 15 2010 anschneider@exsuse.de
- 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
* Mon Feb 15 2010 anschneider@exsuse.de
- Fixed Requires.
* Sat Feb 13 2010 anschneider@exsuse.de
- 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.
* Thu Dec 10 2009 anschneider@exsuse.de
- 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).
* Mon Sep 14 2009 anschneider@exsuse.de
- 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().
* Tue Aug 18 2009 anschneider@exsuse.de
- 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).
* Tue Aug 04 2009 anschneider@exsuse.de
- 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.
* Tue Jul 14 2009 anschneider@exsuse.de
- 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.
* Thu May 21 2009 anschneider@exsuse.de
- 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.
/usr/share/doc/packages/libssh-devel-doc /usr/share/doc/packages/libssh-devel-doc/html /usr/share/doc/packages/libssh-devel-doc/html/agent_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/annotated.html /usr/share/doc/packages/libssh-devel-doc/html/auth_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/bc_s.png /usr/share/doc/packages/libssh-devel-doc/html/bind_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/buffer_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/bug.html /usr/share/doc/packages/libssh-devel-doc/html/callbacks_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/channels_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/classes.html /usr/share/doc/packages/libssh-devel-doc/html/classssh_1_1Channel.html /usr/share/doc/packages/libssh-devel-doc/html/classssh_1_1Session.html /usr/share/doc/packages/libssh-devel-doc/html/classssh_1_1SshException.html /usr/share/doc/packages/libssh-devel-doc/html/closed.png /usr/share/doc/packages/libssh-devel-doc/html/crypto_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/deprecated.html /usr/share/doc/packages/libssh-devel-doc/html/dh_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/doxygen.css /usr/share/doc/packages/libssh-devel-doc/html/doxygen.png /usr/share/doc/packages/libssh-devel-doc/html/files.html /usr/share/doc/packages/libssh-devel-doc/html/functions.html /usr/share/doc/packages/libssh-devel-doc/html/functions_func.html /usr/share/doc/packages/libssh-devel-doc/html/functions_vars.html /usr/share/doc/packages/libssh-devel-doc/html/globals.html /usr/share/doc/packages/libssh-devel-doc/html/globals_defs.html /usr/share/doc/packages/libssh-devel-doc/html/globals_func.html /usr/share/doc/packages/libssh-devel-doc/html/group__libssh.html /usr/share/doc/packages/libssh-devel-doc/html/group__libssh__auth.html /usr/share/doc/packages/libssh-devel-doc/html/group__libssh__buffer.html /usr/share/doc/packages/libssh-devel-doc/html/group__libssh__callbacks.html /usr/share/doc/packages/libssh-devel-doc/html/group__libssh__channel.html /usr/share/doc/packages/libssh-devel-doc/html/group__libssh__error.html /usr/share/doc/packages/libssh-devel-doc/html/group__libssh__log.html /usr/share/doc/packages/libssh-devel-doc/html/group__libssh__messages.html /usr/share/doc/packages/libssh-devel-doc/html/group__libssh__misc.html /usr/share/doc/packages/libssh-devel-doc/html/group__libssh__pki.html /usr/share/doc/packages/libssh-devel-doc/html/group__libssh__poll.html /usr/share/doc/packages/libssh-devel-doc/html/group__libssh__scp.html /usr/share/doc/packages/libssh-devel-doc/html/group__libssh__server.html /usr/share/doc/packages/libssh-devel-doc/html/group__libssh__session.html /usr/share/doc/packages/libssh-devel-doc/html/group__libssh__sftp.html /usr/share/doc/packages/libssh-devel-doc/html/group__libssh__string.html /usr/share/doc/packages/libssh-devel-doc/html/group__libssh__threads.html /usr/share/doc/packages/libssh-devel-doc/html/group__ssh__cpp.html /usr/share/doc/packages/libssh-devel-doc/html/index.html /usr/share/doc/packages/libssh-devel-doc/html/jquery.js /usr/share/doc/packages/libssh-devel-doc/html/kex_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/keyfiles_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/keys_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/legacy_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/libcrypto_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/libgcrypt_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/libssh.TAGFILE /usr/share/doc/packages/libssh-devel-doc/html/libssh_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/libssh_linking.html /usr/share/doc/packages/libssh-devel-doc/html/libssh_tutor_authentication.html /usr/share/doc/packages/libssh-devel-doc/html/libssh_tutor_command.html /usr/share/doc/packages/libssh-devel-doc/html/libssh_tutor_forwarding.html /usr/share/doc/packages/libssh-devel-doc/html/libssh_tutor_guided_tour.html /usr/share/doc/packages/libssh-devel-doc/html/libssh_tutor_scp.html /usr/share/doc/packages/libssh-devel-doc/html/libssh_tutor_sftp.html /usr/share/doc/packages/libssh-devel-doc/html/libssh_tutor_shell.html /usr/share/doc/packages/libssh-devel-doc/html/libssh_tutor_threads.html /usr/share/doc/packages/libssh-devel-doc/html/libssh_tutor_todo.html /usr/share/doc/packages/libssh-devel-doc/html/libssh_tutorial.html /usr/share/doc/packages/libssh-devel-doc/html/libsshpp_8hpp_source.html /usr/share/doc/packages/libssh-devel-doc/html/messages_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/misc_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/modules.html /usr/share/doc/packages/libssh-devel-doc/html/nav_f.png /usr/share/doc/packages/libssh-devel-doc/html/nav_h.png /usr/share/doc/packages/libssh-devel-doc/html/open.png /usr/share/doc/packages/libssh-devel-doc/html/packet_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/pages.html /usr/share/doc/packages/libssh-devel-doc/html/pcap_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/pki_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/poll_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/priv_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/scp_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/server_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/session_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/sftp_8h.html /usr/share/doc/packages/libssh-devel-doc/html/sftp_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/socket_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/ssh1_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/ssh2_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/string_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/structssh__bind__callbacks__struct.html /usr/share/doc/packages/libssh-devel-doc/html/structssh__callbacks__struct.html /usr/share/doc/packages/libssh-devel-doc/html/structssh__socket__callbacks__struct.html /usr/share/doc/packages/libssh-devel-doc/html/tab_a.png /usr/share/doc/packages/libssh-devel-doc/html/tab_b.png /usr/share/doc/packages/libssh-devel-doc/html/tab_h.png /usr/share/doc/packages/libssh-devel-doc/html/tab_s.png /usr/share/doc/packages/libssh-devel-doc/html/tabs.css /usr/share/doc/packages/libssh-devel-doc/html/threads_8h_source.html /usr/share/doc/packages/libssh-devel-doc/html/wrapper_8h_source.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jun 15 03:30:48 2013