Searched +full:ipv4 +full:- +full:simple +full:- +full:service +full:- +full:config +full:- +full:txt +full:- +full:disabled (Results 1 – 22 of 22) sorted by relevance
/third_party/grpc/test/cpp/naming/ |
D | resolver_test_record_groups.yaml | 1 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 …]
|
D | resolver_component_tests_runner.py | 8 # 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/ |
D | ChangeLog | 3 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/ |
D | ChangeLog | 3 2022-01-16 - v2.10 5 - improved protection against side channel attacks 6 [https://w1.fi/security/2022-1/] 7 - added support for the hash-to-element mechanism (sae_pwe=1 or 8 sae_pwe=2); this is currently disabled by default, but will likely 10 - fixed PMKSA caching with OKC 11 - added support for SAE-PK 12 * EAP-pwd changes 13 - improved protection against side channel attacks 14 [https://w1.fi/security/2022-1/] [all …]
|
/third_party/curl/docs/ |
D | FAQ | 20 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/ |
D | ReleaseNotes | 14 "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 …]
|
/third_party/mbedtls/ |
D | ChangeLog | 3 = mbed TLS 3.1.0 branch released 2021-12-17 15 POSIX/Unix-like platforms. 18 * Sign-magnitude and one's complement representations for signed integers are 37 supported on GCC-like compilers and on MSVC and can be configured through 46 * Add support for CCM*-no-tag cipher to the PSA. 47 Currently only 13-byte long IV's are supported. 48 For decryption a minimum of 16-byte long input is expected. 56 protocol. See docs/architecture/tls13-support.md for the definition of 68 man-in-the-middle to inject fake ciphertext into a DTLS connection. 77 * Fix a double-free that happened after mbedtls_ssl_set_session() or [all …]
|
/third_party/node/deps/cares/ |
D | CHANGES | 1 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/ |
D | pcre2.txt | 1 ----------------------------------------------------------------------------- 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/ |
D | runtests.pl | 9 # 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/ |
D | NEWS | 10 - #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/gstreamer/gstplugins_base/ |
D | ChangeLog | 3 2022-06-15 23:36:18 +0100 Tim-Philipp Müller <tim@centricular.com> 7 * gst-plugins-base.doap: 11 2022-06-15 23:36:10 +0100 Tim-Philipp Müller <tim@centricular.com> 16 2022-05-25 02:10:30 +0900 Seungha Yang <seungha@centricular.com> 19 playbin3: Configure combiner on pad-added if needed 21 streams-selected message is posted. 22 The condition can cause a situation where playbin3 links non-existing 23 combiner/playsink pads (since streams-selected is not posted yet) with 24 new decodebin output pad. This commit will re-check selected/active 25 streams condition on pad-added and reconfigure output if needed. [all …]
|
/third_party/node/doc/api/ |
D | all.json | 21 …- 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… 63 …simple 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 …]
|
D | all.html | 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width"> 6 <meta name="nodejs.org:node-version" content="v14.20.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_bad/ |
D | ChangeLog | 3 2022-06-15 23:36:18 +0100 Tim-Philipp Müller <tim@centricular.com> 7 * gst-plugins-bad.doap: 11 2022-06-15 23:36:10 +0100 Tim-Philipp Müller <tim@centricular.com> 16 2022-06-09 23:19:24 +0900 Seungha Yang <seungha@centricular.com> 22 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2584> 24 2022-05-27 05:15:13 +1000 Jan Schmidt <jan@centricular.com> 26 * sys/androidmedia/gstamc-constants.h: 32 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2572> 34 2022-05-30 16:31:38 -0400 Olivier Crête <olivier.crete@collabora.com> 38 webrtcbin: Reject answers that don't contain the same number of m-line as offer [all …]
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 3 2022-06-15 23:36:18 +0100 Tim-Philipp Müller <tim@centricular.com> 8 * gst-plugins-good.doap: 12 2022-06-15 23:36:10 +0100 Tim-Philipp Müller <tim@centricular.com> 17 2022-05-18 10:23:15 +0300 Sebastian Dröge <sebastian@centricular.com> 19 * gst/matroska/matroska-demux.c: 20 … matroskademux: Avoid integer-overflow resulting in heap corruption in WavPack header handling code 26 CVE: CVE-2022-1920 27 https://gstreamer.freedesktop.org/security/sa-2022-0004.html 28 Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1226 29 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2613> [all …]
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V8.md | 3 <!--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 …]
|
D | CHANGELOG_V6.md | 3 <!--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 …]
|
D | CHANGELOG_IOJS.md | 3 <!--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 …]
|
D | CHANGELOG_V14.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 80 ## 2022-09-23, Version 14.20.1 'Fermium' (LTS), @bengl 88 * **[CVE-2022-32212](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212)**: DNS rebindin… 89 * **[CVE-2022-32213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32213)**: bypass via o… 90 * **[CVE-2022-35256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35256)**: HTTP Request… 92 …Security Releases](https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/) blo… 96 …] - **http**: disable chunked encoding when OBS fold is used (Paolo Insogna) [nodejs-private/node-… 97 …1121b456c)] - **src**: fix IPv4 non routable validation (RafaelGSS) [nodejs-private/node-private#3… [all …]
|
D | CHANGELOG_V7.md | 3 <!--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 …]
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 1 diff --git a/src/DEPS b/src/DEPS 3 --- a/src/DEPS 5 @@ -253,7 +253,7 @@ vars = { 6 # Three lines of non-changing comments so that 9 - 'angle_revision': '29b222a3c07c541cafa459ae6886134da3493a4b', 11 # Three lines of non-changing comments so that 14 @@ -292,7 +292,7 @@ vars = { 15 # Three lines of non-changing comments so that 18 - 'freetype_revision': '034e5dbf92ea3a7ea7c9322e47a3a50ff23f7b55', 20 # Three lines of non-changing comments so that [all …]
|