Home
last modified time | relevance | path

Searched +full:dsa +full:- +full:tag +full:- +full:protocol (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/tcpdump/
H A Dprint-realtek.c2 * Copyright (c) 2007 - Andrey "nording" Chernyak <andrew@nording.ru>
20 * Format and print Realtek Remote Control Protocol (RRCP), Realtek
21 * Loop Detection Protocol (RLDP), and Realtek Echo Protocol (REP) packets,
22 * as well as tag formats used by some Realtek switch chips to supply
23 * tag information to a host CPU for a switch.
30 #include "netdissect-stdinc.h"
36 #define RTL_PROTOCOL_OFFSET 0 /* Protocol and possibly other data - 1 byte */
42 #define RTL_PROTOCOL_XXX_DSA 0x04 /* DSA protocol for some chip(s) */
45 * Values for the upper 4 bits of the protocol field, for
46 * protocols where the lower 4 bits contain protocol data.
[all …]
H A DCHANGES3 Refine protocol decoding for:
5 BGP: Fix an undefined behavior when it tries to parse a too-short packet.
6 CARP: Print the protocol name before any GET_().
7 CDP: only hex-dump unknown TLVs in verbose mode.
8 DHCP: parse the SZTP redirect tag.
9 DHCPv6: client-id/server-id DUID type 2 correction; parse the user class,
10 boot file URL, and SZTP redirect options; add DUID-UUID printing
12 DNS: Detect and correctly handle too-short URI RRs.
25 IPv6: Fix invalid 32-bit versus 64-bit printouts of fragment headers.
27 Kerberos: Print the protocol name, remove a redundant bounds check.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Ddsa-port.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/dsa/dsa-port.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic DSA Switch Port
10 - Andrew Lunn <andrew@lunn.ch>
11 - Florian Fainelli <f.fainelli@gmail.com>
12 - Vladimir Oltean <olteanv@gmail.com>
15 A DSA switch port is a component of a switch that manages one MAC, and can
17 DSA-specific functionality.
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dfsl-ls1028a-kontron-sl28.dts1 // SPDX-License-Identifier: GPL-2.0+
3 * Device Tree file for the Kontron SMARC-sAL28 board.
9 /dts-v1/;
10 #include "fsl-ls1028a.dtsi"
11 #include <dt-bindings/interrupt-controller/irq.h>
12 #include <dt-bindings/gpio/gpio.h>
13 #include <dt-binding
[all...]
/freebsd/contrib/ntp/util/
H A Dntp-keygen.mdoc.in4 .\" EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.mdoc)
6 .\" It has been AutoGen-ed May 25, 2024 at 12:04:46 AM by AutoGen 5.18.16
7 .\" From the definitions ntp-keygen-opts.def
8 .\" and the template file agmdoc-cmd.tpl
10 .Nm ntp-keygen
17 .Op Fl \-option\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc
34 All other files are in PEM\-encode
[all...]
H A Dntp-keygen.1ntp-keygenmdoc2 .Dt NTP_KEYGEN 1ntp-keygenmdoc User Commands
4 .\" EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.mdoc)
6 .\" It has been AutoGen-ed May 25, 2024 at 12:04:46 AM by AutoGen 5.18.16
7 .\" From the definitions ntp-keygen-opts.def
8 .\" and the template file agmdoc-cmd.tpl
10 .Nm ntp-keygen
17 .Op Fl \-option\-nam
[all...]
H A Dntp-keygen-opts.def1 /* -*- Mode: Text -*- */
7 #include autogen-version.def
9 prog-name = "ntp-keygen";
10 prog-title = "create a Network Time Protocol host key";
19 arg-type = number;
20 arg-name = imbits;
21 arg-range = '256->2048';
24 doc = <<- _EndOfDoc_
32 arg-type = string;
33 arg-name = scheme;
[all …]
/freebsd/usr.sbin/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf.565 .Bl -tag -width indent
77 This can be set to allow non-root users to access the
83 The IEEE 802.1x/EAPOL protocol version to use; either 1 (default) or 2.
87 is implemented according to IEEE 802-1X-REV-d8 which defines
101 EAP fast re-authentication; either 1 (default) or 0.
102 Control fast re-authentication support in EAP methods that support it.
114 .Bd -literal -offset indent
126 .Bl -tag -width indent
158 .Li WPA-NONE
163 .Li WPA-NONE
[all …]
/freebsd/crypto/openssh/
H A DPROTOCOL2 protocol.
4 Note that OpenSSH's sftp and sftp-server implement revision 3 of the SSH
5 filexfer protocol described in:
7 https://www.openssh.com/txt/draft-ietf-secsh-filexfer-02.txt
12 The protocol used by OpenSSH's ssh-agent is described in the file
13 PROTOCOL.agent
15 1. Transport protocol changes
17 1.1. transport: Protocol 2 MAC algorithm "umac-64@openssh.com"
19 This is a new transport-layer MAC method using the UMAC algorithm
20 (rfc4418). This method is identical to the "umac-64" method documented
[all …]
H A Dssh.19 .\" incompatible with the protocol description in the RFC file, it must be
61 .Op Fl P Ar tag
78 .Ux Ns -domain
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
170 is a comma-separated list of ciphers
[all …]
H A DChangeLog5 openssh-9.9p2
15 OpenBSD-Commit-ID: 7bcd4ffe0fa1e27ff98d451fb9c22f5fae6e610d
25 OpenBSD-Commit-ID: c656ac4abd1504389d1733d85152044b15830217
31 upstream: fix "Match invalid-user" from incorrectly being activated
36 OpenBSD-Commit-ID: 02703b4bd207fafd03788bc4e7774bf80be6c9a8
56 OpenBSD-Commit-ID: 13511fdef7535bdbc35b644c90090013da43a318
62 upstream: fix ML-KEM768x25519 KEX on big-endian systems; spotted by
66 OpenBSD-Commit-ID: 26d81a430811672bc762687166986cad40d28cc0
76 OpenBSD-Commit-ID: b1c6acec66cd5bd1252feff1d02ad7129ced37c7
84 criteria tokeniser to a more shell-like one. Apparently the old tokeniser
[all …]
/freebsd/contrib/ldns/
H A Dhost2str.c9 * (c) NLnet Labs, 2004-2006
36 #include <openssl/dsa.h>
53 { LDNS_DSA, "DSA" },
56 { LDNS_DSA_NSEC3, "DSA-NSEC3-SHA1" },
57 { LDNS_RSASHA1_NSEC3, "RSASHA1-NSEC3-SHA1" },
60 { LDNS_ECC_GOST, "ECC-GOST"},
75 {LDNS_HASH_GOST, "HASH-GOST" }, /* RFC 5933 */
150 return fmt && (fmt->flags & LDNS_FMT_RFC3597) && in ldns_output_format_covers_type()
151 ((ldns_output_format_storage*)fmt)->bitmap && in ldns_output_format_covers_type()
153 ((ldns_output_format_storage*)fmt)->bitmap, t); in ldns_output_format_covers_type()
[all …]
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
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.
37 * bugfix #50: heap Out-of-bound Read vulnerability in
[all …]
/freebsd/crypto/openssl/
H A DCHANGES.md4 This is a high-level summary of the most important changes.
11 ----------------
13 - [OpenSSL 3.0](#openssl-30)
14 - [OpenSSL 1.1.1](#openssl-111)
15 - [OpenSSL 1.1.0](#openssl-110)
16 - [OpenSSL 1.0.2](#openssl-102)
17 - [OpenSSL 1.0.1](#openssl-101)
18 - [OpenSSL 1.0.0](#openssl-100)
19 - [OpenSSL 0.9.x](#openssl-09x)
22 -----------
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntp.conf.mdoc.in6 .\" It has been AutoGen-ed May 25, 2024 at 12:03:50 AM by AutoGen 5.18.16
8 .\" and the template file agmdoc-cmd.tpl
11 .Nd Network Time Protocol (NTP) daemon configuration file format
14 .Op Fl \-option\-name
15 .Op Fl \-option\-name Ar value
46 host addresses written in numeric, dotted\-quad form,
62 .Bl -bullet -offse
[all...]
H A Dntp.conf.5mdoc6 .\" It has been AutoGen-ed May 25, 2024 at 12:03:50 AM by AutoGen 5.18.16
8 .\" and the template file agmdoc-cmd.tpl
11 .Nd Network Time Protocol (NTP) daemon configuration file format
14 .Op Fl \-option\-name
15 .Op Fl \-option\-name Ar value
46 host addresses written in numeric, dotted\-quad form,
62 .Bl -bullet -offse
[all...]
H A Dntp.conf.def1 /* -*- Mode: Text -*- */
7 // We want the synopsis to be "/etc/ntp.conf" but we need the prog-name
8 // to be ntp.conf - the latter is also how autogen produces the output
10 prog-name = "ntp.conf";
11 file-path = "/etc/ntp.conf";
12 prog-title = "Network Time Protocol daemon (ntpd) configuration format";
15 explain = <<- _END_EXPLAIN
18 doc-section = {
19 ds-type = 'DESCRIPTION';
20 ds-format = 'mdoc';
[all …]
/freebsd/sys/dev/sym/
H A Dsym_hipd.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
5 * PCI-SCSI controllers.
7 * Copyright (C) 1999-2001 Gerard Roudier <groudier@free.fr>
9 * This driver also supports the following Symbios/LSI PCI-SCSI chips:
14 * This driver for FreeBSD-CAM is derived from the Linux sym53c8xx driver.
15 * Copyright (C) 1998-1999 Gerard Roudier
18 * a port of the FreeBSD ncr driver to Linux-1.2.13.
22 * Stefan Esser <se@mi.Uni-Koeln.de>
26 * FreeBSD-CAM services is based on the aic7xxx driver for FreeBSD-CAM
[all …]
/freebsd/contrib/unbound/doc/
H A DChangelog2 - Fix for dnsoverquic and dnstap to use the correct dnstap
6 - Fix for dnstap with dnscrypt and dnstap without dnsoverquic.
9 - Fix to display warning if quic-port is set but dnsoverquic is not
11 - Fix dnsoverquic to extend the number of streams when one is closed.
14 - Fix to disable detection of quic configured ports when quic is
16 - Fix harden-unverified-glue for AAAA cache_fill_missing lookups.
17 - Fix contrib/aaaa-filter-iterator.patch for change in call
21 - Fix cookie_file test sporadic fails for time change during
23 - Fix add reallocarray to alloc stats unit test, and disable
24 override of strdup in unbound-host, and the result of config
[all …]
/freebsd/contrib/libpcap/
H A Dpcap-linux.c2 * pcap-linux.c: Packet capture interface to the Linux kernel
5 * Sebastian Krahmer <krahmer@cs.uni-potsdam.de>
36 * Monitor-mode support for mac80211 includes code taken from the iw
99 #include "pcap-int.h"
100 #include "pcap-util.h"
105 #include "diag-control.h"
124 * least some people are doing cross-builds for MIPS with older versions
135 (__atomic_load_n(&pkt->tp_status, __ATOMIC_ACQUIRE) != TP_STATUS_KERNEL)
137 (__atomic_store_n(&pkt->tp_status, TP_STATUS_KERNEL, __ATOMIC_RELEASE))
139 (__atomic_load_n(&pkt->hdr.bh1.block_status, __ATOMIC_ACQUIRE) != TP_STATUS_KERNEL)
[all …]
H A DCHANGES5 Mark pcap_vasprintf() as printf-like.
16 Avoid casting hack for the Windows cleanup-on-exit routine.
21 Remove the unused pcap-rpcap-int.h header file.
23 Make some static variables thread-local; fixes issue #1174.
36 Avoid 32-bit unsigned integer overflow in USB captures. Fixes
49 Report {non-existent zone}/{interface} errors appropriately.
50 Allow attaching to links owned by a non-global zone. (Based on
55 in recent SDKs, including tagging pcap-namedb.h routines.
63 Report non-existent devices correctly.
89 CVE-2023-7256: Clean up sock_initaddress() and its callers to avoid
[all …]
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt1 # Copyright 1999-2025 The OpenSSL Project Authors. All Rights Reserved.
32 ASN1_R_EXPLICIT_TAG_NOT_CONSTRUCTED:120:explicit tag not constructed
41 ASN1_R_ILLEGAL_IMPLICIT_TAG:179:illegal implicit tag
78 ASN1_R_MSTRING_WRONG_TAG:140:mstring wrong tag
117 ASN1_R_UNKNOWN_TAG:194:unknown tag
124 ASN1_R_WRONG_TAG:168:wrong tag
166 BIO_R_UNSUPPORTED_PROTOCOL_FAMILY:131:unsupported protocol family
287 CMS_R_CIPHER_AEAD_SET_TAG_ERROR:184:cipher aead set tag error
288 CMS_R_CIPHER_GET_TAG:185:cipher get tag
688 EVP_R_EXPECTING_A_DSA_KEY:129:expecting a dsa key
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dsniffer2 #------------------------------------------------------------------------------
13 >5 byte x - version %d
26 >5 byte x - version %d
33 >6 leshort 5 (IP-over-IEEE 1394)
47 >23 leshort x - version %d
70 >4 string >\0 - version %s
80 # https://www.tcpdump.org/manpages/pcap-savefile.5.html
85 0 name pcap-be
86 >4 beshort x - version %d
90 >20 belong&0x03FFFFFF 0 (No link-layer encapsulation
[all …]
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex3 * configlexer.lex - lexical analyzer for unbound config file
5 * Copyright (c) 2001-2006, NLnet Labs. All rights reserved
12 /* because flex keeps having sign-unsigned compare problems that are unfixed*/
14 #pragma GCC diagnostic ignored "-Wsign-compare"
84 if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot, in config_start_include()
85 strlen(cfg_parser->chroot)) == 0) { in config_start_include()
86 filename += strlen(cfg_parser->chroot); in config_start_include()
104 s->filename = cfg_parser->filename; in config_start_include()
105 s->line = cfg_parser->line; in config_start_include()
106 s->buffer = YY_CURRENT_BUFFER; in config_start_include()
[all …]
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h2 * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
24 # include <openssl/dsa.h>
49 /* NOTE - c is not incremented as per c2l */
54 case 8: l2 =((unsigned long)(*(--(c))))<<24; \
55 case 7: l2|=((unsigned long)(*(--(c))))<<16; \
56 case 6: l2|=((unsigned long)(*(--(c))))<< 8; \
57 case 5: l2|=((unsigned long)(*(--(c)))); \
58 case 4: l1 =((unsigned long)(*(--(c))))<<24; \
59 case 3: l1|=((unsigned long)(*(--(c))))<<16; \
60 case 2: l1|=((unsigned long)(*(--(c))))<< 8; \
[all …]

12