Home
last modified time | relevance | path

Searched +full:configure +full:- +full:libssh (Results 1 – 22 of 22) sorted by relevance

/external/curl/.circleci/
Dconfig.yml21 # SPDX-License-Identifier: curl
27 …ersion of CircleCI pipeline process engine. See: https://circleci.com/docs/configuration-reference/
31 install-cares:
33 - run:
35 sudo apt-get update && sudo apt-get install -y libc-ares-dev
37 install-libssh:
39 - run:
41 sudo apt-get update && sudo apt-get install -y libssh-dev
43 install-deps:
45 - run:
[all …]
/external/curl/.github/workflows/
Dmacos.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.circleci/**'
15 - 'appveyor.*'
16 - 'packages/**'
17 - 'plan9/**'
18 - 'projects/**'
[all …]
Dlinux-old.yml3 # SPDX-License-Identifier: curl
12 # stretch has ELTS support from Freexian 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
24 - master
25 - '*/ci'
26 paths-ignore:
27 - '**/*.md'
28 - '.circleci/**'
29 - 'appveyor.*'
[all …]
Dlinux.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.circleci/**'
15 - 'appveyor.*'
16 - 'packages/**'
17 - 'plan9/**'
18 - 'projects/**'
[all …]
Dwindows.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.circleci/**'
15 - 'appveyor.*'
16 - 'packages/**'
17 - 'plan9/**'
18 - 'projects/**'
[all …]
/external/curl/lib/vssh/
Dssh.h23 * SPDX-License-Identifier: curl
35 #include <libssh/libssh.h>
36 #include <libssh/sftp.h>
48 SSH_NO_STATE = -1, /* Used for "nextState" so say there is none */
51 SSH_INIT, /* First state in SSH-CONNECT */
69 SSH_SFTP_REALPATH, /* Last state in SSH-CONNECT */
71 SSH_SFTP_QUOTE_INIT, /* First state in SFTP-DO */
72 SSH_SFTP_POSTQUOTE_INIT, /* (Possibly) First state in SFTP-DONE */
96 SSH_SFTP_DOWNLOAD_STAT, /* Last state in SFTP-DO */
97 SSH_SFTP_CLOSE, /* Last state in SFTP-DONE */
[all …]
/external/curl/docs/
DINSTALL-CMAKE.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
9 This document describes how to configure, build and install curl and libcurl
26 You can configure for in source tree builds or for a build tree
29 - Build in the source tree.
31 $ cmake -B .
33 - Build in a separate directory (parallel to the curl source tree in this
36 $ cmake -B ../curl-build
40 CMake before version 3.13 does not support the `-B` option. In that case,
[all …]
DKNOWN_BUGS34 4.1 -T /dev/stdin may upload with an incorrect content length
35 4.2 -T - always uploads chunked
39 5.2 curl-config --libs contains private details
41 5.6 Cygwin: make install installs curl-config.1 twice
42 5.11 configure --with-gssapi with Heimdal is ignored on macOS
51 6.6 libcurl can fail to try alternatives with --proxy-any
54 6.9 SHA-256 digest not supported in Windows SSPI builds
68 9.4 libssh blocking and infinite loop problem
77 11.4 HTTP test server 'connection-monitor' problems
97 15.6 uses -lpthread instead of Threads::Threads
[all …]
DHISTORY.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
12 currency-exchange calculations available to Internet Relay Chat (IRC)
17 ----
22 Daniel extended this existing command-line open-source tool. After a few minor
28 ----
37 was released in August 1997. The http-only days were already passed.
47 ----
73 November: configure script and reported successful compiles on several
[all …]
/external/curl/
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/])
35 dnl configure script copyright
37 This configure script may be copied, distributed and modified under the
62 # save the configure arguments
67 dnl SED is mandatory for configure process and libtool.
69 if test -z "$SED"; then
73 if test -z "$SED" || test "$SED" = "not_found"; then
79 dnl GREP is mandatory for configure process and libtool.
[all …]
DCMakeLists.txt21 # SPDX-License-Identifier: curl
28 # the case that both CURL and its dependency are included as sub-projects
32 # https://cmake.org/cmake/help/latest/module/FetchContent.html#integrating-with-find-package
49 # Collect command-line arguments for buildinfo.txt.
64 set(_cmake_args "${_cmake_args} -D${_cache_var}${_cache_var_type}=\"${_cache_var_value}\"")
78 string(REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+" _curl_version_num ${_curl_version_h…
84 string(REGEX REPLACE "([0-9]+\.[0-9]+\.[0-9]+).+" "\\1" _curl_version_sem "${_curl_version}")
91 # CMake (as of v3.31.2) gets confused and applies the MSVC rc.exe command-line
92 …# template to windres. Reset it to the windres template via 'Modules/Platform/Windows-windres.cmak…
93 …set(CMAKE_RC_COMPILE_OBJECT "<CMAKE_RC_COMPILER> -O coff <DEFINES> <INCLUDES> <FLAGS> <SOURCE> <OB…
[all …]
DRELEASE-NOTES11 o curl: add byte range support to --variable reading from file [56]
12 o curl: make --etag-save acknowledge --create-dirs [31]
18 o vtls: feature ssls-export for SSL session im-/export [141]
23 o altsvc: return error on dot-only name [178]
25 o asyn-ares: acknowledge CURLOPT_DNS_SERVERS set to NULL [190]
26 o asyn-ares: fix memory leak [233]
27 o asyn-ares: initial HTTPS resolve support [166]
28 o asyn-thread: use c-ares to resolve HTTPS RR [205]
29 o async-thread: avoid closing eventfd twice [9]
33 o build: delete `-Wsign-conversion` related FIXMEs [137]
[all …]
/external/libwebsockets/READMEs/
DREADME.plugin-sshd-base.md1 ssh-base Plugin
6 lws-ssh-base is a protcol plugin for libwebsockets that implements a
9 - very small footprint in code and memory, takes up small part of ESP32
11 - written with security in mind: valgrind and Coverity -clean
13 - binds to one or more vhosts, that controls listen port(s)
15 - all IO and settings abstracted through a single "ops" struct from user code
17 - each instance on a vhost has its own "ops" struct, defining server keys,
20 - The plugin has no built-in behaviours like check ~/.ssh/authorized_keys,
27 - The plugin requires extra code around it in the form of the ops struct
32 - Built as part of libwebsockets, like all plugins may be dynamically loaded
[all …]
/external/curl/lib/
Dversion.c21 * SPDX-License-Identifier: curl
63 /* Ignore -Wvla warnings in brotli headers */
65 #pragma GCC diagnostic ignored "-Wvla"
101 unsigned int minor = (version - (major * 100 * 100)) / 100; in zstd_version()
102 unsigned int patch = version - (major * 100 * 100) - (minor * 100); in zstd_version()
117 (((unsigned int)api.ldapai_vendor_version - major * 10000) in oldap_version()
118 - patch) / 100; in oldap_version()
163 * It is implemented to work multi-threaded by making sure repeated invokes
246 "c-ares/%s", ares_version(NULL)); in curl_version()
295 outlen--; in curl_version()
[all …]
Dcurl_config.h1 /* lib/curl_config.h. Generated from curl_config.h.in by configure. */
2 /* lib/curl_config.h.in. Generated from configure.ac by autoheader. */
10 /* define "1" to use built-in CA store of SSL library */
22 /* disable alt-svc */
67 /* disable headers-api */
70 /* disable alt-svc */
94 /* to disable --libcurl C code generation option */
121 /* disable progress-meter */
130 /* disable SHA-512/256 hash algorithm */
160 /* cpu-machine-OS */
[all …]
Dcurl_config.h.in1 /* lib/curl_config.h.in. Generated from configure.ac by autoheader. */
9 /* define "1" to use built-in CA store of SSL library */
21 /* disable alt-svc */
66 /* disable headers-api */
69 /* disable alt-svc */
93 /* to disable --libcurl C code generation option */
120 /* disable progress-meter */
129 /* disable SHA-512/256 hash algorithm */
159 /* cpu-machine-OS */
307 /* Define to 1 if you have a working glibc-style strerror_r function. */
[all …]
/external/linux-kselftest/tools/testing/selftests/wireguard/qemu/
DMakefile1 # SPDX-License-Identifier: GPL-2.0
3 # Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
13 CBUILD := $(shell gcc -dumpmachine)
14 HOST_ARCH := $(firstword $(subst -, ,$(CBUILD)))
19 MIRROR := https://download.wireguard.com/qemu-test/distfiles/
21 KERNEL_BUILD_PATH := $(BUILD_PATH)/kernel$(if $(findstring yes,$(DEBUG_KERNEL)),-debug)
28 $(1)_NAME := $(2)-$$($(1)_VERSION)
36 mkdir -p $(DISTFILES_PATH)
37-x $$@.lock -c '[ -f $$@ ] && exit 0; wget -O $$@.tmp $(MIRROR)$(1) || wget -O $$@.tmp $(2)$(1) ||…
46 … $(call tar_download,WIREGUARD_TOOLS,wireguard-tools,1.0.20210914,.tar.xz,https://git.zx2c4.com/wi…
[all …]
/external/tensorflow/third_party/
Dcurl.BUILD25 "lib/asyn-thread.c",
28 "lib/setup-win32.h",
40 "lib/asyn-ares.c",
45 "lib/c-hyper.c",
46 "lib/c-hyper.h",
47 "lib/config-amigaos.h",
48 "lib/config-dos.h",
49 "lib/config-mac.h",
50 "lib/config-os400.h",
51 "lib/config-plan9.h",
[all …]
/external/federated-compute/third_party/
Dcurl.BUILD.bzl18 "lib/asyn-ares.c",
23 "lib/c-hyper.c",
24 "lib/c-hyper.h",
25 "lib/config-amigaos.h",
26 "lib/config-dos.h",
27 "lib/config-mac.h",
28 "lib/config-os400.h",
29 "lib/config-plan9.h",
30 "lib/config-riscos.h",
31 "lib/config-win32.h",
[all …]
/external/cronet/tot/third_party/cpu_features/src/scripts/
Drun_integration.sh2 set -eo pipefail
17 mkdir -p "${ARCHIVE_DIR}"
19 local -r URL=$1
20 local -r RELATIVE_DIR=$2
21 local -r DESTINATION="${ARCHIVE_DIR}/${RELATIVE_DIR}"
22 if [[ ! -d "${DESTINATION}" ]] ; then
24 local -r ARCHIVE_NAME=$(basename "${URL}")
25 [[ -f "${ARCHIVE_NAME}" ]] || wget --no-verbose "${URL}"
27 rm -f "${ARCHIVE_NAME}"
36 local -r QEMU_VERSION=${QEMU_VERSION:=7.1.0}
[all …]
/external/cpu_features/scripts/
Drun_integration.sh2 set -eo pipefail
17 mkdir -p "${ARCHIVE_DIR}"
19 local -r URL=$1
20 local -r RELATIVE_DIR=$2
21 local -r DESTINATION="${ARCHIVE_DIR}/${RELATIVE_DIR}"
22 if [[ ! -d "${DESTINATION}" ]] ; then
24 local -r ARCHIVE_NAME=$(basename "${URL}")
25 [[ -f "${ARCHIVE_NAME}" ]] || wget --no-verbose "${URL}"
27 rm -f "${ARCHIVE_NAME}"
36 local -r QEMU_VERSION=${QEMU_VERSION:=7.1.0}
[all …]
/external/cronet/stable/third_party/cpu_features/src/scripts/
Drun_integration.sh2 set -eo pipefail
17 mkdir -p "${ARCHIVE_DIR}"
19 local -r URL=$1
20 local -r RELATIVE_DIR=$2
21 local -r DESTINATION="${ARCHIVE_DIR}/${RELATIVE_DIR}"
22 if [[ ! -d "${DESTINATION}" ]] ; then
24 local -r ARCHIVE_NAME=$(basename "${URL}")
25 [[ -f "${ARCHIVE_NAME}" ]] || wget --no-verbose "${URL}"
27 rm -f "${ARCHIVE_NAME}"
36 local -r QEMU_VERSION=${QEMU_VERSION:=7.1.0}
[all …]