Home
last modified time | relevance | path

Searched +full:ipv4 +full:- +full:simple +full:- +full:service +full:- +full:config +full:- +full:txt +full:- +full:disabled (Results 1 – 25 of 25) sorted by relevance

/third_party/grpc/test/cpp/naming/
Dresolver_test_record_groups.yaml1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp.
4 - expected_addrs:
5 - {address: '5.5.5.5:443', is_balancer: false}
13 record_to_resolve: no-srv-ipv4-single-target
15 no-srv-ipv4-single-target:
16 - {TTL: '2100', data: 5.5.5.5, type: A}
17 - expected_addrs:
18 - {address: '1.2.3.4:1234', is_balancer: true}
26 record_to_resolve: srv-ipv4-single-target
28 _grpclb._tcp.srv-ipv4-single-target:
[all …]
Dresolver_component_tests_runner.py8 # http://www.apache.org/licenses/LICENSE-2.0
16 # This file is auto-generated
28 argp = argparse.ArgumentParser(description='Run c-ares resolver tests')
29 argp.add_argument('--test_bin_path', default=None, type=str,
31 argp.add_argument('--dns_server_bin_path', default=None, type=str,
33 argp.add_argument('--records_config_path', default=None, type=str,
36 argp.add_argument('--dns_server_port', default=None, type=int,
38 argp.add_argument('--dns_resolver_bin_path', default=None, type=str,
40 argp.add_argument('--tcp_connect_bin_path', default=None, type=str,
67 '--server_host', '127.0.0.1',
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DChangeLog3 2019-08-07 - v2.9
5 - disable use of groups using Brainpool curves
6 - improved protection against side channel attacks
7 [https://w1.fi/security/2019-6/]
8 * EAP-pwd changes
9 - disable use of groups using Brainpool curves
10 - allow the set of groups to be configured (eap_pwd_groups)
11 - improved protection against side channel attacks
12 [https://w1.fi/security/2019-6/]
13 * fixed FT-EAP initial mobility domain association using PMKSA caching
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DChangeLog3 2019-08-07 - v2.9
5 - disable use of groups using Brainpool curves
6 - improved protection against side channel attacks
7 [https://w1.fi/security/2019-6/]
8 * EAP-pwd changes
9 - disable use of groups using Brainpool curves
10 - allow the set of groups to be configured (eap_pwd_groups)
11 - improved protection against side channel attacks
12 [https://w1.fi/security/2019-6/]
13 * fixed FT-EAP initial mobility domain association using PMKSA caching
[all …]
/third_party/curl/docs/
DFAQ20 1.11 Why don't you update ca-bundle.crt
32 3.1 curl: (1) SSL is disabled, https: not supported
34 3.3 Why doesn't my posting using -F work?
41 3.10 What about SOAP, WebDAV, XML-RPC or similar protocols over HTTP?
42 3.11 How do I POST with a different Content-Type?
43 3.12 Why do FTP-specific features over HTTP proxy fail?
45 3.14 Does curl support Javascript or PAC (automated proxy config)?
52 3.21 Protocol xxx not supported or disabled in libcurl
53 3.22 curl -X gives me HTTP problems
73 4.13 Why is curl -R on Windows one hour off?
[all …]
/third_party/NuttX/
DReleaseNotes14 "nuttx-6.27").
16 NuttX-0.1.0
17 -----------
23 This release has been verified on both the Linux user-mode and C5471
25 for the C5471 can be found in arch/c5471/doc/test-results.txt.
29 NuttX-0.1.1
30 -----------
42 This release has been verified on the Linux user-mode platform, the
51 NuttX-0.1.2
52 -----------
[all …]
DChangeLog1 0.1.0 2007-03-09 Gregory Nutt <gnutt@nuttx.org>
7 0.1.1 2007-03-14 Gregory Nutt <gnutt@nuttx.org>
27 were calling printf-like functions.
29 * Added a simple shell called nsh (see examples/nsh).
35 0.1.2 2007-03-19 Gregory Nutt <gnutt@nuttx.org>
48 * Interrupt must be disabled throughout all context switches.
60 0.2.1 2007-03-22 Gregory Nutt <gnutt@nuttx.org>
65 * Eliminate compilation warnings that crept into recent check-ins
71 0.2.2 2007-03-26 Gregory Nutt <gnutt@nuttx.org>
88 * Added directories to hold board-specific header files
[all …]
/third_party/mbedtls/
DChangeLog3 = mbed TLS 2.16.11 branch released 2021-07-07
6 * Fix a bias in the generation of finite-field Diffie-Hellman-Merkle (DHM)
21 performing a single private-key operation. Found and reported by
24 co-located process) could recover a Curve25519 or Curve448 static ECDH key
26 corresponding private-key operation. Found and reported by Leila Batina,
37 mbedtls_mpi_read_string() was called on "-0", or when
43 * In a TLS client, enforce the Diffie-Hellman minimum parameter size
51 * The cipher suite TLS-RSA-WITH-CAMELLIA-256-GCM-SHA384 was not available
52 when SHA-1 was disabled and was offered when SHA-1 was enabled but SHA-384
53 was disabled. Fix the dependency. Fixes #4472.
[all …]
/third_party/cares/
DCHANGES1 Changelog for the c-ares project. Generated with git2changes.pl
6 - c-ares 1.16.1 release prep
8 - update travis to use xcode11.4
10 - Prevent possible double-free in ares_getaddrinfo() if ares_destroy() is called
13 it would result in an invalid read and double-free due to calling end_hquery() twice.
18 - [shelley vohr brought this change]
32 - travis: CloudFlare does not allow T_ANY requests, so live tests that use it fail. Disable.
34 - travis: bump macos image to the latest
36 - cast-align warnings are false for struct sockaddr, silence
38 Create a macro to silence false cast-align warnings when casting
[all …]
/third_party/node/deps/cares/
DCHANGES1 Changelog for the c-ares project. Generated with git2changes.pl
6 - missed version
8 - 1.18.1 release prep
10 - ares_getaddrinfo() was returning the wrong size for ai_addrlen
19 - Windows: autotools force linking to iphlpapi
22 - [Gregor Jasny brought this change]
33 - replace Travis badge with Cirrus-CI badge
35 - c-ares 1.18.0 release prep
38 - [Jérôme Duval brought this change]
47 - valgrind: fix reported invalid read
[all …]
/third_party/pcre2/pcre2/doc/
Dpcre2.txt1 -----------------------------------------------------------------------------
8 -----------------------------------------------------------------------------
16 PCRE2 - Perl-compatible regular expressions (revised API)
25 API is more extensible, and it was simplified by abolishing the sepa-
31 As well as Perl-style regular expression patterns, some features that
35 requesting some minor changes that give better ECMAScript (aka Java-
38 The source code for PCRE2 can be compiled to support strings of 8-bit,
39 16-bit, or 32-bit code units, which means that up to three separate li-
42 64-bit environment that also supports 32-bit applications, versions of
43 PCRE2 that are compiled in both 64-bit and 32-bit modes may be needed.
[all …]
/third_party/curl/tests/
Druntests.pl9 # Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
28 # $HOSTIP, $HOST6IP - Set to the address of the host running the test suite
29 # $CLIENTIP, $CLIENT6IP - Set to the address of the host running curl
30 # runclient, runclientoutput - Modify to copy all the files in the log/
49 # Finally, to properly support -g and -n, checktestcmd needs to change
52 # fixed. As long as the -g option is never given, and the -n is always
60 # usually set by the Makefile, but for out-of-tree builds with direct
132 my $NOLISTENPORT=47; # port number we use for a local non-listening service
137 my $HTTPSPROXYPORT = $noport; # HTTPS-proxy (stunnel) port
156 my $HTTPTLSPORT=$noport; # HTTP TLS (non-stunnel) server port
[all …]
/third_party/glib/
DNEWS10 - #2361 g_key_file_load_from_file segfaults on "Key[*]="like lines
11 - !1997 Backport !1996 “Include glibconfig.h to get the G_OS_UNIX token” to glib-2-68
12 - !2016 GIO W32: Pin gio DLL
13 - !2021 Backport MR !2016 (GIO W32: Pin gio DLL) into glib-2-68
14 - !2022 Few fixes and notes for building on Visual Studio 2012 and earlier
15 - !2034 Backport MR !2032 (gkeyfile: Drop a redundant check) into glib-2-68
16 - !2035 Backport !2026 “Split g_test_log() messages that contain multiple lines” to glib-2-68
19 - English (United Kingdom)
26 - !1987 build: Drop gconstructor_as_data_h usage from glib-compile-schemas
27 - !1989 glib.supp: Generalize some suppressions
[all …]
/third_party/python/Misc/
DNEWS8 *Release date: 2021-02-19*
11 -------
13 - bpo-43155: :c:func:`PyCMethod_New` is now present in ``python3.lib``.
19 *Release date: 2021-02-16*
22 --------
24 - bpo-42967: Fix web cache poisoning vulnerability by defaulting the query
28 - bpo-42938: Avoid static buffers when computing the repr of
32 -----------------
34 - bpo-42819: :mod:`readline`: Explicitly disable bracketed paste in the
41 ``readline.parse_and_bind("set enable-bracketed-paste on")``. Patch by
[all …]
/third_party/chromium/patch/
D0003_ohos_nweb.patch1 diff --git a/BUILD.gn b/BUILD.gn
3 --- a/BUILD.gn
5 @@ -96,6 +96,10 @@ group("gn_all") {
14 deps += [ "//third_party/abseil-cpp:absl_tests" ]
16 diff --git a/base/base_paths_ohos.cc b/base/base_paths_ohos.cc
18 --- a/base/base_paths_ohos.cc
20 @@ -1,4 +1,4 @@
21 -// Copyright (c) 2022 The Chromium Authors. All rights reserved.
23 // Use of this source code is governed by a BSD-style license that can be
26 diff --git a/base/base_paths_ohos.h b/base/base_paths_ohos.h
[all …]
/third_party/gstreamer/gstplugins_base/
DChangeLog3 2019-12-03 11:03:11 +0000 Tim-Philipp Müller <tim@centricular.com>
9 * gst-plugins-base.doap:
13 2019-12-03 11:03:11 +0000 Tim-Philipp Müller <tim@centricular.com>
15 * docs/plugins/inspect/plugin-adder.xml:
16 * docs/plugins/inspect/plugin-alsa.xml:
17 * docs/plugins/inspect/plugin-app.xml:
18 * docs/plugins/inspect/plugin-audioconvert.xml:
19 * docs/plugins/inspect/plugin-audiomixer.xml:
20 * docs/plugins/inspect/plugin-audiorate.xml:
21 * docs/plugins/inspect/plugin-audioresample.xml:
[all …]
/third_party/node/doc/api/
Dall.json21- Deprecated. The feature may emit warnings. Backward\ncompatibility is not guaranteed.</p>\n</blo…
26 "desc": "<!-- STABILITY_OVERVIEW_SLOT_BEGIN -->\n<!-- STABILITY_OVERVIEW_SLOT_END -->",
58-linked shared objects written in C++. The\n<a href=\"modules.html#modules_require_id\"><code>requ…
63simple addon, written in C++, that is the\nequivalent of the following JavaScript code:</p>\n<pre>…
66 "textRaw": "Context-aware addons",
67 "name": "context-aware_addons",
68-aware addon can be constructed by using the macro\n<code>NODE_MODULE_INITIALIZER</code>, which ex…
77 "pr-url": "https://github.com/nodejs/node/pull/34572",
82-on needs to either:</p>\n<ul>\n<li>Be an Node-API addon, or</li>\n<li>Be declared as context-awar…
88 "displayName": "Context-aware addons"
[all …]
Dall.html4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width">
6 <meta name="nodejs.org:node-version" content="v14.19.1">
13 <body class="alt apidoc" id="api-section-all">
22 <li><a href="documentation.html" class="nav-documentation">About this documentation</a></li>
23 <li><a href="synopsis.html" class="nav-synopsis">Usage and example</a></li>
27 <li><a href="assert.html" class="nav-assert">Assertion testing</a></li>
28 <li><a href="async_hooks.html" class="nav-async_hooks">Async hooks</a></li>
29 <li><a href="buffer.html" class="nav-buffer">Buffer</a></li>
30 <li><a href="addons.html" class="nav-addons">C++ addons</a></li>
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog3 2019-12-03 11:06:36 +0000 Tim-Philipp Müller <tim@centricular.com>
9 * gst-plugins-good.doap:
13 2019-12-03 11:06:35 +0000 Tim-Philipp Müller <tim@centricular.com>
15 * docs/plugins/gst-plugins-good-plugins.args:
16 * docs/plugins/inspect/plugin-1394.xml:
17 * docs/plugins/inspect/plugin-aasink.xml:
18 * docs/plugins/inspect/plugin-alaw.xml:
19 * docs/plugins/inspect/plugin-alpha.xml:
20 * docs/plugins/inspect/plugin-alphacolor.xml:
21 * docs/plugins/inspect/plugin-apetag.xml:
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog3 2019-12-03 11:12:59 +0000 Tim-Philipp Müller <tim@centricular.com>
9 * gst-plugins-bad.doap:
13 2019-12-03 11:12:58 +0000 Tim-Philipp Müller <tim@centricular.com>
15 * docs/plugins/gst-plugins-bad-plugins.hierarchy:
16 * docs/plugins/inspect/plugin-accurip.xml:
17 * docs/plugins/inspect/plugin-adpcmdec.xml:
18 * docs/plugins/inspect/plugin-adpcmenc.xml:
19 * docs/plugins/inspect/plugin-aiff.xml:
20 * docs/plugins/inspect/plugin-asfmux.xml:
21 * docs/plugins/inspect/plugin-assrender.xml:
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V8.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
77 ## 2019-12-17, Version 8.17.0 'Carbon' (LTS), @MylesBorins
83 https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli
91 …(https://github.com/nodejs/node/commit/208b813e49)] - **build,win**: add test-ci-native and test-c…
92 * [[`369a23a670`](https://github.com/nodejs/node/commit/369a23a670)] - **deps**: update npm to 6.13…
95 ## 2019-10-09, Version 8.16.2 'Carbon' (LTS), @BethGriggs
97 Node.js 8 is due to go End-of-Life on 31st December 2019.
105 * [[`cc9d005628`](https://github.com/nodejs/node/commit/cc9d005628)] - **crypto**: update root cert…
[all …]
DCHANGELOG_V6.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
86 ## 2019-04-03, Version 6.17.1 'Boron' (LTS), @BethGriggs
88 Node 6 is due to go End-of-Life on 2019-04-30.
97 * [[`c9d21a0c10`](https://github.com/nodejs/node/commit/c9d21a0c10)] - **build**: set `-blibpath:` …
98 * [[`9ba5fd6bad`](https://github.com/nodejs/node/commit/9ba5fd6bad)] - **build**: only check REPLAC…
99 * [[`1371a6f88b`](https://github.com/nodejs/node/commit/1371a6f88b)] - **doc**: simplify CODE\_OF\_…
100 * [[`ad62971573`](https://github.com/nodejs/node/commit/ad62971573)] - **doc**: document that addMe…
101 * [[`8080a9bf40`](https://github.com/nodejs/node/commit/8080a9bf40)] - **http**: fix error check in…
[all …]
DCHANGELOG_IOJS.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
83 ## 2015-09-15, io.js Version 3.3.1 @rvagg
92 * **node-gyp**: Float v3.0.3 which has improved support for Node.js and io.js v0.10 to v4+ (Rod Vag…
94 …/node-v0.x-archive#8751](https://github.com/nodejs/node-v0.x-archive/pull/8751) [nodejs/node-v0.x-
98 See https://github.com/nodejs/io.js/labels/confirmed-bug for complete and current list of known iss…
109 * [[`b73ff52fe6`](https://github.com/nodejs/node/commit/b73ff52fe6)] - **bindings**: close after re…
110 * [[`aa1140e59a`](https://github.com/nodejs/node/commit/aa1140e59a)] - **buffer**: SlowBuffer only …
111 * [[`574475d56e`](https://github.com/nodejs/node/commit/574475d56e)] - **build**: clean up the gene…
[all …]
DCHANGELOG_V14.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
76 ## 2022-03-17, Version 14.19.1 'Fermium' (LTS), @richardlau
83 * Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778)
84 More details are available at https://www.openssl.org/news/secadv/20220315.txt
88 …https://github.com/nodejs/node/commit/b5c52e337e)] - **build**: pin Windows GitHub runner to windo…
89 …0`](https://github.com/nodejs/node/commit/3b1a0b24f0)] - **deps**: update archs files for OpenSSL-
90 * \[[`c83dd99e0b`](https://github.com/nodejs/node/commit/c83dd99e0b)] - **deps**: upgrade openssl s…
94 ## 2022-02-01, Version 14.19.0 'Fermium' (LTS), @richardlau
[all …]
DCHANGELOG_V7.md3 <!--lint disable prohibited-strings-->
4 <!--lint disable maximum-line-length-->
5 <!--lint disable no-literal-urls-->
51 ## 2017-07-11, Version 7.10.1 (Current), @evanlucas
55 https://nodejs.org/en/blog/vulnerability/july-2017-security-releases/
61 * Disable V8 snapshots - The hashseed embedded in the snapshot is
63 collision attacks which could result in a Denial of Service. We have
64 temporarily disabled snapshots until a more robust solution is found
67 * CVE-2017-1000381 - The c-ares function ares_parse_naptr_reply(),
77 …e/commit/ff587deb54)] - **build**: disable V8 snapshots (Ali Ijaz Sheikh) [nodejs/node-private#84]…
[all …]