Salvador Fandino ad23faaae6 _libssh2_error: Support allocating the error message
Before this patch "_libssh2_error" required the error message to be a
static string.

This patch adds a new function "_libssh2_error_flags" accepting an
additional "flags" argument and specifically the flag
"LIBSSH2_ERR_FLAG_DUP" indicating that the passed string must be
duplicated into the heap.

Then, the method "_libssh2_error" has been rewritten to use that new
function under the hood.

Signed-off-by: Salvador Fandino <sfandino@yahoo.com>
Signed-off-by: Salvador Fandiño <sfandino@yahoo.com>
2015-11-02 14:49:54 +01:00
2015-03-12 22:48:38 +00:00
2015-09-04 08:17:57 +02:00
2015-03-07 11:32:08 +01:00
2009-09-23 09:39:47 +02:00
2015-03-12 22:48:38 +00:00
2014-08-31 00:41:58 +02:00
2011-04-04 13:31:33 +02:00
2011-04-04 13:31:33 +02:00
2015-03-12 22:48:38 +00:00
2015-06-12 09:15:47 +02:00

libssh2 - SSH2 library
======================

libssh2 is a library implementing the SSH2 protocol, available under
the revised BSD license.

Web site: http://www.libssh2.org/

Mailing list: http://cool.haxx.se/mailman/listinfo/libssh2-devel

License: see COPYING

Source code: https://github.com/libssh2/libssh2

Web site source code: https://github.com/libssh2/www

Installation instructions are in:
 - docs/INSTALL_CMAKE for CMake
 - docs/INSTALL_AUTOTOOLS for Autotools
Description
No description provided
Readme 2.4 MiB
Languages
C 85.7%
M4 4%
Makefile 3.4%
Shell 2.8%
CMake 2.4%
Other 1.6%