Home
last modified time | relevance | path

Searched +full:- +full:- +full:disable +full:- +full:smb (Results 1 – 25 of 76) sorted by relevance

1234

/external/tcpdump/
Dbuild.sh1 #!/bin/sh -e
4 # REMOTE, CC, CMAKE, CRYPTO and SMB.
11 : "${SMB:=no}"
18 if [ -z "$PREFIX" ]; then
29 # are not warning-free for one or another reason. If you manage to fix one of
34 clang-*/SunOS-5.11)
37 # [-Wstrict-prototypes]
39 # [-Wstrict-prototypes]
40 [ "`uname -o`" = illumos ] && TCPDUMP_TAINTED=yes
50 [ "$TCPDUMP_CMAKE_TAINTED" != yes ] && CMAKE_OPTIONS='-Werror=dev'
[all …]
DCHANGES7 CVE-2023-1801: Fix an out-of-bounds write in the SMB printer.
14 Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21.
21 PTP: Use the proper values for the control field and print un-allocated
29 Makefile.in: Add "make -s install" in the releasecheck target.
33 Address all shellcheck warnings in update-test.sh.
46 BGP: decode BGP link-bandwidth extended community properly.
69 Zephyr: Avoid printing non-ASCII characters.
73 IPv6: Remove an obsolete code in an always-false #if wrapper.
91 IPv6: Add some checks for the Hop-by-Hop Options header
92 IPv6: Add a check for the Jumbo Payload Hop-by-Hop option.
[all …]
Dconfigure.ac25 # At minimum, we want C++/C99-style // comments.
40 AS_HELP_STRING([--disable-universal],[don't build universal on macOS]))
46 # Leopard. Build for x86 and 32-bit PowerPC, with
49 V_CCOPT="$V_CCOPT -arch i386 -arch ppc"
50 LDFLAGS="$LDFLAGS -arch i386 -arch ppc"
55 # Snow Leopard. Build for x86-64 and x86, with
56 # x86-64 first. (That's what Apple does.)
58 V_CCOPT="$V_CCOPT -arch x86_64 -arch i386"
59 LDFLAGS="$LDFLAGS -arch x86_64 -arch i386"
68 [AS_HELP_STRING([--with-smi],
[all …]
/external/perfetto/include/perfetto/ext/tracing/core/
Dtracing_service.h8 * http://www.apache.org/licenses/LICENSE-2.0
91 // exhausts its SMB and stalls waiting for the service to catch up with
106 // is thread-safe but the returned object is not. A TraceWriter should be
173 // This is to support pre-initialization and fast triggering of traces.
180 // of options can be changed mid-session. Currently the only
187 // It's a no-op if called after a regular EnableTracing(), without setting
194 // cloned in read-only mode and can only be used to read a snapshot of an
221 // This is required for legacy out-of-repo clients like arctraceservice which
222 // use the 2-version parameter.
243 // To disable observing, pass 0.
[all …]
/external/curl/docs/
DCURL-DISABLE.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
7 # Code defines to disable features and protocols
11 Disable support for Alt-Svc: HTTP headers.
15 Disable support for binding the local end of connections.
19 Disable support for HTTP cookies.
23 Disable support for the Basic authentication methods.
27 Disable support for the Bearer authentication methods.
31 Disable support for the Digest authentication methods.
[all …]
DURL-SYNTAX.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
14 - [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) (although URL is called
16 - [The WHATWG URL Specification](https://url.spec.whatwg.org/)
68 inter-operate better with URLs that appear in the wild.
78 by re-encoding them to `%20`.
80 ### non-ASCII
83 are percent-encoded by curl.
89 RFC 3986 but not according to the WHATWG spec - which allows one to infinity
[all …]
/external/libcups/config-scripts/
Dcups-defaults.m44 dnl Copyright © 2007-2018 by Apple Inc.
5 dnl Copyright © 2006-2007 by Easy Software Products, all rights reserved.
12 LANGUAGES="`ls -1 locale/cups_*.po 2>/dev/null | sed -e '1,$s/locale\/cups_//' -e '1,$s/\.po//' | t…
14 AC_ARG_WITH(languages, [ --with-languages set installed languages, default=all ],[
22 dnl macOS bundle-based localization support
23 AC_ARG_WITH(bundledir, [ --with-bundledir set localization bundle directory ],
25 if test "x$host_os_name" = xdarwin -a $host_os_version -ge 100; then
37 AC_ARG_WITH(bundlelang, [ --with-bundlelang set localization bundle base language (English o…
39 if test $host_os_version -ge 190; then
45 if test "x$cups_bundlelang" != x -a "x$CUPS_BUNDLEDIR" != x; then
[all …]
/external/curl/
Dandroidconfigure3 set -e
8 echo "Run 'lunch aosp_arm-eng' and build the current version first." >&2
20 HOST="arm-linux-androideabi"
22 export CC="${T}/prebuilts/clang/host/linux-x86/${CLANG_VERSION}/bin/clang"
23 export LD="${T}/prebuilts/clang/host/linux-x86/${CLANG_VERSION}/bin/lld"
28 "--sysroot ${T}/out/soong/ndk/sysroot/"
31 "-I${T}/external/zlib/"
32 # We don't have target-specific clang binaries like the NDK, so provide
34 "--target=armv7a-linux-androideabi34"
41 "-L${ANDROID_PRODUCT_OUT}/system/lib/"
[all …]
D.azure-pipelines.yml21 # SPDX-License-Identifier: curl
32 - 'master'
33 - '*/ci'
36 - '.circleci/*'
37 - '.cirrus.yml'
38 - '.github/*'
39 - '.github/workflows/*'
40 - 'appveyor.*'
41 - 'packages/*'
42 - 'plan9/*'
[all …]
Dconfigure.ac21 # 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
79 if test -z "$GREP"; then
83 if test -z "$GREP" || test "$GREP" = "not_found"; then
89 dnl 'grep -E' is mandatory for configure process and libtool.
91 if test -z "$EGREP"; then
93 AC_MSG_CHECKING([that grep -E works])
94 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then
[all …]
/external/perfetto/protos/perfetto/ipc/
Dproducer_port.proto8 * http://www.apache.org/licenses/LICENSE-2.0
51 // ----------------------------------------------------
53 // ----------------------------------------------------
82 // ----------------------------------------------------
84 // ----------------------------------------------------
89 // - RegisterDataSource(A)
90 // - RegisterDataSource(B)
91 // - Sync()
96 // ----------------------------------------------------
98 // ----------------------------------------------------
[all …]
/external/perfetto/include/perfetto/tracing/
Dtracing.h8 * http://www.apache.org/licenses/LICENSE-2.0
78 // of platform-specific bits like thread creation and TLS slot handling. If
83 // process and the service backend(s). This is a trade-off between memory
91 // This is a trade-off between IPC overhead and fragmentation/efficiency of
96 // [Optional] The length of the period during which shared-memory-buffer
98 // producer side, before the service is notified of them over an out-of-band
101 // a trade-off between IPC traffic overhead and the ability to sustain bursts
111 // [Optional] Enables direct producer-side patching of chunks that have not
161 // This is intended for the use-case where a process being traced is run
180 // The entry-point for using perfetto.
[all …]
/external/oss-fuzz/projects/suricata/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
20 tar -xvzf pcre2-10.36.tar.gz
21 cd pcre2-10.36
22 ./configure --disable-shared
23 make -j$(nproc) clean
24 make -j$(nproc) all
25 make -j$(nproc) install
28 tar -xvzf lz4-1.9.2.tar.gz
29 cd lz4-1.9.2
[all …]
/external/libcups/scheduler/
Ddirsvc.c4 * Copyright © 2007-2018 by Apple Inc.
5 * Copyright © 1997-2007 by Easy Software Products, all rights reserved.
88 * 'cupsdDeregisterPrinter()' - Stop sending broadcast information for a
95 cupsd_printer_t *p, /* I - Printer to register */ in cupsdDeregisterPrinter()
96 int removeit) /* I - Printer being permanently removed */ in cupsdDeregisterPrinter()
103 "cupsdDeregisterPrinter(p=%p(%s), removeit=%d)", p, p->name, in cupsdDeregisterPrinter()
106 if (!Browsing || !p->shared || in cupsdDeregisterPrinter()
107 (p->type & (CUPS_PRINTER_REMOTE | CUPS_PRINTER_SCANNER))) in cupsdDeregisterPrinter()
122 * 'cupsdRegisterPrinter()' - Start sending broadcast information for a
127 cupsdRegisterPrinter(cupsd_printer_t *p)/* I - Printer */ in cupsdRegisterPrinter()
[all …]
/external/curl/.github/workflows/
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/perfetto/include/perfetto/tracing/internal/
Dtrack_event_macros.h8 * http://www.apache.org/licenses/LICENSE-2.0
49 /* The per-instance enable/disable state per category */ \
55 /* 2) For declaring the per-namespace TrackEvent data source. */ \
58 /* extern type (to avoid declaring a type based on a translation-unit */ \
65 /* non-constexpr registry. See */ \
88 // `virtual ~TrackEvent` is added to avoid `-Wweak-vtables` warning.
227 [&]() -> bool { \
247 // read the last trace packet from an incomplete SMB chunk (crbug.com/1021571
248 // and b/162206162) when scraping the SMB. Adding an empty trace packet ensures
/external/curl/scripts/
Dciconfig.pl22 # SPDX-License-Identifier: curl
29 # --enable-
32 'fast-install' => 1,
33 'silent-rules' => 1,
47 'smb' => 1,
52 'libcurl-option' => 1,
55 'openssl-auto-load-config' => 1,
56 'versioned-symbols' => 1,
57 'symbol-hiding' => 1,
58 'threaded-resolver' => 1,
[all …]
/external/libcups/man/
Dcups-files.conf.52 .\" cups-files.conf man page for CUPS.
4 .\" Copyright © 2007-2019 by Apple Inc.
5 .\" Copyright © 1997-2006 by Easy Software Products.
10 .TH cups-files.conf 5 "CUPS" "26 April 2019" "Apple Inc."
12 cups\-files.conf \- file and directory configuration file for cups
14 The \fBcups\-files.conf\fR file configures the files and directories used by the CUPS scheduler,
20 The configuration directive name and values are case-insensitive.
41 AccessLog /var/log/cups/%s-access_log
48 Specifies the directory to use for long-lived temporary (cache) files.
58 There is no way to disable this security feature.
[all …]
/external/curl/.circleci/
Dconfig.yml21 # 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
46 … ./configure --disable-verbose --enable-werror --with-openssl || { tail -1000 config.log; false; }
[all …]
/external/curl/lib/
Dcurl_config.h.in3 /* Ignore c-ares deprecation warnings */
21 /* disable alt-svc */
24 /* to disable AWS sig support */
27 /* to disable basic authentication */
30 /* to disable bearer authentication */
33 /* disable local binding support */
36 /* to disable cookies support */
39 /* to disable DICT */
42 /* to disable digest authentication */
45 /* disable DoH */
[all …]
Dcurl_config.h4 /* Ignore c-ares deprecation warnings */
22 /* disable alt-svc */
25 /* to disable cookies support */
28 /* to disable DICT */
31 /* disable DoH */
34 /* to disable FILE */
37 /* disable form API */
40 /* to disable FTP */
43 /* to disable curl_easy_options */
46 /* to disable Gopher */
[all …]
/external/perfetto/src/tracing/service/
Dtracing_service_impl.cc8 * http://www.apache.org/licenses/LICENSE-2.0
105 // This is a macro because we want the call-site line number for the ELOG.
142 return -1; in writev()
166 uint32_t mask = (1 << 10) - 1; in EncodeCommitDataRequest()
179 packets->emplace_back(); in SerializeAndAppendPacket()
180 packets->back().AddSlice(std::move(slice)); in SerializeAndAppendPacket()
187 // However, the current implementation of TraceBuffer (the non-shared in EnsureValidShmSizes()
214 page_size_is_valid &= (num_pages & (num_pages - 1)) == 0; in EnsureValidShmSizes()
247 // trace in a location that is not SELinux-allowed (a generic "permission in CreateTraceFile()
251 static const char* kTraceDirBasePath = "/data/misc/perfetto-traces/"; in CreateTraceFile()
[all …]
/external/perfetto/src/tracing/test/
Dtracing_integration_test.cc8 * http://www.apache.org/licenses/LICENSE-2.0
53 ipc::TestSocket kProducerSock{"tracing_test-producer"};
54 ipc::TestSocket kConsumerSock{"tracing_test-consumer"};
102 // Workaround, gmock doesn't support yet move-only types, passing a pointer.
130 ipc::kIPCBufferSize - 512,
145 svc_->Start(kProducerSock.name(), kConsumerSock.name()); in SetUp()
152 task_runner_->CreateCheckpoint("on_producer_connect"); in SetUp()
154 task_runner_->RunUntilCheckpoint("on_producer_connect"); in SetUp()
159 producer_endpoint_->RegisterDataSource(ds_desc); in SetUp()
165 task_runner_->CreateCheckpoint("on_consumer_connect"); in SetUp()
[all …]
/external/curl/docs/libcurl/
Dlibcurl-security.md1 ---
3 SPDX-License-Identifier: curl
4 Title: libcurl-security
7 See-also:
8 - libcurl-thread (3)
10 - All
11 ---
12 <!-- markdown-link-check-disable -->
15 libcurl-security - security considerations when using libcurl
22 powerful library, however, which allows application writers to make trade-offs
[all …]
/external/aws-sdk-java-v2/services/storagegateway/src/main/resources/codegen-resources/
Dservice-2.json4 "apiVersion":"2013-06-30",
12 "uid":"storagegateway-2013-06-30"
55 …>Storage volumes</p> </li> <li> <p>Virtual tapes</p> </li> <li> <p>NFS and SMB file shares</p> </l…
125 …creating a snapshot. It also makes it easier to move your volumes from an on-premises gateway to a…
181 …"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html\">Activa…
195SMB) file share on an existing S3 File Gateway. In Storage Gateway, a file share is a file system …
210-in-time snapshots of your data to Amazon Simple Storage (Amazon S3) for durable off-site recovery…
323 …"documentation":"<p>Deletes Challenge-Handshake Authentication Protocol (CHAP) credentials for a s…
365 …href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/backing-up-volumes.html\">Backi…
421 …ref=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeSnapshots.…
[all …]

1234