Home
last modified time | relevance | path

Searched +full:- +full:- +full:without +full:- +full:libidn2 (Results 1 – 25 of 29) sorted by relevance

12

/external/sandboxed-api/contrib/libidn2/
DCMakeLists.txt7 # https://www.apache.org/licenses/LICENSE-2.0
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 project(libidn2-sapi CXX C)
27 "${CMAKE_BINARY_DIR}/sandboxed-api-build"
32 # Use pkg-config for the libidn2 include paths
34 pkg_check_modules(libidn2 REQUIRED IMPORTED_TARGET libidn2)
36 # System libidn2 needs to have the libidn2-dev and libunistring-dev packages
37 # installed. We cannot use pkg-config here, as libidn2's pkg-config file does
39 find_library(libidn2 NAMES libidn2.a idn2)
42 # Combine libidn2 and its dependency into a single static library
[all …]
Dlibidn2_sapi.cc7 // https://www.apache.org/licenses/LICENSE-2.0
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25 static constexpr int kMinPossibleKnownError = -10000;
33 return absl::ResourceExhaustedError("malloc() failed in libidn2"); in ProcessErrors()
41 auto maybe_untrusted_name = sandbox_->GetCString(p, kMaxDomainNameLength); in ProcessErrors()
42 SAPI_RETURN_IF_ERROR(sandbox_->Free(&p)); in ProcessErrors()
47 // valid ASCII (for a-labels) or UTF-8 (for u-labels) and doesn't in ProcessErrors()
65 ulabel ? ulabel_ptr->PtrBefore() : &null_ptr, in idn2_register_u8()
66 alabel ? alabel_ptr->PtrBefore() : &null_ptr, ptr.PtrAfter(), in idn2_register_u8()
68 return this->ProcessErrors(untrusted_res, ptr); in idn2_register_u8()
[all …]
/external/oss-fuzz/projects/wget2/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 export CPPFLAGS="-I$WGET2_DEPS_PATH/include"
21 export LDFLAGS="-L$WGET2_DEPS_PATH/lib"
27 ./configure --enable-static --disable-shared --prefix=$WGET2_DEPS_PATH
28 make -j$(nproc)
31 cd $SRC/libidn2
33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET2_D…
34 make -j$(nproc)
[all …]
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y \
20 pkg-config \
38 libmicrohttpd-dev
40 ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
42 RUN git clone --depth=1 --recursive https://git.savannah.gnu.org/git/libunistring.git
43 RUN git clone --depth=1 --recursive https://gitlab.com/libidn/libidn2.git
44 RUN git clone --depth=1 --recursive https://github.com/rockdaboot/libpsl.git
[all …]
/external/oss-fuzz/projects/libidn2/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y make autoconf automake gettext libtool autopoint pkg-confi…
20 RUN git clone --depth=1 --recursive https://gitlab.com/libidn/libidn2.git
22 WORKDIR libidn2
/external/oss-fuzz/projects/wget/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 export CPPFLAGS="-I$WGET_DEPS_PATH/include"
21 export LDFLAGS="-L$WGET_DEPS_PATH/lib"
27 ./configure --enable-static --disable-shared --prefix=$WGET_DEPS_PATH --cache-file ../config.cache
28 make -j$(nproc)
31 cd $SRC/libidn2
33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET_DE…
34 make -j$(nproc)
[all …]
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y \
20 pkg-config \
25 autoconf-archive \
39 ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
41 RUN git clone --depth=1 --recursive https://git.savannah.gnu.org/git/libunistring.git
42 RUN git clone --depth=1 --recursive https://gitlab.com/libidn/libidn2.git
43 RUN git clone --depth=1 --recursive https://github.com/rockdaboot/libpsl.git
[all …]
/external/oss-fuzz/projects/libpsl/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 export CPPFLAGS="-I$DEPS_PATH/include"
21 export LDFLAGS="-L$DEPS_PATH/lib"
24 export GNULIB_TOOL=$GNULIB_SRCDIR/gnulib-tool
29 CFLAGS="$CFLAGS -fno-sanitize=vptr" \
30 CXXFLAGS="$CXXFLAGS -fno-sanitize=vptr" \
31 CPPFLAGS="$CPPFLAGS -fno-sanitize=vptr" \
32 ./configure --disable-shared --enable-static --disable-extras --disable-icuio --disable-layoutex \
[all …]
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y \
20 pkg-config \
24 autoconf-archive \
37 RUN git clone --depth=1 https://git.savannah.gnu.org/git/libunistring.git
38 RUN git clone --depth=1 https://gitlab.com/libidn/libidn2.git
39 RUN git clone --depth=1 https://git.savannah.gnu.org/git/libidn.git
40 RUN wget https://github.com/unicode-org/icu/releases/download/release-59-2/icu4c-59_2-src.tgz && ta…
[all …]
/external/curl/
D.cirrus.yml18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 # 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…
[all …]
Dconfigure.ac18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 # SPDX-License-Identifier: curl
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
72 AC_MSG_ERROR([sed not found in PATH. Cannot continue without sed.])
79 if test -z "$GREP"; then
83 if test -z "$GREP" || test "$GREP" = "not_found"; then
84 AC_MSG_ERROR([grep not found in PATH. Cannot continue without grep.])
89 dnl 'grep -E' is mandatory for configure process and libtool.
[all …]
/external/sandboxed-api/contrib/libidn2/tests/
DCMakeLists.txt7 # https://www.apache.org/licenses/LICENSE-2.0
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 sapi_contrib::libidn2
Dlibidn2_sapi_test.cc7 // https://www.apache.org/licenses/LICENSE-2.0
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 #include "contrib/libidn2/libidn2_sapi.h"
32 ASSERT_THAT(sandbox_->Init(), IsOk()); in SetUpTestSuite()
49 EXPECT_THAT(lib_->idn2_lookup_u8("β").value(), StrEq("xn--nxa")); in TEST_F()
50 EXPECT_THAT(lib_->idn2_lookup_u8("ß").value(), StrEq("xn--zca")); in TEST_F()
51 EXPECT_THAT(lib_->idn2_lookup_u8("straße.de").value(), in TEST_F()
52 StrEq("xn--strae-oqa.de")); in TEST_F()
53 EXPECT_THAT(lib_->idn2_to_unicode_8z8z("xn--strae-oqa.de").value(), in TEST_F()
55 EXPECT_THAT(lib_->idn2_lookup_u8("--- "), Not(IsOk())); in TEST_F()
[all …]
/external/sandboxed-api/contrib/
DCMakeLists.txt7 # https://www.apache.org/licenses/LICENSE-2.0
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 c-blosc
20 libidn2
/external/oss-fuzz/projects/gnutls/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y \
20 pkg-config \
36 ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
38 RUN git clone --depth=1 https://git.savannah.gnu.org/git/libunistring.git
39 RUN git clone --depth=1 https://gitlab.com/libidn/libidn2.git
42 RUN git clone --depth=1 https://git.lysator.liu.se/nettle/nettle.git
44 RUN git clone --depth=1 --recursive https://gitlab.com/gnutls/gnutls.git
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 export CPPFLAGS="-I$DEPS_PATH/include"
21 export LDFLAGS="-L$DEPS_PATH/lib -L$DEPS_PATH/lib64"
27 ./configure --enable-static --disable-shared --prefix=$DEPS_PATH
28 make -j$(nproc)
31 cd $SRC/libidn2
34 …./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$DEPS_P…
35 make -j$(nproc)
[all …]
/external/curl/docs/libcurl/opts/
DCURLOPT_URL.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLINFO_REDIRECT_URL (3)
9 - CURLOPT_CURLU (3)
10 - CURLOPT_FORBID_REUSE (3)
11 - CURLOPT_FRESH_CONNECT (3)
12 - CURLOPT_PATH_AS_IS (3)
13 - CURLOPT_PROTOCOLS (3)
14 - curl_easy_perform (3)
[all …]
/external/curl/.github/workflows/
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 …]
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 …]
/external/curl/scripts/
Dciconfig.pl19 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
22 # SPDX-License-Identifier: curl
27 # check for and use this feature without the configure flag
29 # --enable-
32 'fast-install' => 1,
33 'silent-rules' => 1,
52 'libcurl-option' => 1,
55 'openssl-auto-load-config' => 1,
56 'versioned-symbols' => 1,
57 'symbol-hiding' => 1,
[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 …]
/external/curl/lib/
Didn.c18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * SPDX-License-Identifier: curl
67 (void)uidna_nameToASCII_UTF8(idna, in, -1, buffer, in mac_idn_to_ascii()
93 (void)uidna_nameToUnicodeUTF8(idna, in, -1, buffer, in mac_ascii_to_idn()
163 WCHAR idn[IDN_MAX_LENGTH]; /* stores a UTF-16 string */ in win32_ascii_to_idn()
210 * CURLE_URL_MALFORMAT - the host name could not be converted
211 * CURLE_OUT_OF_MEMORY - memory problem
223 IDN2_NONTRANSITIONAL: Perform Unicode TR46 non-transitional in idn_decode()
237 /* a too old libidn2 version */ in idn_decode()
312 Curl_safefree(host->encalloc); in Curl_free_idnconverted_hostname()
[all …]
DMakefile.mk18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 # SPDX-License-Identifier: curl
25 # Makefile to build curl parts with GCC-like toolchains and optional features.
27 # Usage: make -f Makefile.mk CFG=-feat1[-feat2][-feat3][...]
28 # Example: make -f Makefile.mk CFG=-zlib-ssl-libssh2-ipv6
54 TRIPLET ?= $(shell $(CC) -dumpmachine)
59 # Cross-tools: https://github.com/andrewwutw/build-djgpp
63 # Cross-tools: https://github.com/bebbo/amiga-gcc
67 CPPFLAGS += -I. -I$(PROOT)/include
77 ifneq ($(findstring -debug,$(CFG)),)
[all …]
Dversion.c18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * SPDX-License-Identifier: curl
67 /* Ignore -Wvla warnings in brotli headers */
69 #pragma GCC diagnostic ignored "-Wvla"
105 unsigned int minor = (unsigned int)((zstd_version - in zstd_version()
107 unsigned int patch = (unsigned int)(zstd_version - in zstd_version()
108 (major * 100 * 100) - (minor * 100)); in zstd_version()
116 * It is implemented to work multi-threaded by making sure repeated invokes
193 brotli_version(&br_version[7], sizeof(br_version) - 7); in curl_version()
197 zstd_version(&zst_version[5], sizeof(zst_version) - 5); in curl_version()
[all …]
/external/curl/.circleci/
Dconfig.yml18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 # 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
[all …]

12