Searched +full:ipv4 +full:- +full:simple +full:- +full:service +full:- +full:config +full:- +full:txt +full:- +full:disabled (Results 1 – 19 of 19) 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 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/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 …]
|
| D | ChangeLog | 1 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/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/mbedtls/ |
| D | ChangeLog | 3 = mbed TLS 2.16.10 branch released 2021-03-12 12 |A| - |B| where |B| is larger than |A| and has more limbs (so the 37 fail. Such a double-free was not safe when MBEDTLS_THREADING_C was 39 * Fix a resource leak in a bad-arguments case of mbedtls_rsa_gen_key() 47 the extension was always marked as non-critical. This was fixed by 50 = mbed TLS 2.16.9 branch released 2020-12-11 54 MBEDTLS_MPI_MAX_SIZE to prevent a potential denial of service when 55 generating Diffie-Hellman key pairs. Credit to OSS-Fuzz. 59 are implemented. This could cause failures or the silent use of non-random 87 * Fix the build when the macro _GNU_SOURCE is defined to a non-empty value. [all …]
|
| /third_party/cares/ |
| D | CHANGES | 1 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/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 | 5 denial of service from a setuid-root process being used to block access to the 9 via Happy Eyeballs (CVE-2020-6750) (#1989) 18 - #1919 read from relative path in g_printerr() in 2.58.3 19 - #1995 Tracker issue for Happy Eyeballs regressions 20 - #1999 GTimeZone fails to accept full Julian day range when parsing the direct $TZ string format 21 - !1323 Backport !1314 “gtimezone: fix parsing of Julian day in POSIX TZ format” to glib-2-62 22 - !1331 Backport !1330 “W32: Correctly set st_ino when doing private stat()” to glib-2-62 23 - !1352 Backport !1351 “glib.supp: update g-threaded-resolver-getaddrinfo-config” to glib-2-62 24 - !1361 Backport !1353 GMainContext source reference fixes to glib-2-62 25 - !1365 Refactor g_socket_client_connect_async() [all …]
|
| /third_party/gstreamer/gstplugins_base/ |
| D | ChangeLog | 3 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/gstreamer/gstplugins_good/ |
| D | ChangeLog | 3 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/ |
| D | ChangeLog | 3 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/ |
| D | CHANGELOG_V6.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 84 ## 2019-04-03, Version 6.17.1 'Boron' (LTS), @BethGriggs 86 Node 6 is due to go End-of-Life on 2019-04-30. 95 * [[`c9d21a0c10`](https://github.com/nodejs/node/commit/c9d21a0c10)] - **build**: set `-blibpath:` … 96 * [[`9ba5fd6bad`](https://github.com/nodejs/node/commit/9ba5fd6bad)] - **build**: only check REPLAC… 97 * [[`1371a6f88b`](https://github.com/nodejs/node/commit/1371a6f88b)] - **doc**: simplify CODE\_OF\_… 98 * [[`ad62971573`](https://github.com/nodejs/node/commit/ad62971573)] - **doc**: document that addMe… 99 * [[`8080a9bf40`](https://github.com/nodejs/node/commit/8080a9bf40)] - **http**: fix error check in… [all …]
|
| D | CHANGELOG_V8.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 72 ## 2019-04-16, Version 8.16.0 'Carbon' (LTS), @MylesBorins 76 * **n-api**: 78 …* mark thread-safe function as stable (Gabriel Schulhof) [#25556](https://github.com/nodejs/node/p… 82 * [[`705935d620`](https://github.com/nodejs/node/commit/705935d620)] - **assert**: fix backport reg… 83 * [[`c07ba9681f`](https://github.com/nodejs/node/commit/c07ba9681f)] - **build**: skip cctest on Wi… 84 * [[`63522886ea`](https://github.com/nodejs/node/commit/63522886ea)] - **build**: add loader path t… 85 * [[`e9369073d9`](https://github.com/nodejs/node/commit/e9369073d9)] - **build**: set `-blibpath:` … [all …]
|
| D | CHANGELOG_IOJS.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 81 ## 2015-09-15, io.js Version 3.3.1 @rvagg 90 * **node-gyp**: Float v3.0.3 which has improved support for Node.js and io.js v0.10 to v4+ (Rod Vag… 92 …/node-v0.x-archive#8751](https://github.com/nodejs/node-v0.x-archive/pull/8751) [nodejs/node-v0.x-… 96 See https://github.com/nodejs/io.js/labels/confirmed-bug for complete and current list of known iss… 107 * [[`b73ff52fe6`](https://github.com/nodejs/node/commit/b73ff52fe6)] - **bindings**: close after re… 108 * [[`aa1140e59a`](https://github.com/nodejs/node/commit/aa1140e59a)] - **buffer**: SlowBuffer only … 109 * [[`574475d56e`](https://github.com/nodejs/node/commit/574475d56e)] - **build**: clean up the gene… [all …]
|
| D | CHANGELOG_V12.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 73 ## 2021-02-23, Version 12.21.0 'Erbium' (LTS), @richardlau 81 * **CVE-2021-22883**: HTTP2 'unknownProtocol' cause Denial of Service by resource exhaustion 82 …* Affected Node.js versions are vulnerable to denial of service attacks when too many connection a… 83 * **CVE-2021-22884**: DNS rebinding in --inspect 84 …service attacks when the whitelist includes “localhost6”. When “localhost6” is not present in /etc… 85 * **CVE-2021-23840**: OpenSSL - Integer overflow in CipherUpdate 86 …ted through Node.js. You can read more about it in https://www.openssl.org/news/secadv/20210216.txt [all …]
|
| D | CHANGELOG_V7.md | 3 <!--lint disable prohibited-strings--> 4 <!--lint disable maximum-line-length--> 5 <!--lint disable no-literal-urls--> 49 ## 2017-07-11, Version 7.10.1 (Current), @evanlucas 53 https://nodejs.org/en/blog/vulnerability/july-2017-security-releases/ 59 * Disable V8 snapshots - The hashseed embedded in the snapshot is 61 collision attacks which could result in a Denial of Service. We have 62 temporarily disabled snapshots until a more robust solution is found 65 * CVE-2017-1000381 - The c-ares function ares_parse_naptr_reply(), 75 …e/commit/ff587deb54)] - **build**: disable V8 snapshots (Ali Ijaz Sheikh) [nodejs/node-private#84]… [all …]
|