Home
last modified time | relevance | path

Searched +full:- +full:- +full:with +full:- +full:libssh2 (Results 1 – 25 of 48) sorted by relevance

12

/external/curl/
D.azure-pipelines.yml21 # SPDX-License-Identifier: curl
32 - 'master'
33 - '*/ci'
36 - '.circleci/*'
37 - '.cirrus.yml'
38 - '.github/*'
39 - '.github/workflows/*'
40 - 'appveyor.*'
41 - 'packages/*'
42 - 'plan9/*'
[all …]
D.cirrus.yml21 # SPDX-License-Identifier: curl
24 # https://cirrus-ci.com/github/curl/curl
27 # https://cirrus-ci.org/guide/writing-tasks/
32 '.azure-pipelines.yml',
46 - name: FreeBSD 14.0
48 image_family: freebsd-14-0
53 MAKEFLAGS: -j 3
56 - pkg update -f
57- pkg install -y autoconf automake libtool pkgconf brotli openldap26-client heimdal libpsl libssh2
58 - pkg delete -y curl
[all …]
Dconfigure.ac21 # SPDX-License-Identifier: curl
24 dnl Process this file with autoconf to produce a configure script.
29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/])
67 if test -z "$SED"; then
71 if test -z "$SED" || test "$SED" = "not_found"; then
79 if test -z "$GREP"; then
83 if test -z "$GREP" || test "$GREP" = "not_found"; then
89 dnl 'grep -E' is mandatory for configure process and libtool.
91 if test -z "$EGREP"; then
93 AC_MSG_CHECKING([that grep -E works])
[all …]
/external/curl/.github/workflows/
Dmacos.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
18 - 'packages/**'
[all …]
Dnon-native.yml3 # SPDX-License-Identifier: curl
5 name: non-native
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
[all …]
Dtorture.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
18 - 'appveyor.*'
[all …]
Dwindows.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
18 - 'packages/**'
[all …]
Dlinux-old.yml3 # SPDX-License-Identifier: curl
12 # stretch has ELTS support from Feexian until 2027-06-30
13 # For ELTS info see https://www.freexian.com/lts/extended/docs/how-to-use-extended-lts/
14 # The Debian key will expire 2025-05-20, after which package signature
17 # and won't conflict with the curl we're building.
24 - master
25 - '*/ci'
26 paths-ignore:
27 - '**/*.md'
28 - '.azure-pipelines.yml'
[all …]
Dlinux.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.azure-pipelines.yml'
15 - '.circleci/**'
16 - '.cirrus.yml'
17 - 'appveyor.*'
18 - 'packages/**'
[all …]
/external/oss-fuzz/projects/libssh2/
DDockerfile4 # you may not use this file except in compliance with the License.
7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
19 RUN git clone --depth 1 https://github.com/libssh2/libssh2.git /src/libssh2
21 WORKDIR $SRC/libssh2
/external/curl/packages/vms/
Dgenerate_config_vms_h_curl.com8 $! know how to do everything, so there is also a [-.lib]config-vms.h file
14 $! and the [.lib]config-vms.h file do two different tasks and that the
20 $! purpose with or without fee is hereby granted, provided that the above
24 $! WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
29 $! OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31 $! SPDX-License-Identifier: ISC
35 $! Allow arguments to be grouped together with comma or separated by spaces
59 $libssh2 = 0
65 $!---------------------------------------
71 $!----------------------------------------
[all …]
/external/curl/.circleci/
Dconfig.yml21 # SPDX-License-Identifier: curl
28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment
30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference
36 - run:
38 autoreconf -fi
39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; }
41 configure-openssl-no-verbose:
43 - run:
45 autoreconf -fi
46 … ./configure --disable-verbose --enable-werror --with-openssl || { tail -1000 config.log; false; }
[all …]
/external/curl/lib/vssh/
Dlibssh2.c21 * SPDX-License-Identifier: curl
33 #include <libssh2.h>
204 struct connectdata *conn = data->conn; in kbd_callback()
205 responses[0].text = strdup(conn->passwd); in kbd_callback()
207 responses[0].text == NULL ? 0 : curlx_uztoui(strlen(conn->passwd)); in kbd_callback()
247 /* Ordered by order of appearance in libssh2.h */ in libssh2_session_error_to_CURLE()
300 if(ptr) /* ssh2 agent sometimes call free with null ptr */ in LIBSSH2_FREE_FUNC()
310 struct connectdata *conn = data->conn; in state()
311 struct ssh_conn *sshc = &conn->proto.sshc; in state()
380 if(sshc->state != nowstate) { in state()
[all …]
Dssh.h23 * SPDX-License-Identifier: curl
30 #include <libssh2.h>
44 SSH_NO_STATE = -1, /* Used for "nextState" so say there is none */
47 SSH_INIT, /* First state in SSH-CONNECT */
65 SSH_SFTP_REALPATH, /* Last state in SSH-CONNECT */
67 SSH_SFTP_QUOTE_INIT, /* First state in SFTP-DO */
68 SSH_SFTP_POSTQUOTE_INIT, /* (Possibly) First state in SFTP-DONE */
92 SSH_SFTP_DOWNLOAD_STAT, /* Last state in SFTP-DO */
93 SSH_SFTP_CLOSE, /* Last state in SFTP-DONE */
94 SSH_SFTP_SHUTDOWN, /* First state in SFTP-DISCONNECT */
[all …]
/external/curl/projects/
DREADME.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
11 from sources using legacy versions of Visual Studio 2010 - 2013.
14 "generate -help" for usage details.
17 cmake. Refer to INSTALL-CMAKE in the docs directory.
31 This structure allows for side-by-side compilation of curl on the same machine
36 Note: Typically this side-by-side compilation is generally only required when
42 dependencies such as OpenSSL, wolfSSL and libssh2. If you wish to support
70 As OpenSSL and wolfSSL don't support side-by-side compilation when using
[all …]
/external/curl/packages/OS400/
DREADME.OS4007 The biggest problem with OS/400 is EBCDIC. Libcurl implements an internal
14 mechanism would have lead in a localized binary library - not portable across
27 To support all the different variants of EBCDIC, non-standard wrapper
42 Non-standard EBCDIC wrapper prototypes are defined in an additional header
43 file: ccsidcurl.h. These should be self-explanatory to an OS/400-aware
45 Wrapper procedures with variable arguments are described below:
147 CURLOPT_POSTFIELDSIZE != -1, the data size is adjusted according to the
171 curl_easy_getinfo(), the value returned in the pointer should be released with
186 Lists returned should be released with curl_slist_free_all() after use.
188 CCSID. Returned structures should be freed with curl_certinfo_free_all()
[all …]
/external/curl/docs/
DFEATURES.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
7 # Features -- what curl can do
11 - config file support
12 - multiple URLs in a single command line
13 - range "globbing" support: [0-13], {one,two,three}
14 - multiple file upload on a single command line
15 - custom maximum transfer rate
16 - redirect stderr
[all …]
DINTERNALS.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
15 We write curl and libcurl to compile with C89 compilers on 32-bit and up
19 We write libcurl to build and work with lots of third party tools, and we
20 want it to remain functional and buildable with these and later versions
27 - OpenSSL 0.9.7
28 - GnuTLS 3.1.10
29 - zlib 1.1.4
30 - libssh2 1.0
[all …]
/external/curl/docs/cmdline-opts/
Dhostpubsha256.md1 ---
3 SPDX-License-Identifier: curl
11 See-also:
12 - hostpubmd5
14 - --hostpubsha256 NDVkMTQxMGQ1ODdmMjQ3MjczYjAyOTY5MmRkMjVmNDQ= sftp://example.com/
15 ---
17 # `--hostpubsha256`
19 Pass a string containing a Base64-encoded SHA256 hash of the remote host's
20 public key. Curl refuses the connection with the host unless the hashes match.
22 This feature requires libcurl to be built with libssh2 and does not work with
/external/curl/winbuild/
DMakefileBuild.vc21 # SPDX-License-Identifier: curl
27 # Makefile for building libcurl with MSVC
43 # This command macro is not set by default: https://msdn.microsoft.com/en-us/library/ms933742.aspx
61 # - optimizing options like /opt:ref raises warnings (at least in Visual Studio 2015)
62 # - all (including Windows) dependencies are aggregated (as static parts)
63 # - link.exe /lib is not documented (anymore) at MSDN
290 SSH2_INC_DIR= $(DEVEL_INCLUDE)/libssh2
294 SSH2_LIBS = libssh2.lib
298 # libssh2 NMakefile on Windows at default creates a static library without _a suffix
299 !IF EXISTS("$(SSH2_LIB_DIR)\libssh2.lib")
[all …]
DREADME.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
7 # Building curl with Visual C++
10 from sources using the Visual C++ build tool. To build with VC++, you will of
20 archive](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive)
24 If you wish to support zlib, OpenSSL, c-ares, ssh2, you will have to download
28 |_curl-src
56 Studio](https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs)
57 and [How to: Enable a 64-Bit, x64 hosted MSVC toolset on the command
[all …]
/external/curl/docs/libcurl/opts/
DCURLOPT_SSH_KNOWNHOSTS.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLOPT_SSH_AUTH_TYPES (3)
9 - CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 (3)
11 - SFTP
12 - SCP
13 ---
17 CURLOPT_SSH_KNOWNHOSTS - filename holding the SSH known hosts
29 Pass a pointer to a null-terminated string holding the filename of the
[all …]
DCURLOPT_SSH_HOSTKEYDATA.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLOPT_SSH_HOSTKEYFUNCTION (3)
10 - SFTP
11 - SCP
12 ---
16 CURLOPT_SSH_HOSTKEYDATA - pointer to pass to the SSH host key callback
29 the callback set with CURLOPT_SSH_HOSTKEYFUNCTION(3).
68 Added in 7.84.0, works only with libssh2 backend.
DCURLOPT_SSH_HOSTKEYFUNCTION.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLOPT_SSH_HOSTKEYDATA (3)
9 - CURLOPT_SSH_KNOWNHOSTS (3)
11 - SFTP
12 - SCP
13 ---
17 CURLOPT_SSH_HOSTKEYFUNCTION - callback to check host key
44 **clientp** is a custom pointer set with CURLOPT_SSH_HOSTKEYDATA(3).
[all …]
DCURLOPT_SERVER_RESPONSE_TIMEOUT.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLOPT_CONNECTTIMEOUT (3)
9 - CURLOPT_LOW_SPEED_LIMIT (3)
10 - CURLOPT_TIMEOUT (3)
12 - FTP
13 - IMAP
14 - POP3
15 - SMTP
[all …]

12