Home
last modified time | relevance | path

Searched full:libssh (Results 1 – 25 of 47) sorted by relevance

12

/external/curl/CMake/
DFindLibssh.cmake24 # Find the libssh library
28 # - `LIBSSH_INCLUDE_DIR`: The libssh include directory.
29 # - `LIBSSH_LIBRARY`: Path to libssh library.
33 # - `LIBSSH_FOUND`: System has libssh.
34 # - `LIBSSH_INCLUDE_DIRS`: The libssh include directories.
35 # - `LIBSSH_LIBRARIES`: The libssh library names.
36 # - `LIBSSH_LIBRARY_DIRS`: The libssh library directories.
37 # - `LIBSSH_PC_REQUIRES`: The libssh pkg-config packages.
39 # - `LIBSSH_VERSION`: Version of libssh.
41 set(LIBSSH_PC_REQUIRES "libssh")
[all …]
/external/curl/.circleci/
Dconfig.yml37 install-libssh:
41 sudo apt-get update && sudo apt-get install -y libssh-dev
105 configure-libssh:
111 --with-openssl --with-libssh \
203 libssh:
208 - install-libssh
209 - configure-libssh
245 openssl-libssh:
247 - libssh
/external/curl/.github/workflows/
Dlinux-old.yml70 …f libtool gcc pkg-config libpsl-dev libzstd-dev zlib1g-dev libssl1.0-dev libssh-dev libssh2-1-dev …
94 - name: 'cmake generate (out-of-tree, c-ares, libssh, zstd, gssapi)'
124 - name: 'configure (out-of-tree, c-ares, libssh, zstd, gssapi)'
129 --with-openssl --enable-ares --with-libssh --with-zstd --with-gssapi --with-librtmp \
Dmacos.yml81 - name: 'OpenSSL libssh c-ares'
83 install: libssh
84 … configure: --enable-debug --with-libssh --with-openssl=$(brew --prefix openssl) --enable-ares
85 - name: 'OpenSSL libssh'
87 install: libssh
88 configure: --enable-debug --with-libssh --with-openssl=$(brew --prefix openssl)
138 - name: 'OpenSSL +static libssh +examples'
139 install: libssh
Dlinux.yml264 install_packages: libssh-dev
265 …configure: --enable-debug --disable-shared --disable-threaded-resolver --with-libssh --with-openssl
269 install_packages: libssh-dev
270 …configure: --enable-debug --disable-shared --disable-threaded-resolver --with-libssh --with-openssl
Dwindows.yml645 install: 'brotli zlib zstd libpsl nghttp2 mbedtls libssh pkgconf gsasl'
650 # WARNING: libssh uses hard-coded world-writable paths (/etc/..., ~/.ssh/) to
653 … https://github.com/curl/curl-for-win/blob/3951808deb04df9489ee17430f236ed54436f81a/libssh.sh#L6-L8
759 elif [[ '${{ matrix.install }}' = *'libssh '* ]]; then
/external/curl/lib/vssh/
Dssh.h35 #include <libssh/libssh.h>
36 #include <libssh/sftp.h>
Dlibssh.c89 /* A recent macro provided by libssh. Or make our own. */
663 * to will be set to TRUE if the libssh function returns SSH_AGAIN
690 /* Set libssh to non-blocking, since everything internally is in myssh_statemach_act()
1365 out readable as the underlying libssh sftp send function will deal in myssh_statemach_act()
1736 out writableable as the underlying libssh recv function will deal in myssh_statemach_act()
1871 out readable as the underlying libssh scp send function will deal in myssh_statemach_act()
1911 out writableable as the underlying libssh recv function will deal in myssh_statemach_act()
1935 infof(data, "Failed to close libssh scp channel: %s", in myssh_statemach_act()
1967 tell the connection to forget about it. This libssh in myssh_statemach_act()
2081 /* translate the libssh define bits into our own bit defines */ in myssh_block2waitfor()
[all …]
/external/curl/tests/data/
Dtest145939 # old libssh installs return the wrong thing
/external/scapy/test/scapy/layers/
Dssh.uts18 …761x25519-sha512@openssh.com', b'curve25519-sha256', b'curve25519-sha256@libssh.org', b'ecdh-sha2-…
/external/curl/winbuild/
DREADME.md81 - `WITH_SSH=<dll/static>` - Enable libssh support, DLL or static
103 - `SSH_PATH=<path>` - Custom path for libssh
/external/curl/
Dconfigure.ac146 curl_ssh_msg="no (--with-{libssh,libssh2})"
2278 AC_ARG_WITH(libssh,dnl optwith
2279 AS_HELP_STRING([--with-libssh=PATH],[Where to look for libssh, PATH points to the libssh installati…
2280 AS_HELP_STRING([--with-libssh], [enable libssh]),
2367 dnl backup the pre-libssh variables
2375 dnl --with-libssh (without path) used
2376 CURL_CHECK_PKGCONFIG(libssh)
2379 LIB_SSH=`$PKGCONFIG --libs-only-l libssh`
2380 LD_SSH=`$PKGCONFIG --libs-only-L libssh`
2381 CPP_SSH=`$PKGCONFIG --cflags-only-I libssh`
[all …]
/external/curl/docs/
DINSTALL-CMAKE.md279 - `CURL_USE_LIBSSH`: Use libssh. Default: `OFF`
336 - `LIBSSH_INCLUDE_DIR`: The libssh include directory.
337 - `LIBSSH_LIBRARY`: Path to `libssh` library.
DKNOWN_BUGS68 9.4 libssh blocking and infinite loop problem
434 9.4 libssh blocking and infinite loop problem
436 In the SSH_SFTP_INIT state for libssh, the ssh session working mode is set to
DHISTORY.md364 January: new SSH backend powered by libssh
/external/curl/.github/scripts/
Dspellcheck.words445 libssh
/external/curl/lib/
Dversion.c613 static char ssh_buf[80]; /* 'ssh_buffer' clashes with libssh/libssh.h */ in curl_version_info()
DMakefile.inc102 vssh/libssh.c \
/external/libwebsockets/READMEs/
DREADME.plugin-sshd-base.md43 |KEX|curve25519-sha256@libssh.org|
/external/wycheproof/doc/
Ddh.md109 CVE-2016-0739: libssh before 0.7.3 improperly truncates ephemeral secrets generated for the
/external/coreboot/Documentation/technotes/
D2020-03-unit-testing-coreboot.md169 * Used in some popular open source projects (libssh, OpenVPN, Samba)
/external/federated-compute/third_party/
Dcurl.BUILD.bzl282 "lib/vssh/libssh.c",
/external/cronet/tot/third_party/cpu_features/src/scripts/
Drun_integration.sh68 --disable-libssh \
/external/cpu_features/scripts/
Drun_integration.sh68 --disable-libssh \
/external/cronet/stable/third_party/cpu_features/src/scripts/
Drun_integration.sh68 --disable-libssh \

12