/
niceSOFT
/
libssh2
ОбзорДокументацияВойти
/
niceSOFT
/
libssh2
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
libssh2/
docs/
..
.gitignore

some more .cvsignore / .gitignore fixes.

17 лет назад
Makefile.am

added man page for libssh2_knownhost_free

17 лет назад
libssh2_banner_set.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_base64_decode.3

Fixed dash-as-minus warning in libssh2_base64_decode.3 manpage

17 лет назад
libssh2_channel_close.3

cleanup round

17 лет назад
libssh2_channel_direct_tcpip_ex.3

Fix some nroff formatting

17 лет назад
libssh2_channel_eof.3

cleanup round

17 лет назад
libssh2_channel_flush_ex.3

Add libssh2_channel_flush_ex.3 and libssh2_channel_forward_cancel.3

19 лет назад
libssh2_channel_forward_accept.3

cleanup round

17 лет назад
libssh2_channel_forward_cancel.3

Fix some nroff formatting

17 лет назад
libssh2_channel_forward_listen_ex.3

The month should be the 3-letter abbreviation instead of spelled out.

19 лет назад
libssh2_channel_free.3

Add libssh2_channel_free.3, libssh2_channel_handle_extended_data.3 and libssh2_channel_handle_extended_data2.3

19 лет назад
libssh2_channel_get_exit_status.3

Add libssh2_channel_get_exit_status()

19 лет назад
libssh2_channel_handle_extended_data.3

* Renamed the functions in src/transport.c to be _libssh2_transport_ prefixed and introduced a transport.h header.

17 лет назад
libssh2_channel_handle_extended_data2.3

Add libssh2_channel_free.3, libssh2_channel_handle_extended_data.3 and libssh2_channel_handle_extended_data2.3

19 лет назад
libssh2_channel_open_ex.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_channel_process_startup.3

cleanup round

17 лет назад
libssh2_channel_read_ex.3

clarify that zero can be returned without meaning error

17 лет назад
libssh2_channel_receive_window_adjust.3

* Renamed the functions in src/transport.c to be _libssh2_transport_ prefixed and introduced a transport.h header.

17 лет назад
libssh2_channel_receive_window_adjust2.3

* Renamed the functions in src/transport.c to be _libssh2_transport_ prefixed and introduced a transport.h header.

17 лет назад
libssh2_channel_request_pty_ex.3

cleanup round

17 лет назад
libssh2_channel_request_pty_size_ex.3

Added (templates for) the 13 missing man pages

17 лет назад
libssh2_channel_send_eof.3

Add libssh2_channel_request_pty_ex.3 and libssh2_channel_send_eof.3

19 лет назад
libssh2_channel_set_blocking.3

* Renamed the functions in src/transport.c to be _libssh2_transport_ prefixed and introduced a transport.h header.

17 лет назад
libssh2_channel_setenv_ex.3

cleanup round

17 лет назад
libssh2_channel_wait_closed.3

oops

19 лет назад
libssh2_channel_wait_eof.3

The month should be the 3-letter abbreviation instead of spelled out.

19 лет назад
libssh2_channel_window_read_ex.3

cleanup round

17 лет назад
libssh2_channel_window_write_ex.3

cleanup round

17 лет назад
libssh2_channel_write_ex.3

cleanup round

17 лет назад
libssh2_channel_x11_req_ex.3

cleanup round

17 лет назад
libssh2_free_host_entry.3

Added (templates for) the 13 missing man pages

17 лет назад
libssh2_host_entry_match.3

Added (templates for) the 13 missing man pages

17 лет назад
libssh2_hostkey_hash.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_knownhost_add.3

libssh2_knownhost_add() got an additional argument: 'store' so that an application can get a pointer back to the internal representation of the host it just added. Useful for example when the app wants to add a host, and then convert that exact same host to a line for storing in a known host file. 'store' can also be set to NULL to simple not care.

17 лет назад
libssh2_knownhost_check.3

"struct libssh2_knownhost" is now part of the internal struct for each known host so we now only return pointers to structs instead of having the app allocate a full struct

17 лет назад
libssh2_knownhost_del.3

Added the initial man pages for the 7 new functions for known host handling

17 лет назад
libssh2_knownhost_free.3

added man page for libssh2_knownhost_free

17 лет назад
libssh2_knownhost_get.3

"struct libssh2_knownhost" is now part of the internal struct for each known host so we now only return pointers to structs instead of having the app allocate a full struct

17 лет назад
libssh2_knownhost_init.3

added man page for libssh2_knownhost_free

17 лет назад
libssh2_knownhost_readfile.3

After review/feedback/discussions on the mailing list. Rename two functions:

17 лет назад
libssh2_knownhost_readline.3

Added man pages for the two newest members of the knownhosts API family: libssh2_knownhost_readline() and libssh2_knownhost_writeline()

17 лет назад
libssh2_knownhost_writefile.3

After review/feedback/discussions on the mailing list. Rename two functions:

17 лет назад
libssh2_knownhost_writeline.3

After a mention from Ben Kibbey we now let knownhost_writeline() return the length of the actual data it returns, excluding the trailing zero. I also updated the man page for libssh2_knownhost_writeline() accordingly.

17 лет назад
libssh2_new_host_entry.3

Added (templates for) the 13 missing man pages

17 лет назад
libssh2_poll.3

libssh2_poll() and libssh2_poll_channel_read() are now considered and documented deprecated and they will be removed at next soname bump. It also saves us from fixing some rather quirky bugs in libssh2_poll()...

17 лет назад
libssh2_poll_channel_read.3

libssh2_poll() and libssh2_poll_channel_read() are now considered and documented deprecated and they will be removed at next soname bump. It also saves us from fixing some rather quirky bugs in libssh2_poll()...

17 лет назад
libssh2_publickey_add_ex.3

Added (templates for) the 13 missing man pages

17 лет назад
libssh2_publickey_init.3

Added (templates for) the 13 missing man pages

17 лет назад
libssh2_publickey_list_fetch.3

Added (templates for) the 13 missing man pages

17 лет назад
libssh2_publickey_list_free.3

Added (templates for) the 13 missing man pages

17 лет назад
libssh2_publickey_remove_ex.3

Added (templates for) the 13 missing man pages

17 лет назад
libssh2_publickey_shutdown.3

Added (templates for) the 13 missing man pages

17 лет назад
libssh2_scp_recv.3

clarify that the paths are the remote ones

17 лет назад
libssh2_scp_send_ex.3

clarify that the paths are the remote ones

17 лет назад
libssh2_session_abstract.3

minor language updates

18 лет назад
libssh2_session_block_directions.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_session_callback_set.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_session_disconnect_ex.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_session_flag.3

quite possibly one of the most pointless functions in the libssh2 API...a

17 лет назад
libssh2_session_free.3

cleanup round

17 лет назад
libssh2_session_get_blocking.3

added basic docs

17 лет назад
libssh2_session_hostkey.3

Ben Kibbey added a type parameter to the libssh2_session_hostkey() function, which hasn't yet been in a public release so changing the API is fine!

17 лет назад
libssh2_session_init_ex.3

two more renaming of man pages to the actual function name

17 лет назад
libssh2_session_last_errno.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_session_last_error.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_session_method_pref.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_session_methods.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_session_set_blocking.3

cleanup round

17 лет назад
libssh2_session_startup.3

cleanup round

17 лет назад
libssh2_sftp_close_handle.3

corrected (again)

17 лет назад
libssh2_sftp_fstat_ex.3

cleanup round

17 лет назад
libssh2_sftp_init.3

cleanup round

17 лет назад
libssh2_sftp_last_error.3

Clarify that this is only fine to use after an actual SFTP protocol error return code.

18 лет назад
libssh2_sftp_mkdir_ex.3

cleanup round

17 лет назад
libssh2_sftp_open_ex.3

cleanup round

17 лет назад
libssh2_sftp_read.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_sftp_readdir_ex.3

cleanup round

17 лет назад
libssh2_sftp_rename_ex.3

based on Heiner Steven's report, fix the name and description of these man pages!

18 лет назад
libssh2_sftp_rmdir_ex.3

based on Heiner Steven's report, fix the name and description of these man pages!

18 лет назад
libssh2_sftp_seek.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_sftp_shutdown.3

Add libssh2_sftp_shutdown.3, libssh2_sftp_stat_ex.3, libssh2_sftp_symlink_ex.3 and libssh2_sftp_tell.3

19 лет назад
libssh2_sftp_stat_ex.3

based on Heiner Steven's report, fix the name and description of these man pages!

18 лет назад
libssh2_sftp_symlink_ex.3

Add libssh2_sftp_shutdown.3, libssh2_sftp_stat_ex.3, libssh2_sftp_symlink_ex.3 and libssh2_sftp_tell.3

19 лет назад
libssh2_sftp_tell.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_sftp_tell64.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_sftp_unlink_ex.3

based on Heiner Steven's report, fix the name and description of these man pages!

18 лет назад
libssh2_sftp_write.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_trace.3

Added libssh2_trace man page

18 лет назад
libssh2_userauth_authenticated.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_userauth_hostbased_fromfile_ex.3

Added (templates for) the 13 missing man pages

17 лет назад
libssh2_userauth_keyboard_interactive_ex.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_userauth_list.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_userauth_password_ex.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_userauth_publickey_fromfile_ex.3

Refer to the exact symbol name, which also is the exact file name of the man page file.

17 лет назад
libssh2_version.3

- Added libssh2_version()

17 лет назад
template.3

The month should be the 3-letter abbreviation instead of spelled out.

19 лет назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©