mirror of
https://github.com/libssh2/libssh2.git
synced 2025-07-29 13:01:14 +03:00
provide SPDX identifiers
- All files have prominent copyright and SPDX identifier - If not embedded in the file, in the .reuse/dep5 file - All used licenses are in LICENSES/ (not shipped in tarballs) - A new REUSE CI job verify that all files are OK Assisted-by: Viktor Szakats Closes #1084
This commit is contained in:
2
.github/workflows/appveyor_docker.yml
vendored
2
.github/workflows/appveyor_docker.yml
vendored
@ -21,6 +21,8 @@
|
|||||||
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
name: AppVeyor Docker Bridge
|
name: AppVeyor Docker Bridge
|
||||||
|
|
||||||
|
2
.github/workflows/appveyor_status.yml
vendored
2
.github/workflows/appveyor_status.yml
vendored
@ -21,6 +21,8 @@
|
|||||||
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
name: AppVeyor Status Report
|
name: AppVeyor Status Report
|
||||||
|
|
||||||
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -1,3 +1,7 @@
|
|||||||
|
# Copyright (C) The libssh2 project and its contributors.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
#
|
||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
4
.github/workflows/cifuzz.yml
vendored
4
.github/workflows/cifuzz.yml
vendored
@ -1,3 +1,7 @@
|
|||||||
|
# Copyright (C) The libssh2 project and its contributors.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
#
|
||||||
name: CIFuzz
|
name: CIFuzz
|
||||||
on: [pull_request]
|
on: [pull_request]
|
||||||
|
|
||||||
|
2
.github/workflows/openssh_server.yml
vendored
2
.github/workflows/openssh_server.yml
vendored
@ -21,6 +21,8 @@
|
|||||||
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
name: OpenSSH Server Docker Image
|
name: OpenSSH Server Docker Image
|
||||||
|
|
||||||
|
29
.github/workflows/reuse.yml
vendored
Normal file
29
.github/workflows/reuse.yml
vendored
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
# Copyright (C) Daniel Stenberg
|
||||||
|
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
|
name: REUSE compliance
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
- '*/ci'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
permissions: {}
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
check:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- name: REUSE Compliance Check
|
||||||
|
uses: fsfe/reuse-action@v1
|
34
.reuse/dep5
Normal file
34
.reuse/dep5
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: libssh2
|
||||||
|
Upstream-Contact: The libssh2 team <libssh2-devel@lists.haxx.se>
|
||||||
|
Source: https://libssh2.org/
|
||||||
|
|
||||||
|
# Test data
|
||||||
|
Files: tests/openssh_server/* tests/ossfuzz/* tests/key_* tests/test_read_algos.txt
|
||||||
|
Copyright: The libssh2 project and its contributors.
|
||||||
|
License: BSD-3-Clause
|
||||||
|
|
||||||
|
# Root files
|
||||||
|
Files: NEWS README README.md RELEASE-NOTES
|
||||||
|
Copyright: The libssh2 project and its contributors.
|
||||||
|
License: BSD-3-Clause
|
||||||
|
|
||||||
|
# Docs
|
||||||
|
Files: docs/.gitignore docs/AUTHORS docs/BINDINGS.md docs/HACKING-CRYPTO docs/HACKING.md docs/INSTALL_CMAKE.md docs/Makefile.am docs/SECURITY.md docs/TODO docs/template.3 os400/README400
|
||||||
|
Copyright: The libssh2 project and its contributors.
|
||||||
|
License: BSD-3-Clause
|
||||||
|
|
||||||
|
# vms files
|
||||||
|
Files: vms/libssh2_config.h vms/libssh2_make_example.dcl vms/libssh2_make_help.dcl vms/libssh2_make_kit.dcl vms/libssh2_make_lib.dcl vms/man2help.c vms/readme.vms
|
||||||
|
Copyright: The libssh2 project and its contributors.
|
||||||
|
License: BSD-3-Clause
|
||||||
|
|
||||||
|
# dot files
|
||||||
|
Files: .checksrc .editorconfig .github/ISSUE_TEMPLATE/bug_report.md .github/SECURITY.md .github/stale.yml .gitignore example/.gitignore m4/.gitignore src/.gitignore tests/.gitignore
|
||||||
|
Copyright: The libssh2 project and its contributors.
|
||||||
|
License: BSD-3-Clause
|
||||||
|
|
||||||
|
# autotools INSTALL
|
||||||
|
Files: docs/INSTALL_AUTOTOOLS
|
||||||
|
Copyright: Free Software Foundation, Inc.
|
||||||
|
License: FSFULLR
|
@ -33,6 +33,8 @@
|
|||||||
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
||||||
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
||||||
# OF SUCH DAMAGE.
|
# OF SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
include(CheckFunctionExists)
|
include(CheckFunctionExists)
|
||||||
include(CheckSymbolExists)
|
include(CheckSymbolExists)
|
||||||
|
9
LICENSES/BSD-2-Clause.txt
Normal file
9
LICENSES/BSD-2-Clause.txt
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
Copyright <YEAR> <COPYRIGHT HOLDER>
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
||||||
|
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
11
LICENSES/BSD-3-Clause.txt
Normal file
11
LICENSES/BSD-3-Clause.txt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Copyright (c) <year> <owner>.
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||||
|
|
||||||
|
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
||||||
|
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
||||||
|
|
||||||
|
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
||||||
|
|
||||||
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
5
LICENSES/FSFULLR.txt
Normal file
5
LICENSES/FSFULLR.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Copyright Free Software Foundation, Inc.
|
||||||
|
#
|
||||||
|
# This file is free software; the Free Software Foundation gives
|
||||||
|
# unlimited permission to copy and/or distribute it, with or without
|
||||||
|
# modifications, as long as this notice is preserved.
|
21
LICENSES/MIT.txt
Normal file
21
LICENSES/MIT.txt
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) [year] [fullname]
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
21
LICENSES/curl.txt
Normal file
21
LICENSES/curl.txt
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
COPYRIGHT AND PERMISSION NOTICE
|
||||||
|
|
||||||
|
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, and many contributors.
|
||||||
|
|
||||||
|
All rights reserved.
|
||||||
|
|
||||||
|
Permission to use, copy, modify, and distribute this software for any purpose
|
||||||
|
with or without fee is hereby granted, provided that the above copyright
|
||||||
|
notice and this permission notice appear in all copies.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
|
||||||
|
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||||
|
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||||
|
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
|
||||||
|
OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
Except as contained in this notice, the name of a copyright holder shall not
|
||||||
|
be used in advertising or otherwise to promote the sale, use or other dealings
|
||||||
|
in this Software without prior written authorization of the copyright holder.
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) The libssh2 project and its contributors.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
AUTOMAKE_OPTIONS = foreign nostdinc
|
AUTOMAKE_OPTIONS = foreign nostdinc
|
||||||
|
|
||||||
SUBDIRS = src docs
|
SUBDIRS = src docs
|
||||||
|
@ -3,10 +3,12 @@
|
|||||||
# Makefile for building libssh2 with GCC-like toolchains.
|
# Makefile for building libssh2 with GCC-like toolchains.
|
||||||
# Use: make -f Makefile.mk [help|all|clean|dist|distclean|dyn|objclean|example|exampleclean|test|testclean]
|
# Use: make -f Makefile.mk [help|all|clean|dist|distclean|dyn|objclean|example|exampleclean|test|testclean]
|
||||||
#
|
#
|
||||||
# Written by Guenter Knauf and Viktor Szakats
|
# Copyright (C) Guenter Knauf
|
||||||
|
# Copyright (C) Viktor Szakats
|
||||||
#
|
#
|
||||||
# Look for ' ?=' to find accepted customization variables.
|
# Look for ' ?=' to find accepted customization variables.
|
||||||
#
|
#
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
### Common
|
### Common
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# Copyright (C) The libssh2 project and its contributors.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
!if "$(TARGET)" == ""
|
!if "$(TARGET)" == ""
|
||||||
TARGET=Release
|
TARGET=Release
|
||||||
!endif
|
!endif
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) The libssh2 project and its contributors.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
dnl CURL_CPP_P
|
dnl CURL_CPP_P
|
||||||
dnl
|
dnl
|
||||||
dnl Check if $cpp -P should be used for extract define values due to gcc 5
|
dnl Check if $cpp -P should be used for extract define values due to gcc 5
|
||||||
|
@ -24,6 +24,8 @@
|
|||||||
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||||
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# https://www.appveyor.com/docs/windows-images-software/
|
# https://www.appveyor.com/docs/windows-images-software/
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# Copyright (C) The libssh2 project and its contributors.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
echo "***" >&2
|
echo "***" >&2
|
||||||
echo "*** Do not use buildconf. Instead, use: autoreconf -fi" >&2
|
echo "*** Do not use buildconf. Instead, use: autoreconf -fi" >&2
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/env pwsh
|
#!/usr/bin/env pwsh
|
||||||
|
# Copyright (C) The libssh2 project and its contributors.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Partially copied from https://github.com/appveyor/ci/blob/master/scripts/enable-rdp.ps1
|
# Partially copied from https://github.com/appveyor/ci/blob/master/scripts/enable-rdp.ps1
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
# Copyright (C) The libssh2 project and its contributors.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
# Copyright (C) The libssh2 project and its contributors.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -32,6 +32,8 @@
|
|||||||
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
||||||
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
||||||
# OF SUCH DAMAGE.
|
# OF SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
|
|
||||||
# - check_function_exists_maybe_need_library(<function> <var> [lib1 ... libn])
|
# - check_function_exists_maybe_need_library(<function> <var> [lib1 ... libn])
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) The libssh2 project and its contributors.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
include(CheckCSourceCompiles)
|
include(CheckCSourceCompiles)
|
||||||
|
|
||||||
# - check_nonblocking_socket_support()
|
# - check_nonblocking_socket_support()
|
||||||
|
@ -32,6 +32,8 @@
|
|||||||
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
||||||
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
||||||
# OF SUCH DAMAGE.
|
# OF SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
include(CMakeParseArguments)
|
include(CMakeParseArguments)
|
||||||
|
|
||||||
|
@ -32,6 +32,8 @@
|
|||||||
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
||||||
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
||||||
# OF SUCH DAMAGE.
|
# OF SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# - Try to find Libgcrypt
|
# - Try to find Libgcrypt
|
||||||
# This will define all or none of:
|
# This will define all or none of:
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# Copyright (C) The libssh2 project and its contributors.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
#
|
||||||
# - Try to find mbedTLS
|
# - Try to find mbedTLS
|
||||||
# Once done this will define
|
# Once done this will define
|
||||||
#
|
#
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
# Copyright (C) The libssh2 project and its contributors.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
#
|
||||||
# - Try to find wolfssl
|
# - Try to find wolfssl
|
||||||
# Once done this will define
|
# Once done this will define
|
||||||
# WOLFSSL_FOUND - System has wolfssl
|
# WOLFSSL_FOUND - System has wolfssl
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# Copyright (C) Viktor Szakats
|
# Copyright (C) Viktor Szakats
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
include(CheckCCompilerFlag)
|
include(CheckCCompilerFlag)
|
||||||
|
|
||||||
|
@ -24,6 +24,8 @@
|
|||||||
# than 256 bytes, otherwise the compiler driver will dump core. The only
|
# than 256 bytes, otherwise the compiler driver will dump core. The only
|
||||||
# known workaround is to choose shorter directory names for the build
|
# known workaround is to choose shorter directory names for the build
|
||||||
# directory and/or the installation directory.
|
# directory and/or the installation directory.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: FSFULLR
|
||||||
|
|
||||||
# All known linkers require a `.a' archive for static linking (except MSVC,
|
# All known linkers require a `.a' archive for static linking (except MSVC,
|
||||||
# which needs '.lib').
|
# which needs '.lib').
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# Copyright (C) The libssh2 project and its contributors.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
#
|
||||||
|
|
||||||
# AC_PREREQ(2.59)
|
# AC_PREREQ(2.59)
|
||||||
AC_INIT([libssh2],[-],[libssh2-devel@lists.haxx.se])
|
AC_INIT([libssh2],[-],[libssh2-devel@lists.haxx.se])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
@ -33,6 +33,8 @@
|
|||||||
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
||||||
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
|
||||||
# OF SUCH DAMAGE.
|
# OF SUCH DAMAGE.
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
transform_makefile_inc("Makefile.am" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.am.cmake")
|
transform_makefile_inc("Makefile.am" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.am.cmake")
|
||||||
# Get 'dist_man_MANS' variable
|
# Get 'dist_man_MANS' variable
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
.\"
|
|
||||||
.\" Copyright (C) Daiki Ueno
|
.\" Copyright (C) Daiki Ueno
|
||||||
.\"
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_agent_connect 3 "23 Dec 2009" "libssh2" "libssh2"
|
.TH libssh2_agent_connect 3 "23 Dec 2009" "libssh2" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_agent_connect - connect to an ssh-agent
|
libssh2_agent_connect - connect to an ssh-agent
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
.\"
|
|
||||||
.\" Copyright (C) Daiki Ueno
|
.\" Copyright (C) Daiki Ueno
|
||||||
.\"
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_agent_disconnect 3 "23 Dec 2009" "libssh2" "libssh2"
|
.TH libssh2_agent_disconnect 3 "23 Dec 2009" "libssh2" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_agent_disconnect - close a connection to an ssh-agent
|
libssh2_agent_disconnect - close a connection to an ssh-agent
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
.\"
|
|
||||||
.\" Copyright (C) Daiki Ueno
|
.\" Copyright (C) Daiki Ueno
|
||||||
.\"
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_agent_free 3 "28 May 2009" "libssh2" "libssh2"
|
.TH libssh2_agent_free 3 "28 May 2009" "libssh2" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_agent_free - free an ssh-agent handle
|
libssh2_agent_free - free an ssh-agent handle
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
.\"
|
|
||||||
.\" Copyright (C) Daiki Ueno
|
.\" Copyright (C) Daiki Ueno
|
||||||
.\"
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_agent_get_identity 3 "23 Dec 2009" "libssh2" "libssh2"
|
.TH libssh2_agent_get_identity 3 "23 Dec 2009" "libssh2" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_agent_get_identity - get a public key off the collection of public keys managed by ssh-agent
|
libssh2_agent_get_identity - get a public key off the collection of public keys managed by ssh-agent
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
.\"
|
|
||||||
.\" Copyright (C) Will Cosgrove
|
.\" Copyright (C) Will Cosgrove
|
||||||
.\"
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_agent_get_identity_path 3 "6 Mar 2019" "libssh2" "libssh2"
|
.TH libssh2_agent_get_identity_path 3 "6 Mar 2019" "libssh2" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_agent_get_identity_path - gets the custom ssh-agent socket path
|
libssh2_agent_get_identity_path - gets the custom ssh-agent socket path
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
.\"
|
|
||||||
.\" Copyright (C) Daiki Ueno
|
.\" Copyright (C) Daiki Ueno
|
||||||
.\"
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_agent_init 3 "23 Dec 2009" "libssh2" "libssh2"
|
.TH libssh2_agent_init 3 "23 Dec 2009" "libssh2" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_agent_init - init an ssh-agent handle
|
libssh2_agent_init - init an ssh-agent handle
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
.\"
|
|
||||||
.\" Copyright (C) Daiki Ueno
|
.\" Copyright (C) Daiki Ueno
|
||||||
.\"
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_agent_list_identities 3 "23 Dec 2009" "libssh2" "libssh2"
|
.TH libssh2_agent_list_identities 3 "23 Dec 2009" "libssh2" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_agent_list_identities - request an ssh-agent to list of public keys.
|
libssh2_agent_list_identities - request an ssh-agent to list of public keys.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
.\"
|
|
||||||
.\" Copyright (C) Will Cosgrove
|
.\" Copyright (C) Will Cosgrove
|
||||||
.\"
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_agent_set_identity_path 3 "6 Mar 2019" "libssh2" "libssh2"
|
.TH libssh2_agent_set_identity_path 3 "6 Mar 2019" "libssh2" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_agent_set_identity_path - set an ssh-agent socket path on disk
|
libssh2_agent_set_identity_path - set an ssh-agent socket path on disk
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_agent_sign 3 "1 Oct 2022" "libssh2" "libssh2"
|
.TH libssh2_agent_sign 3 "1 Oct 2022" "libssh2" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_agent_sign - sign data, with the help of ssh-agent
|
libssh2_agent_sign - sign data, with the help of ssh-agent
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
.\"
|
|
||||||
.\" Copyright (C) Daiki Ueno
|
.\" Copyright (C) Daiki Ueno
|
||||||
.\"
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_agent_userauth 3 "23 Dec 2009" "libssh2" "libssh2"
|
.TH libssh2_agent_userauth 3 "23 Dec 2009" "libssh2" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_agent_userauth - authenticate a session with a public key, with the help of ssh-agent
|
libssh2_agent_userauth - authenticate a session with a public key, with the help of ssh-agent
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_banner_set 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_banner_set 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_banner_set - set the SSH protocol banner for the local client
|
libssh2_banner_set - set the SSH protocol banner for the local client
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_base64_decode 3 "23 Dec 2008" "libssh2 1.0" "libssh2"
|
.TH libssh2_base64_decode 3 "23 Dec 2008" "libssh2 1.0" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_base64_decode - decode a base64 encoded string
|
libssh2_base64_decode - decode a base64 encoded string
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_close 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_close 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_close - close a channel
|
libssh2_channel_close - close a channel
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_direct_streamlocal_ex 3 "10 Apr 2023" "libssh2 1.11.0" "libssh2"
|
.TH libssh2_channel_direct_streamlocal_ex 3 "10 Apr 2023" "libssh2 1.11.0" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_direct_streamlocal_ex - Tunnel a UNIX socket connection through an SSH session
|
libssh2_channel_direct_streamlocal_ex - Tunnel a UNIX socket connection through an SSH session
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_direct_tcpip 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_direct_tcpip 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_direct_tcpip - convenience macro for \fIlibssh2_channel_direct_tcpip_ex(3)\fP calls
|
libssh2_channel_direct_tcpip - convenience macro for \fIlibssh2_channel_direct_tcpip_ex(3)\fP calls
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_direct_tcpip_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_direct_tcpip_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_direct_tcpip_ex - Tunnel a TCP connection through an SSH session
|
libssh2_channel_direct_tcpip_ex - Tunnel a TCP connection through an SSH session
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_eof 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_eof 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_eof - check a channel's EOF status
|
libssh2_channel_eof - check a channel's EOF status
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_exec 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_exec 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_exec - convenience macro for \fIlibssh2_channel_process_startup(3)\fP calls
|
libssh2_channel_exec - convenience macro for \fIlibssh2_channel_process_startup(3)\fP calls
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_flush 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_flush 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_flush - convenience macro for \fIlibssh2_channel_flush_ex(3)\fP calls
|
libssh2_channel_flush - convenience macro for \fIlibssh2_channel_flush_ex(3)\fP calls
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_flush_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_flush_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_flush_ex - flush a channel
|
libssh2_channel_flush_ex - flush a channel
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_flush_stderr 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_flush_stderr 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_flush_stderr - convenience macro for \fIlibssh2_channel_flush_ex(3)\fP calls
|
libssh2_channel_flush_stderr - convenience macro for \fIlibssh2_channel_flush_ex(3)\fP calls
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_forward_accept 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_forward_accept 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_forward_accept - accept a queued connection
|
libssh2_channel_forward_accept - accept a queued connection
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_forward_cancel 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_forward_cancel 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_forward_cancel - cancel a forwarded TCP port
|
libssh2_channel_forward_cancel - cancel a forwarded TCP port
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_forward_listen 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_forward_listen 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_forward_listen - convenience macro for \fIlibssh2_channel_forward_listen_ex(3)\fP calls
|
libssh2_channel_forward_listen - convenience macro for \fIlibssh2_channel_forward_listen_ex(3)\fP calls
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_forward_listen_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_forward_listen_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_forward_listen_ex - listen to inbound connections
|
libssh2_channel_forward_listen_ex - listen to inbound connections
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_free 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_free 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_free - free all resources associated with a channel
|
libssh2_channel_free - free all resources associated with a channel
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_get_exit_signal 3 "4 Oct 2010" "libssh2 1.2.8" "libssh2"
|
.TH libssh2_channel_get_exit_signal 3 "4 Oct 2010" "libssh2 1.2.8" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_get_exit_signal - get the remote exit signal
|
libssh2_channel_get_exit_signal - get the remote exit signal
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_get_exit_status 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_get_exit_status 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_get_exit_status - get the remote exit code
|
libssh2_channel_get_exit_status - get the remote exit code
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_handle_extended_data 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_handle_extended_data 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_handle_extended_data - set extended data handling mode
|
libssh2_channel_handle_extended_data - set extended data handling mode
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_handle_extended_data2 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_handle_extended_data2 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_handle_extended_data2 - set extended data handling mode
|
libssh2_channel_handle_extended_data2 - set extended data handling mode
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_ignore_extended_data 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_ignore_extended_data 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_ignore_extended_data - convenience macro for \fIlibssh2_channel_handle_extended_data(3)\fP calls
|
libssh2_channel_ignore_extended_data - convenience macro for \fIlibssh2_channel_handle_extended_data(3)\fP calls
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_open_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_open_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_open_ex - establish a generic session channel
|
libssh2_channel_open_ex - establish a generic session channel
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_open_session 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_open_session 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_open_session - convenience macro for \fIlibssh2_channel_open_ex(3)\fP calls
|
libssh2_channel_open_session - convenience macro for \fIlibssh2_channel_open_ex(3)\fP calls
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_process_startup 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_process_startup 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_process_startup - request a shell on a channel
|
libssh2_channel_process_startup - request a shell on a channel
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_read 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_read 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_read - convenience macro for \fIlibssh2_channel_read_ex(3)\fP calls
|
libssh2_channel_read - convenience macro for \fIlibssh2_channel_read_ex(3)\fP calls
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_read_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_read_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_read_ex - read data from a channel stream
|
libssh2_channel_read_ex - read data from a channel stream
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_read_stderr 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_read_stderr 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_read_stderr - convenience macro for \fIlibssh2_channel_read_ex(3)\fP calls
|
libssh2_channel_read_stderr - convenience macro for \fIlibssh2_channel_read_ex(3)\fP calls
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_receive_window_adjust 3 "15 Mar 2009" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_receive_window_adjust 3 "15 Mar 2009" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_receive_window_adjust - adjust the channel window
|
libssh2_channel_receive_window_adjust - adjust the channel window
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_receive_window_adjust2 3 "26 Mar 2009" "libssh2 1.1" "libssh2"
|
.TH libssh2_channel_receive_window_adjust2 3 "26 Mar 2009" "libssh2 1.1" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_receive_window_adjust2 - adjust the channel window
|
libssh2_channel_receive_window_adjust2 - adjust the channel window
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_request_auth_agent 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_request_auth_agent 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_request_auth_agent - request agent forwarding for a session
|
libssh2_channel_request_auth_agent - request agent forwarding for a session
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_request_pty 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_request_pty 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_request_pty - convenience macro for \fIlibssh2_channel_request_pty_ex(3)\fP calls
|
libssh2_channel_request_pty - convenience macro for \fIlibssh2_channel_request_pty_ex(3)\fP calls
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_request_pty_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_request_pty_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_request_pty_ex - short function description
|
libssh2_channel_request_pty_ex - short function description
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_request_pty_size 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_request_pty_size 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_request_pty_size - convenience macro for \fIlibssh2_channel_request_pty_size_ex(3)\fP calls
|
libssh2_channel_request_pty_size - convenience macro for \fIlibssh2_channel_request_pty_size_ex(3)\fP calls
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_request_pty_size_ex 3 "1 Jun 2007" "libssh2" "libssh2"
|
.TH libssh2_channel_request_pty_size_ex 3 "1 Jun 2007" "libssh2" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_request_pty_size_ex - TODO
|
libssh2_channel_request_pty_size_ex - TODO
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_send_eof 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_send_eof 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_send_eof - send EOF to remote server
|
libssh2_channel_send_eof - send EOF to remote server
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_set_blocking 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_set_blocking 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_set_blocking - set or clear blocking mode on channel
|
libssh2_channel_set_blocking - set or clear blocking mode on channel
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_setenv 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_setenv 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_setenv - convenience macro for \fIlibssh2_channel_setenv_ex(3)\fP calls
|
libssh2_channel_setenv - convenience macro for \fIlibssh2_channel_setenv_ex(3)\fP calls
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_setenv_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_setenv_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_setenv_ex - set an environment variable on the channel
|
libssh2_channel_setenv_ex - set an environment variable on the channel
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_shell 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_shell 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_shell - convenience macro for \fIlibssh2_channel_process_startup(3)\fP calls
|
libssh2_channel_shell - convenience macro for \fIlibssh2_channel_process_startup(3)\fP calls
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_signal_ex 3 "20 Apr 2023" "libssh2 1.11.0" "libssh2"
|
.TH libssh2_channel_signal_ex 3 "20 Apr 2023" "libssh2 1.11.0" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_signal_ex -- Send a signal to process previously opened on channel.
|
libssh2_channel_signal_ex -- Send a signal to process previously opened on channel.
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_subsystem 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_subsystem 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_subsystem - convenience macro for \fIlibssh2_channel_process_startup(3)\fP calls
|
libssh2_channel_subsystem - convenience macro for \fIlibssh2_channel_process_startup(3)\fP calls
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_wait_closed 3 "29 Nov 2007" "libssh2 0.19" "libssh2"
|
.TH libssh2_channel_wait_closed 3 "29 Nov 2007" "libssh2 0.19" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_wait_closed - wait for the remote to close the channel
|
libssh2_channel_wait_closed - wait for the remote to close the channel
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_wait_eof 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_wait_eof 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_wait_eof - wait for the remote to reply to an EOF request
|
libssh2_channel_wait_eof - wait for the remote to reply to an EOF request
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_window_read 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_window_read 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_window_read - convenience macro for \fIlibssh2_channel_window_read_ex(3)\fP calls
|
libssh2_channel_window_read - convenience macro for \fIlibssh2_channel_window_read_ex(3)\fP calls
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_window_read_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_window_read_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_window_read_ex - Check the status of the read window
|
libssh2_channel_window_read_ex - Check the status of the read window
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_window_write 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_window_write 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_window_write - convenience macro for \fIlibssh2_channel_window_write_ex(3)\fP calls
|
libssh2_channel_window_write - convenience macro for \fIlibssh2_channel_window_write_ex(3)\fP calls
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_window_write_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_window_write_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_window_write_ex - Check the status of the write window
|
libssh2_channel_window_write_ex - Check the status of the write window
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_write 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_write 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_write - convenience macro for \fIlibssh2_channel_write_ex(3)\fP
|
libssh2_channel_write - convenience macro for \fIlibssh2_channel_write_ex(3)\fP
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_write_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_write_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_write_ex - write data to a channel stream blocking
|
libssh2_channel_write_ex - write data to a channel stream blocking
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_write_stderr 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_write_stderr 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_write_stderr - convenience macro for \fIlibssh2_channel_write_ex(3)\fP
|
libssh2_channel_write_stderr - convenience macro for \fIlibssh2_channel_write_ex(3)\fP
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_x11_req 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
.TH libssh2_channel_x11_req 3 "20 Feb 2010" "libssh2 1.2.4" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_x11_req - convenience macro for \fIlibssh2_channel_x11_req_ex(3)\fP calls
|
libssh2_channel_x11_req - convenience macro for \fIlibssh2_channel_x11_req_ex(3)\fP calls
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_channel_x11_req_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_channel_x11_req_ex 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_channel_x11_req_ex - request an X11 forwarding channel
|
libssh2_channel_x11_req_ex - request an X11 forwarding channel
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_crypto_engine 3 "22 Nov 2021" "libssh2" "libssh2"
|
.TH libssh2_crypto_engine 3 "22 Nov 2021" "libssh2" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_crypto_engine - retrieve used crypto engine
|
libssh2_crypto_engine - retrieve used crypto engine
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_exit 3 "19 Mar 2010" "libssh2" "libssh2"
|
.TH libssh2_exit 3 "19 Mar 2010" "libssh2" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_exit - global library deinitialization
|
libssh2_exit - global library deinitialization
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_free 3 "13 Oct 2010" "libssh2" "libssh2"
|
.TH libssh2_free 3 "13 Oct 2010" "libssh2" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_free - deallocate libssh2 memory
|
libssh2_free - deallocate libssh2 memory
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_hostkey_hash 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
.TH libssh2_hostkey_hash 3 "1 Jun 2007" "libssh2 0.15" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_hostkey_hash - return a hash of the remote host's key
|
libssh2_hostkey_hash - return a hash of the remote host's key
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_init 3 "19 Mar 2010" "libssh2" "libssh2"
|
.TH libssh2_init 3 "19 Mar 2010" "libssh2" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_init - global library initialization
|
libssh2_init - global library initialization
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
.\" Copyright (C) The libssh2 project and its contributors.
|
||||||
|
.\" SPDX-License-Identifier: BSD-3-Clause
|
||||||
.TH libssh2_keepalive_config 3 "12 Apr 2011" "libssh2" "libssh2"
|
.TH libssh2_keepalive_config 3 "12 Apr 2011" "libssh2" "libssh2"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
libssh2_keepalive_config - short function description
|
libssh2_keepalive_config - short function description
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user