| /freebsd/contrib/tcpdump/ |
| H A D | print-realtek.c | 2 * 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 D | CHANGES | 3 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 D | dsa-port.yaml | 1 # 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 D | fsl-ls1028a-kontron-sl28.dts | 1 // 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 D | ntp-keygen.mdoc.in | 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\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc 34 All other files are in PEM\-encode [all...] |
| H A D | ntp-keygen.1ntp-keygenmdoc | 2 .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 D | ntp-keygen-opts.def | 1 /* -*- 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 D | wpa_supplicant.conf.5 | 65 .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 D | ssh.1 | 9 .\" 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 D | PROTOCOL | 2 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 D | ChangeLog | 11 upstream: openssh-10.0 13 OpenBSD-Commit-ID: db5b4a1f1c9e988f8f166b56dc5643606294b403 24 OpenBSD-Commit-ID: fffc89195968f7eedd2fc57f0b1f1ef3193f5ed1 32 OpenBSD-Commit-ID: f485f79bf3e9ebbe1de13ac96150cf458956cfd8 40 OpenBSD-Commit-ID: f912725c7d303720706b3ccfb2cb846d46296d13 54 OpenBSD-Regress-ID: 08477b936d1d0c1e8a98aa1c0e1bdde8871894c9 62 OpenBSD-Commit-ID: 6e683e13e72bf1e43bbd3bbc6a8332d5a98bdc99 72 OpenBSD-Commit-ID: 04ca29b8eaae1860c7adde3e770baa1866e30a54 78 upstream: Wrap #include <openssl/dsa.h> in #ifdef WITH_DSA 82 OpenBSD-Commit-ID: ed01a7c102243f84e4a317aefb431916d98aab15 [all …]
|
| /freebsd/contrib/ldns/ |
| H A D | host2str.c | 9 * (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 D | Changelog | 1 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/crypto/err/ |
| H A D | openssl.txt | 1 # Copyright 1999-2025 The OpenSSL Project Authors. All Rights Reserved. 32 ASN1_R_EXPLICIT_TAG_NOT_CONSTRUCTED:120:explicit tag not constructed 42 ASN1_R_ILLEGAL_IMPLICIT_TAG:179:illegal implicit tag 79 ASN1_R_MSTRING_WRONG_TAG:140:mstring wrong tag 118 ASN1_R_UNKNOWN_TAG:194:unknown tag 126 ASN1_R_WRONG_TAG:168:wrong tag 175 BIO_R_UNSUPPORTED_PROTOCOL_FAMILY:131:unsupported protocol family 314 CMS_R_CIPHER_AEAD_SET_TAG_ERROR:184:cipher aead set tag error 315 CMS_R_CIPHER_GET_TAG:185:cipher get tag 745 EVP_R_EXPECTING_A_DSA_KEY:129:expecting a dsa key [all …]
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 4 This is a detailed breakdown of significant changes. For a high-level overview 13 ---------------- 15 - [OpenSSL 3.5](#openssl-35) 16 - [OpenSSL 3.4](#openssl-34) 17 - [OpenSSL 3.3](#openssl-33) 18 - [OpenSSL 3.2](#openssl-32) 19 - [OpenSSL 3.1](#openssl-31) 20 - [OpenSSL 3.0](#openssl-30) 21 - [OpenSSL 1.1.1](#openssl-111) 22 - [OpenSSL 1.1.0](#openssl-110) [all …]
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | ntp.conf.mdoc.in | 6 .\" 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 D | ntp.conf.5mdoc | 6 .\" 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 D | ntp.conf.def | 1 /* -*- 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 D | sym_hipd.c | 1 /*- 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/libpcap/ |
| H A D | pcap-linux.c | 2 * 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 D | CHANGES | 5 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/contrib/unbound/doc/ |
| H A D | Changelog | 2 - Too many quotes for the EDE message debug printout. 5 - Small debug output improvement when attaching an EDE. 8 - Fix to print warning for when so-sndbuf setsockopt is not granted. 11 - version set to 1.24.0 for release. 12 - tag for 1.24.0rc1. 13 - Update contrib/aaaa-filter-iterator.patch so it applies on 1.24.0. 16 - Fix #1332: CNAME chains are sometimes not followed when RPZs add a 20 - Update documentation for using "SET ... EX" in Redis. 21 - Document max buffer sizes for Redis commands. 22 - Update man pages. [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | sniffer | 2 #------------------------------------------------------------------------------ 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/crypto/krb5/src/kdc/ |
| H A D | kdc_util.c | 1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ 2 /* kdc/kdc_util.c - Utility functions for the KDC implementation */ 27 * Copyright (c) 2006-2008, Novell, Inc. 54 #include "k5-int.h" 62 #include "net-server.h" 96 /* Returns TRUE if principal is the name of a cross-realm TGS. */ 101 !data_eq(principal->data[1], principal->realm); in is_cross_tgs_principal() 109 data_eq(principal->data[1], principal->realm); in is_local_tgs_principal() 123 if (!krb5_c_valid_cksumtype(his_cksum->checksum_type)) in comp_cksum() 127 if (!krb5_c_is_coll_proof_cksum(his_cksum->checksum_type)) in comp_cksum() [all …]
|
| /freebsd/contrib/unbound/util/ |
| H A D | configlexer.lex | 3 * 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 …]
|