Searched +full:ipv4 +full:- +full:no +full:- +full:config +full:- +full:for +full:- +full:cpp (Results 1 – 15 of 15) sorted by relevance
1 resolver_tests_common_zone_name: resolver-tests-version-4.grpctestingexp.3 - expected_addrs:4 - {address: '5.5.5.5:443', is_balancer: false}7 record_to_resolve: no-srv-ipv4-single-target9 no-srv-ipv4-single-target:10 - {TTL: '2100', data: 5.5.5.5, type: A}11 - expected_addrs:12 - {address: '1.2.3.4:1234', is_balancer: true}15 record_to_resolve: srv-ipv4-single-target17 _grpclb._tcp.srv-ipv4-single-target:[all …]
8 # http://www.apache.org/licenses/LICENSE-2.013 # See the License for the specific language governing permissions and16 # This file is auto-generated28 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,35 'specifies records for the DNS sever. '))36 argp.add_argument('--dns_server_port', default=None, type=int,38 argp.add_argument('--dns_resolver_bin_path', default=None, type=str,[all …]
9 * http://www.apache.org/licenses/LICENSE-2.014 * See the License for the specific language governing permissions and33 #include "test/cpp/util/subprocess.h"34 #include "test/cpp/util/test_config.h"113 memcpy(&dest_addr_as_resolved_addr.addr, dest_addr, dest_addr->len); in GetSourceAddr()114 dest_addr_as_resolved_addr.len = dest_addr->len; in GetSourceAddr()125 TestAddressToGrpcResolvedAddress(it->second); in GetSourceAddr()126 memcpy(source_addr->addr, &source_addr_as_resolved_addr.addr, in GetSourceAddr()128 source_addr->len = source_addr_as_resolved_addr.len; in GetSourceAddr()133 // user provided test config[all …]
8 * http://www.apache.org/licenses/LICENSE-2.013 * See the License for the specific language governing permissions and16 * clatd_test.cpp - unit tests for clatd33 #include "config.h"40 // For convenience.50 // clang-format off77 0xc8, 0x8b, 0, 53, /* Port 51339->53 */ \78 0x00, UDP_LEN, 0, 0, /* Length 21, checksum empty for now */90 // Macros to return pseudo-headers from packets.175 // clang-format on[all …]
3 # Guess values for system-dependent variables and create Makefiles.4 # Generated by GNU Autoconf 2.69 for OpenSSH Portable.6 # Report bugs to <openssh-unix-dev@mindrot.org>.9 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.14 ## -------------------- ##16 ## -------------------- ##19 DUALCASE=1; export DUALCASE # for MKS sh20 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :23 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which25 alias -g '${1+"$@"}'='"$@"'[all …]
19 openssh-7.521 Upstream-ID: b8b9a4a949427c393cd868215e1724ceb3467ee535 on Cygwin, check paths from server for backslashes43 Yet another synonym for ASCII: "646"45 Used by NetBSD; this unbreaks mprintf() and friends there for the C55 path limit for Unix domain sockets. As a bandaid for bz#2660,67 Upstream-ID: 3668852d1f145050e62f1da08917de34cb0c523473 Include includes.h for compat bits.85 Adapt Cygwin config script to privsep knob removal97 Upstream-ID: b7a9dbd71011ffde95e06f6945fe7197dedd1604[all …]
3 # Guess values for system-dependent variables and create Makefiles.4 # Generated by GNU Autoconf 2.69 for python 2.7.9 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.14 ## -------------------- ##16 ## -------------------- ##19 DUALCASE=1; export DUALCASE # for MKS sh20 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :23 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which25 alias -g '${1+"$@"}'='"$@"'28 case `(set -o) 2>/dev/null` in #([all …]
19 # pybuilddir.txt will be created by --generate-posix-vars in the Makefile20 rm -f pybuilddir.txt26 AC_MSG_CHECKING([for python interpreter for cross build])27 if test -z "$PYTHON_FOR_BUILD"; then28 for interp in python$PACKAGE_VERSION python2 python; do30 …if $interp -c 'import sys;sys.exit(not (sys.version_info@<:@:2@:>@ >= (2,7) and sys.version_info@<…39 …dir) _PYTHON_HOST_PLATFORM=$(_PYTHON_HOST_PLATFORM) PYTHONPATH=$(shell test -f pybuilddir.txt && e…42 AC_MSG_ERROR([Cross compiling required --host=HOST-TUPLE and --build=ARCH])44 PYTHON_FOR_BUILD='./$(BUILDPYTHON) -E'54 prefix=`echo "$prefix" | sed -e 's/\/$//g'`[all …]
2 # Guess values for system-dependent variables and create Makefiles.3 # Generated by GNU Autoconf 2.69 for python 3.7.8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.13 ## -------------------- ##15 ## -------------------- ##18 DUALCASE=1; export DUALCASE # for MKS sh19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which24 alias -g '${1+"$@"}'='"$@"'27 case `(set -o) 2>/dev/null` in #([all …]
15 if test "$srcdir" != . -a "$srcdir" != "$(pwd)"; then16 # If we're building out-of-tree, we need to make sure the following18 # Objects/ -> typeslots.inc19 # Include/ -> Python-ast.h, graminit.h20 # Python/ -> importlib.h22 # regenerated when building out-of-tree, regardless of whether or not23 # the $srcdir counterpart is up-to-date. This is an acceptable trade25 BASECPPFLAGS="-IObjects -IInclude -IPython"34 if test -e $srcdir/.git36 AC_CHECK_PROG(HAS_GIT, git, found, not-found)[all …]
1 ChangeLog for wpa_supplicant3 2018-12-02 - v2.76 [https://w1.fi/security/2017-1/] (CVE-2017-13077, CVE-2017-13078,7 CVE-2017-13079, CVE-2017-13080, CVE-2017-13081, CVE-2017-13082,8 CVE-2017-13086, CVE-2017-13087, CVE-2017-13088)9 * fixed unauthenticated EAPOL-Key decryption in wpa_supplicant10 [https://w1.fi/security/2018-1/] (CVE-2018-14526)11 * added support for FILS (IEEE 802.11ai) shared key authentication12 * added support for OWE (Opportunistic Wireless Encryption, RFC 8110;14 * added support for DPP (Wi-Fi Device Provisioning Protocol)[all …]
2 # Guess values for system-dependent variables and create Makefiles.3 # Generated by GNU Autoconf 2.69 for curl -.8 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.14 # Copyright (c) 1998 - 2019 Daniel Stenberg, <daniel@haxx.se>16 # terms of the curl license; see COPYING for more details18 ## -------------------------------- ##20 ## -------------------------------- ##65 # Try built-in echo, and fail.76 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success'92 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success'[all …]
9 Aleksey Sanin support for c14n 1.110 * c14n.c include/libxml/c14n.h: adds support for C14N 1.1,14 * result/c14n/1-1-without-comments/* test/c14n/1-1-without-comments/*:19 * config.h.in: update of libtool seems to have modified it90 * doc/*: updated SVN URL for GNOME as pointed by Vincent Lefevre95 * parser.c: hide the nbParse* variables used for debugging100 * include/wsockcompat.h win32/Makefile.bcb xpath.c: fixes for115 * trio.h: changed include of config.h to be surrounded by144 port patch from Marcus Meissner to add gcc checking for188 * tree.c: set doc on last child tree in xmlAddChildList for [all …]
1 2018-10-30 Dmitry V. Levin <ldv@altlinux.org>3 Prepare for 4.25 release.4 * NEWS: Update for 4.25 release.10 2018-10-25 Dmitry V. Levin <ldv@altlinux.org>14 2018-10-25 Elvira Khabirova <lineprinter@altlinux.org>28 Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>30 2018-10-25 Dmitry V. Levin <ldv@altlinux.org>33 Linux commit v4.19-rc2-5-g2ecefa0a15fd0ef88b9cd5d15ceb81300813643137 * tests/keyctl.c (main): Use designated initializers for40 2018-10-24 Dmitry V. Levin <ldv@altlinux.org>[all …]
... .kotlin.config org.jetbrains.kotlin.config.MavenComparableVersion$ListItem extends java.util.ArrayList ...