5f4c38a761
http://www.libssh2.org/adv_20150311.html Set LICENSE. Changelog: This release includes the following changes: o Added Windows Cryptography API: Next Generation based backend This release includes the following bugfixes: o Security Advisory for CVE-2015-1782, using SSH_MSG_KEXINIT data unbounded o missing _libssh2_error in _libssh2_channel_write o knownhost: Fix DSS keys being detected as unknown. o knownhost: Restore behaviour of `libssh2_knownhost_writeline` with short buffer. o libssh2.h: on Windows, a socket is of type SOCKET, not int o libssh2_priv.h: a 1 bit bit-field should be unsigned o windows build: do not export externals from static library o Fixed two potential use-after-frees of the payload buffer o Fixed a few memory leaks in error paths o userauth: Fixed an attempt to free from stack on error o agent_list_identities: Fixed memory leak on OOM o knownhosts: Abort if the hosts buffer is too small o sftp_close_handle: ensure the handle is always closed o channel_close: Close the channel even in the case of errors o docs: added missing libssh2_session_handshake.3 file o docs: fixed a bunch of typos o userauth_password: pass on the underlying error code o _libssh2_channel_forward_cancel: accessed struct after free o _libssh2_packet_add: avoid using uninitialized memory o _libssh2_channel_forward_cancel: avoid memory leaks on error o _libssh2_channel_write: client spins on write when window full o windows build: fix build errors o publickey_packet_receive: avoid junk in returned pointers o channel_receive_window_adjust: store windows size always o userauth_hostbased_fromfile: zero assign to avoid uninitialized use o configure: change LIBS not LDFLAGS when checking for libs o agent_connect_unix: make sure there's a trailing zero o MinGW build: Fixed redefine warnings. o sftpdir.c: added authentication method detection. o Watcom build: added support for WinCNG build. o configure.ac: replace AM_CONFIG_HEADER with AC_CONFIG_HEADERS o sftp_statvfs: fix for servers not supporting statfvs extension o knownhost.c: use LIBSSH2_FREE macro instead of free o Fixed compilation using mingw-w64 o knownhost.c: fixed that 'key_type_len' may be used uninitialized o configure: Display individual crypto backends on separate lines o examples on Windows: check for WSAStartup return code o examples on Windows: check for socket return code o agent.c: check return code of MapViewOfFile o kex.c: fix possible NULL pointer de-reference with session->kex o packet.c: fix possible NULL pointer de-reference within listen_state o tests on Windows: check for WSAStartup return code o userauth.c: improve readability and clarity of for-loops o examples on Windows: use native SOCKET-type instead of int o packet.c: i < 256 was always true and i would overflow to 0 o kex.c: make sure mlist is not set to NULL o session.c: check return value of session_nonblock in debug mode o session.c: check return value of session_nonblock during startup o userauth.c: make sure that sp_len is positive and avoid overflows o knownhost.c: fix use of uninitialized argument variable wrote o openssl: initialise the digest context before calling EVP_DigestInit() o libssh2_agent_init: init ->fd to LIBSSH2_INVALID_SOCKET o configure.ac: Add zlib to Requires.private in libssh2.pc if using zlib o configure.ac: Rework crypto library detection o configure.ac: Reorder --with-* options in --help output o configure.ac: Call zlib zlib and not libz in text but keep option names o Fix non-autotools builds: Always define the LIBSSH2_OPENSSL CPP macro o sftp: seek: Don't flush buffers on same offset o sftp: statvfs: Along error path, reset the correct 'state' variable. o sftp: Add support for fsync (OpenSSH extension). o _libssh2_channel_read: fix data drop when out of window o comp_method_zlib_decomp: Improve buffer growing algorithm o _libssh2_channel_read: Honour window_size_initial o window_size: redid window handling for flow control reasons o knownhosts: handle unknown key types
172 lines
6 KiB
Text
172 lines
6 KiB
Text
@comment $NetBSD: PLIST,v 1.5 2015/03/23 09:14:53 nros Exp $
|
|
include/libssh2.h
|
|
include/libssh2_publickey.h
|
|
include/libssh2_sftp.h
|
|
lib/libssh2.la
|
|
lib/pkgconfig/libssh2.pc
|
|
man/man3/libssh2_agent_connect.3
|
|
man/man3/libssh2_agent_disconnect.3
|
|
man/man3/libssh2_agent_free.3
|
|
man/man3/libssh2_agent_get_identity.3
|
|
man/man3/libssh2_agent_init.3
|
|
man/man3/libssh2_agent_list_identities.3
|
|
man/man3/libssh2_agent_userauth.3
|
|
man/man3/libssh2_banner_set.3
|
|
man/man3/libssh2_base64_decode.3
|
|
man/man3/libssh2_channel_close.3
|
|
man/man3/libssh2_channel_direct_tcpip.3
|
|
man/man3/libssh2_channel_direct_tcpip_ex.3
|
|
man/man3/libssh2_channel_eof.3
|
|
man/man3/libssh2_channel_exec.3
|
|
man/man3/libssh2_channel_flush.3
|
|
man/man3/libssh2_channel_flush_ex.3
|
|
man/man3/libssh2_channel_flush_stderr.3
|
|
man/man3/libssh2_channel_forward_accept.3
|
|
man/man3/libssh2_channel_forward_cancel.3
|
|
man/man3/libssh2_channel_forward_listen.3
|
|
man/man3/libssh2_channel_forward_listen_ex.3
|
|
man/man3/libssh2_channel_free.3
|
|
man/man3/libssh2_channel_get_exit_signal.3
|
|
man/man3/libssh2_channel_get_exit_status.3
|
|
man/man3/libssh2_channel_handle_extended_data.3
|
|
man/man3/libssh2_channel_handle_extended_data2.3
|
|
man/man3/libssh2_channel_ignore_extended_data.3
|
|
man/man3/libssh2_channel_open_ex.3
|
|
man/man3/libssh2_channel_open_session.3
|
|
man/man3/libssh2_channel_process_startup.3
|
|
man/man3/libssh2_channel_read.3
|
|
man/man3/libssh2_channel_read_ex.3
|
|
man/man3/libssh2_channel_read_stderr.3
|
|
man/man3/libssh2_channel_receive_window_adjust.3
|
|
man/man3/libssh2_channel_receive_window_adjust2.3
|
|
man/man3/libssh2_channel_request_pty.3
|
|
man/man3/libssh2_channel_request_pty_ex.3
|
|
man/man3/libssh2_channel_request_pty_size.3
|
|
man/man3/libssh2_channel_request_pty_size_ex.3
|
|
man/man3/libssh2_channel_send_eof.3
|
|
man/man3/libssh2_channel_set_blocking.3
|
|
man/man3/libssh2_channel_setenv.3
|
|
man/man3/libssh2_channel_setenv_ex.3
|
|
man/man3/libssh2_channel_shell.3
|
|
man/man3/libssh2_channel_subsystem.3
|
|
man/man3/libssh2_channel_wait_closed.3
|
|
man/man3/libssh2_channel_wait_eof.3
|
|
man/man3/libssh2_channel_window_read.3
|
|
man/man3/libssh2_channel_window_read_ex.3
|
|
man/man3/libssh2_channel_window_write.3
|
|
man/man3/libssh2_channel_window_write_ex.3
|
|
man/man3/libssh2_channel_write.3
|
|
man/man3/libssh2_channel_write_ex.3
|
|
man/man3/libssh2_channel_write_stderr.3
|
|
man/man3/libssh2_channel_x11_req.3
|
|
man/man3/libssh2_channel_x11_req_ex.3
|
|
man/man3/libssh2_exit.3
|
|
man/man3/libssh2_free.3
|
|
man/man3/libssh2_hostkey_hash.3
|
|
man/man3/libssh2_init.3
|
|
man/man3/libssh2_keepalive_config.3
|
|
man/man3/libssh2_keepalive_send.3
|
|
man/man3/libssh2_knownhost_add.3
|
|
man/man3/libssh2_knownhost_addc.3
|
|
man/man3/libssh2_knownhost_check.3
|
|
man/man3/libssh2_knownhost_checkp.3
|
|
man/man3/libssh2_knownhost_del.3
|
|
man/man3/libssh2_knownhost_free.3
|
|
man/man3/libssh2_knownhost_get.3
|
|
man/man3/libssh2_knownhost_init.3
|
|
man/man3/libssh2_knownhost_readfile.3
|
|
man/man3/libssh2_knownhost_readline.3
|
|
man/man3/libssh2_knownhost_writefile.3
|
|
man/man3/libssh2_knownhost_writeline.3
|
|
man/man3/libssh2_poll.3
|
|
man/man3/libssh2_poll_channel_read.3
|
|
man/man3/libssh2_publickey_add.3
|
|
man/man3/libssh2_publickey_add_ex.3
|
|
man/man3/libssh2_publickey_init.3
|
|
man/man3/libssh2_publickey_list_fetch.3
|
|
man/man3/libssh2_publickey_list_free.3
|
|
man/man3/libssh2_publickey_remove.3
|
|
man/man3/libssh2_publickey_remove_ex.3
|
|
man/man3/libssh2_publickey_shutdown.3
|
|
man/man3/libssh2_scp_recv.3
|
|
man/man3/libssh2_scp_send.3
|
|
man/man3/libssh2_scp_send64.3
|
|
man/man3/libssh2_scp_send_ex.3
|
|
man/man3/libssh2_session_abstract.3
|
|
man/man3/libssh2_session_banner_get.3
|
|
man/man3/libssh2_session_banner_set.3
|
|
man/man3/libssh2_session_block_directions.3
|
|
man/man3/libssh2_session_callback_set.3
|
|
man/man3/libssh2_session_disconnect.3
|
|
man/man3/libssh2_session_disconnect_ex.3
|
|
man/man3/libssh2_session_flag.3
|
|
man/man3/libssh2_session_free.3
|
|
man/man3/libssh2_session_get_blocking.3
|
|
man/man3/libssh2_session_get_timeout.3
|
|
man/man3/libssh2_session_handshake.3
|
|
man/man3/libssh2_session_hostkey.3
|
|
man/man3/libssh2_session_init.3
|
|
man/man3/libssh2_session_init_ex.3
|
|
man/man3/libssh2_session_last_errno.3
|
|
man/man3/libssh2_session_last_error.3
|
|
man/man3/libssh2_session_method_pref.3
|
|
man/man3/libssh2_session_methods.3
|
|
man/man3/libssh2_session_set_blocking.3
|
|
man/man3/libssh2_session_set_timeout.3
|
|
man/man3/libssh2_session_startup.3
|
|
man/man3/libssh2_session_supported_algs.3
|
|
man/man3/libssh2_sftp_close.3
|
|
man/man3/libssh2_sftp_close_handle.3
|
|
man/man3/libssh2_sftp_closedir.3
|
|
man/man3/libssh2_sftp_fsetstat.3
|
|
man/man3/libssh2_sftp_fstat.3
|
|
man/man3/libssh2_sftp_fstat_ex.3
|
|
man/man3/libssh2_sftp_fstatvfs.3
|
|
man/man3/libssh2_sftp_fsync.3
|
|
man/man3/libssh2_sftp_get_channel.3
|
|
man/man3/libssh2_sftp_init.3
|
|
man/man3/libssh2_sftp_last_error.3
|
|
man/man3/libssh2_sftp_lstat.3
|
|
man/man3/libssh2_sftp_mkdir.3
|
|
man/man3/libssh2_sftp_mkdir_ex.3
|
|
man/man3/libssh2_sftp_open.3
|
|
man/man3/libssh2_sftp_open_ex.3
|
|
man/man3/libssh2_sftp_opendir.3
|
|
man/man3/libssh2_sftp_read.3
|
|
man/man3/libssh2_sftp_readdir.3
|
|
man/man3/libssh2_sftp_readdir_ex.3
|
|
man/man3/libssh2_sftp_readlink.3
|
|
man/man3/libssh2_sftp_realpath.3
|
|
man/man3/libssh2_sftp_rename.3
|
|
man/man3/libssh2_sftp_rename_ex.3
|
|
man/man3/libssh2_sftp_rewind.3
|
|
man/man3/libssh2_sftp_rmdir.3
|
|
man/man3/libssh2_sftp_rmdir_ex.3
|
|
man/man3/libssh2_sftp_seek.3
|
|
man/man3/libssh2_sftp_seek64.3
|
|
man/man3/libssh2_sftp_setstat.3
|
|
man/man3/libssh2_sftp_shutdown.3
|
|
man/man3/libssh2_sftp_stat.3
|
|
man/man3/libssh2_sftp_stat_ex.3
|
|
man/man3/libssh2_sftp_statvfs.3
|
|
man/man3/libssh2_sftp_symlink.3
|
|
man/man3/libssh2_sftp_symlink_ex.3
|
|
man/man3/libssh2_sftp_tell.3
|
|
man/man3/libssh2_sftp_tell64.3
|
|
man/man3/libssh2_sftp_unlink.3
|
|
man/man3/libssh2_sftp_unlink_ex.3
|
|
man/man3/libssh2_sftp_write.3
|
|
man/man3/libssh2_trace.3
|
|
man/man3/libssh2_trace_sethandler.3
|
|
man/man3/libssh2_userauth_authenticated.3
|
|
man/man3/libssh2_userauth_hostbased_fromfile.3
|
|
man/man3/libssh2_userauth_hostbased_fromfile_ex.3
|
|
man/man3/libssh2_userauth_keyboard_interactive.3
|
|
man/man3/libssh2_userauth_keyboard_interactive_ex.3
|
|
man/man3/libssh2_userauth_list.3
|
|
man/man3/libssh2_userauth_password.3
|
|
man/man3/libssh2_userauth_password_ex.3
|
|
man/man3/libssh2_userauth_publickey.3
|
|
man/man3/libssh2_userauth_publickey_fromfile.3
|
|
man/man3/libssh2_userauth_publickey_fromfile_ex.3
|
|
man/man3/libssh2_version.3
|