Home
last modified time | relevance | path

Searched +full:non +full:- +full:secure +full:- +full:domain (Results 1 – 25 of 185) sorted by relevance

12345678

/freebsd-src/sys/contrib/device-tree/Bindings/misc/
H A Dqcom,fastrpc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
H A Dqcom,fastrpc.txt3 The FastRPC implements an IPC (Inter-Processor Communication)
9 - compatible:
14 - label
17 Definition: should specify the dsp domain name this fastrpc
20 - qcom,non-secure-domain:
23 Definition: Property to specify that dsp domain is non-secure.
25 - qcom,vmids:
30 - #address-cells
35 - #size-cells
43 - All Compute context banks MUST contain the following properties:
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/mailbox/
H A Darm,mhu.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jassi Brar <jaswinder.singh@linaro.org>
13 The ARM's Message-Handling-Unit (MHU) is a mailbox controller that has 3
19 be a 'Secure' resource, hence can't be used by Linux running NS.
22 interrupt signal using a 32-bit register, with all 32-bits logically ORed
28 interrupt. Each of the 32-bits can be used as "doorbell" to alert the remote
37 - arm,mhu
38 - arm,mhu-doorbell
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/clock/
H A Dfujitsu,mb86s70-crg11.txt2 -----------------------------------
5 - compatible : Shall contain "fujitsu,mb86s70-crg11"
6 - #clock-cells : Shall be 3 {cntrlr domain port}
13 compatible = "fujitsu,mb86s70-crg11";
14 #clock-cells = <3>;
18 #mbox-cells = <1>;
21 interrupts = <0 36 4>, /* LP Non-Sec */
22 <0 35 4>, /* HP Non-Sec */
23 <0 37 4>; /* Secure */
24 clocks = <&clock 0 2 1>; /* Cntrlr:0 Domain:2 Port:1 */
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/timer/
H A Darm,arch_timer.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Marc Zyngier <marc.zyngier@arm.com>
11 - Mark Rutland <mark.rutland@arm.com>
13 ARM cores may have a per-core architected timer, which provides per-cpu timers,
17 The per-core architected timer is attached to a GIC to deliver its
18 per-processor interrupts via PPIs. The memory mapped timer is attached to a GIC
24 - items:
25 - const: arm,cortex-a15-timer
[all …]
/freebsd-src/contrib/unbound/doc/
H A Drequirements.txt2 (a.k.a. Treeshrew, Unbound-C)
9 4. Non-Goals
13 ---------------
15 document the goals and non-goals of the project. The DNS (the Domain
26 that also DNSSEC (secure DNS) validation and stub-resolvers (that do not
36 3 lists the goals, while Section 4 lists the explicit non-goals of the
41 ----------
49 a full-fledged C implementation ready for deployed use. NLnet Labs
54 --------
57 o Drop-in replacement for BIND apart from config.
[all …]
H A Dlibunbound.33 .\" libunbound.3 -- unbound library functions manual
47 \- Unbound DNS validating resolver 1.15.0 functions.
155 DNSSEC validation. This is the library API, for using the \-lunbound library.
159 and obtain other information from the DNS. The library performs public\-key
170 The functions are thread\-safe, and a context can be used in a threaded (as
171 well as in a non\-threaded) environment. Also resolution (and validation)
172 can be performed blocking and non\-blocking (also called asynchronous).
197 A power\-user interface that lets you specify one of the options from the
203 A power\-user interface that gets an option value. Some options cannot be
208 A power\-user interface that lets you specify an unbound config file, see
[all …]
H A Dlibunbound.3.in3 .\" libunbound.3 -- unbound library functions manual
47 \- Unbound DNS validating resolver 1.22.0 functions.
155 DNSSEC validation. This is the library API, for using the \-lunbound library.
159 and obtain other information from the DNS. The library performs public\-key
170 The functions are thread\-safe, and a context can be used in a threaded (as
171 well as in a non\-threaded) environment. Also resolution (and validation)
172 can be performed blocking and non\-blockin
[all...]
/freebsd-src/lib/libc/net/
H A Dprotocols3 # See also http://www.iana.org/assignments/protocol-numbers
6 #hopopt 0 HOPOPT # hop-by-hop options for ipv6
9 ggp 3 GGP # gateway-gateway protocol
10 ipencap 4 IP-ENCAP # IP encapsulated in IP (officially ``IP'')
16 bbn-rcc 10 BBN-RCC-MON # BBN RCC Monitoring
17 nvp 11 NVP-II # Network Voice Protocol
25 dcn 19 DCN-MEAS # DCN Measurement Subsystems
28 xns-idp 22 XNS-IDP # Xerox NS IDP
29 trunk-1 23 TRUNK-1 # Trunk-1
30 trunk-2 24 TRUNK-2 # Trunk-2
[all …]
/freebsd-src/contrib/unbound/libunbound/
H A Dunbound.h2 * unbound.h - unbound validating resolver public API
57 * Application not threaded. Non-blocking ('asynchronous').
75 * Application threaded. Non-blocking ('asynchronous').
76 * ... setup threaded-asynchronous config option
78 * ... same as async for non-threaded
90 * The blocking calls use shared ctx-cache when threaded. Thus
95 * And no buffers need to be set up, but a context-switc
183 int secure; global() member
[all...]
/freebsd-src/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
18 * 4. Neither the name of the author nor the names of any co-contributors
60 "usage: yp_mkdb -c", in usage()
61 " yp_mkdb -u dbname", in usage()
62 " yp_mkdb [-c] [-b] [-s] [-f] [-i inputfile] [-o outputfile]", in usage()
63 " [-d domainname ] [-m mastername] inputfile dbname"); in usage()
92 (void)(dbp->close)(dbp); in unwind()
104 char *domain = NULL; in main() local
109 int secure = 0; in main() local
[all …]
/freebsd-src/sys/contrib/xen/io/
H A Dblkif.h4 * Unified block-device I/O interface for Xen guest OSes.
24 * Copyright (c) 2003-2004, Keir Fraser
35 * Front->back notifications: When enqueuing a new request, sending a
37 * hold-off mechanism provided by the ring macros). Backends must set
40 * Back->front notifications: When enqueuing a new response, sending a
42 * hold-off mechanism provided by the ring macros). Frontends must set
80 *------------------ Backend Device Identification (PRIVATE) ------------------
95 * physical-device
102 * physical-device-path
115 * direct-io-safe
[all …]
/freebsd-src/crypto/openssh/
H A Dssh.110 .\" called by a name other than "ssh" or "Secure Shell".
75 It is intended to provide secure encrypted communications between
78 .Ux Ns -domain
79 sockets can also be forwarded over the secure channel.
108 .Bl -tag -width Ds -compact
121 .Xr ssh-agent 1 .
122 This can also be specified on a per-host basis in a configuration file.
127 .Ux Ns -domain
155 .Ux Ns -domain
161 The default value can be set on a host-by-host basis in the
[all …]
H A Dssh_config.510 .\" called by a name other than "ssh" or "Secure Shell".
48 .Bl -enum -offset indent -compact
50 command-line options
55 system-wide configuration file
71 host-specific declarations should be given near the beginning of the
74 The file contains keyword-argument pairs, one per line.
95 keywords are case-insensitive and arguments are case-sensitive):
96 .Bl -tag -width Ds
169 keyword matches only when the configuration file is being re-parsed
178 keyword requests that the configuration be re-parsed (regardless of whether
[all …]
H A Dcanohost.c12 * called by a name other than "ssh" or "Secure Shell".
46 if (addr->ss_family != AF_INET6 || in ipv64_normalise_mapped()
47 !IN6_IS_ADDR_V4MAPPED(&a6->sin6_addr)) in ipv64_normalise_mapped()
52 memcpy(&inaddr, ((char *)&a6->sin6_addr) + 12, sizeof(inaddr)); in ipv64_normalise_mapped()
53 port = a6->sin6_port; in ipv64_normalise_mapped()
57 a4->sin_family = AF_INET; in ipv64_normalise_mapped()
59 memcpy(&a4->sin_addr, &inaddr, sizeof(inaddr)); in ipv64_normalise_mapped()
60 a4->sin_port = port; in ipv64_normalise_mapped()
64 * Returns the local/remote IP-address/hostname of socket as a string.
108 /* Get the Unix domain socket path. */ in get_socket_address()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/arm/
H A Darm,scpi.txt2 ----------------------------------------------------------
10 - compatible : should be
12 * "arm,scpi-pre-1.0" : For implementations complying to all
14 - mboxes: List of phandle and mailbox channel specifiers
17 - shmem : List of phandle pointing to the shared memory(SHM) area between the
27 ------------------------------------------------------------
34 - compatible : should be "arm,scpi-clocks"
36 protocol much be listed as sub-nodes under this node.
38 Sub-nodes
41 - compatible : shall include one of the following
[all …]
H A Darm,scmi.txt2 ----------------------------------------------------------
17 - compatible : shall be "arm,scmi" or "arm,scmi-smc" for smc/hvc transports
18 - mboxes: List of phandle and mailbox channel specifiers. It should contain
22 - shmem : List of phandle pointing to the shared memory(SHM) area as per
24 - #address-cells : should be '1' if the device has sub-nodes, maps to
25 protocol identifier for a given sub-node.
26 - #size-cells : should be '0' as 'reg' property doesn't have any size
28 - arm,smc-id : SMC id required when using smc or hvc transports
32 - mbox-names: shall be "tx" or "rx" depending on mboxes entries.
34 - interrupts : when using smc or hvc transports, this optional
[all …]
/freebsd-src/contrib/ldns/
H A DChangelog1 1.8.3 2022-08-15
8 1.8.2 2022-08-12
14 * Fix -U flag with ldns-signzone. Thanks Ulrich and Jonathan
21 * bugfix #46: Print network errors when secure tracing.
24 * bugfix #145: ldns-verify-zone should not call occluded records
27 1.8.1 2021-12-03
28 * bugfix #146: ldns-1.7.1 had soname 3.0, so ldns-1.8.x soname
30 * Undo PR#123 fix ldns.pc installation when building out-of-source
33 1.8.0 2021-11-26
36 * bugfix: Revert unused variables in ldns-config removal patch.
[all …]
/freebsd-src/share/man/man8/
H A Dyp.871 domain must also be set with the
79 .Tn RPC Ns -based
83 domain to share a common set of configuration files.
107 domain being served.
112 such directories, one for each supported domain.
113 Each domain will have
126 use old-style
174 .Bl -enum
207 utility checks the system's default domain (as set by the
212 These requests specify the name of the domain for which
[all …]
/freebsd-src/contrib/unbound/util/data/
H A Dpacked_rrset.h2 * util/data/packed_rrset.h - data storage for a set of resource records.
54 /** this rrset is A/AAAA and is in-zone-glue (from parent side of zonecut) */
85 * The domain name. If not null (for id=0) it is allocated, and
86 * contains the wireformat domain name.
91 * Length of the domain name, including last 0 root octet.
112 * share the same domain name, type and class.
154 /** Additional information from non-authoritative answers */
156 /** Data from the authority section of a non
[all...]
/freebsd-src/usr.sbin/bsdconfig/include/
H A Dmessages.subr2 # Copyright (c) 2012-2016 Devin Teske
30 hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
46 msg_assume_network_is_already_configured="Running multi-user, assume that the network is already co…
47 msg_assume_yes_to_all_non_critical_dialogs="Assume \"Yes\" answers to all non-critical dialogs"
52 msg_audio_desc="Audio utilities - most require a supported sound card."
85 msg_command_failed_rest_of_script_aborted="Command \`%s' failed - rest of script aborted."
115 msg_dns_desc="Domain Name Service tools."
116 msg_docs_desc="Meta-ports for FreeBSD documentation."
126 msg_enter_the_device_name_of_a_ufs_formatted_partition="Enter the device-name of a UFS formatted pa…
141 msg_forget_all_confirm="WARNING! Are you really sure you want to forget all known networks\nby re-i…
[all …]
/freebsd-src/contrib/tcpdump/
H A Dnameser.h34 * -
52 * -
53 * --Copyright--
65 #define MAXDNAME 256 /* maximum domain name */
66 #define MAXCDNAME 255 /* maximum compressed domain name */
67 #define MAXLABEL 63 /* maximum length of domain label */
82 /* non standar
[all...]
/freebsd-src/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf35 # For UNIX domain sockets (default on Linux and BSD): This is a directory that
36 # will be created for UNIX domain sockets for listening to requests from
48 # run as non-root users. However, since the control interface can be used to
51 # want to allow non-root users to use the control interface, add a new group
69 # library/default.asp?url=/library/en-us/secauthz/security/
72 # DACL (which will reject all connections). See README-Windows.txt for more
78 # wpa_supplicant is implemented based on IEEE Std 802.1X-2004 which defines
85 # defined in IEEE Std 802.1X-201
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8dxl.dtsi1 // SPDX-License-Identifier: GPL-2.0+
6 #include <dt-bindings/clock/imx8-clock.h>
7 #include <dt-bindings/dma/fsl-edma.h>
8 #include <dt-bindings/clock/imx8-lpcg.h>
9 #include <dt-binding
[all...]
/freebsd-src/share/man/man7/
H A Dsecurity.747 multi-user systems have some inherent security, the job of building and
53 only as secure as you make them, and security concerns are ever competing
60 As yesterday's mini-computers and mainframes
74 .Bl -enum -offset indent
89 Typically, DoS attacks are brute-force mechanisms that attempt
99 Brute-force network attacks are harder to deal with.
100 A spoofed-packet attack, for example, is
114 The result is that if you have any moderate-sized user base,
137 may find a bug in a root-ru
[all...]

12345678