| /freebsd/crypto/heimdal/ |
| H A D | NEWS | 1 Release Notes - Heimdal - Version Heimdal 1.5.2 4 - CVE-2011-4862 Buffer overflow in libtelnet/encrypt.c in telnetd - escalation of privilege 5 - Check that key types strictly match - denial of service 7 Release Notes - Heimdal - Version Heimdal 1.5.1 10 - Fix building on Solaris, requires c99 11 - Fix building on Windows 12 - Build system updates 14 Release Notes - Heimdal - Version Heimdal 1.5 18 - Support GSS name extensions/attributes 19 - SHA512 support [all …]
|
| /freebsd/usr.sbin/freebsd-update/ |
| H A D | freebsd-update.8 | 1 .\"- 30 .Nm freebsd-update 36 .Op Fl -currently-running Ar release 40 .Op Fl k Ar KEY 41 .Op Fl -not-running-from-cron 58 In general, binary updates are available for ALPHA, BETA, RC, and RELEASE 62 .Bl -item -offset indent -compact 64 .Fx 13.1-ALPHA3 66 .Fx 13.1-BETA2 68 .Fx 13.1-RC1 [all …]
|
| /freebsd/contrib/kyua/utils/config/ |
| H A D | nodes.cpp | 73 node->_dynamic = _dynamic; in copy_into() 76 base_node* new_node = (*iter).second->deep_copy(); in copy_into() 78 node->_children[(*iter).first] = new_node; in copy_into() 90 /// for invoking this twice so that the two key sets are combined if they happen 93 /// \param key Key to this node. 101 const tree_key& key, in combine_children_into() argument 109 if (node->_children.find(name) != node->_children.end()) { in combine_children_into() 117 new_node.reset((*iter1).second->deep_copy()); in combine_children_into() 119 tree_key child_key = key; in combine_children_into() 121 new_node.reset((*iter1).second->combine(child_key, in combine_children_into() [all …]
|
| /freebsd/crypto/krb5/src/man/ |
| H A D | krb5.conf.man | 5 .nr rst2man-indent-level 0 8 \\$1 \\n[an-margin] 9 level \\n[rst2man-indent-level] 10 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 11 - 12 \\n[rst2man-indent0] 13 \\n[rst2man-indent1] 14 \\n[rst2man-indent2] 19 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 20 . nr rst2man-indent-level +1 [all …]
|
| H A D | kdc.conf.man | 5 .nr rst2man-indent-level 0 8 \\$1 \\n[an-margin] 9 level \\n[rst2man-indent-level] 10 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 11 - 12 \\n[rst2man-indent0] 13 \\n[rst2man-indent1] 14 \\n[rst2man-indent2] 19 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 20 . nr rst2man-indent-level +1 [all …]
|
| H A D | kadmin.man | 4 .nr rst2man-indent-level 0 7 \\$1 \\n[an-margin] 8 level \\n[rst2man-indent-level] 9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 10 - 11 \\n[rst2man-indent0] 12 \\n[rst2man-indent1] 13 \\n[rst2man-indent2] 18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 19 . nr rst2man-indent-level +1 [all …]
|
| H A D | kvno.man | 4 .nr rst2man-indent-level 0 7 \\$1 \\n[an-margin] 8 level \\n[rst2man-indent-level] 9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 10 - 11 \\n[rst2man-indent0] 12 \\n[rst2man-indent1] 13 \\n[rst2man-indent2] 18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 19 . nr rst2man-indent-level +1 [all …]
|
| /freebsd/sys/dev/drm2/ttm/ |
| H A D | ttm_object.h | 3 * Copyright (c) 2006-2009 VMware, Inc., Palo Alto, CA., USA 20 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 28 * Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com> 32 * Base- and reference object implementation for the various 34 * and release on file close. 69 * Device-specific types should use the 91 * @hash: hash entry for the per-device object hash. 107 * already been taken out of the per-device hash. The parameter 112 * This function may, for example, release a lock held by a user-space 116 * are visible to user-space. It provides a global name, race-safe [all …]
|
| /freebsd/contrib/lyaml/ |
| H A D | NEWS.md | 1 # lyaml NEWS - User visible changes 3 ## Noteworthy changes in release 6.2.8 (2022-10-22) [stable] 7 - `luke` no longer crashes in `std.normalize` require loops 10 - lyaml emitter no longer leaks at least six bytes for every 14 ## Noteworthy changes in release 6.2.7 (2020-11-27) [stable] 18 - Don't skip YAML entries from mixed key Lua tables. 21 ## Noteworthy changes in release 6.2.6 (2020-08-28) [stable] 25 - `luke` really propagates `LDFLAGS` to module compilation 29 ## Noteworthy changes in release 6.2.5 (2020-04-15) [stable] 33 - `luke` really propagates `YAML_BINDIR`, `YAML_DIR`, [all …]
|
| /freebsd/sys/contrib/openzfs/config/ |
| H A D | zfs-meta.m4 | 5 dnl # tag matching the form ZFS_META_NAME-ZFS_META_VERSION-*. This allows 9 dnl # ^[ ]*KEY:[ \t]+VALUE$ 12 dnl # - KEY is separated from VALUE by a colon and one or more spaces/tabs. 13 dnl # - KEY and VALUE are case sensitive. 14 dnl # - Leading spaces are ignored. 15 dnl # - First match wins for duplicate keys. 18 dnl # any non-space character since that will prevent the regex from 28 dnl # Name, Version, Release, Date, Author, LT_Current, LT_Revision, LT_Age 50 if test -f "$META"; then 54 if test -n "$ZFS_META_NAME"; then [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/input/ |
| H A D | qcom,pm8xxx-pwrkey.txt | 1 Qualcomm PM8xxx PMIC Power Key 5 - compatible: 9 "qcom,pm8058-pwrkey" 10 "qcom,pm8921-pwrkey" 12 - reg: 14 Value type: <prop-encoded-array> 15 Definition: address of power key control register 17 - interrupts: 19 Value type: <prop-encoded-array> 20 Definition: the first interrupt specifies the key release interrupt [all …]
|
| /freebsd/crypto/krb5/ |
| H A D | README | 1 Kerberos Version 5, Release 1.22 3 Release Notes 7 --------------------------- 9 Copyright (C) 1985-2025 by the Massachusetts Institute of Technology 15 ------------- 25 https://web.mit.edu/kerberos/krb5-latest/doc/ 27 for the most recent supported release, or at 29 https://web.mit.edu/kerberos/krb5-devel/doc/ 31 for the release under development. 42 ---------------------------------- [all …]
|
| /freebsd/crypto/openssl/ |
| H A D | NEWS.md | 5 release. For more details please read the CHANGES file. 8 ---------------- 10 - [OpenSSL 3.5](#openssl-35) 11 - [OpenSSL 3.4](#openssl-34) 12 - [OpenSSL 3.3](#openssl-33) 13 - [OpenSSL 3.2](#openssl-32) 14 - [OpenSSL 3.1](#openssl-31) 15 - [OpenSSL 3.0](#openssl-30) 16 - [OpenSSL 1.1.1](#openssl-111) 17 - [OpenSSL 1.1.0](#openssl-110) [all …]
|
| /freebsd/sbin/nvmecontrol/ |
| H A D | resv.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 83 "Current Reservation Key"), 85 "Preempt Reservation Key"), 94 { arg_string, &acquire_opt.dev, "namespace-id" }, 127 "Current Reservation Key"), 129 "New Reservation Key"), 133 "Ignore Existing Key"), 140 { arg_string, ®ister_opt.dev, "namespace-id" }, 169 "Current Reservation Key"), [all …]
|
| /freebsd/contrib/unbound/util/shm_side/ |
| H A D | shm_main.c | 2 * util/shm_side/shm_main.c - SHM for statistics transport 72 time_t end_usec = end->tv_usec; in stat_timeval_subtract() 73 *d_sec = end->tv_sec - start->tv_sec; in stat_timeval_subtract() 74 if(end_usec < start->tv_usec) { in stat_timeval_subtract() 76 (*d_sec)--; in stat_timeval_subtract() 78 *d_usec = end_usec - start->tv_use in stat_timeval_subtract() [all...] |
| /freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
| H A D | aes.txt | 2 An AES (Rijndael) Implementation in C/C++ (as specified in FIPS-197) 12 in the test code - now DLL_IMPORT and DLL_DYNAMIC_LOAD 105 aeskey.c the main C source code file for the key schedule 147 -------------------------- 150 ----------- 155 Key scheduling code in C, encrypt/decrypt in: 162 Key scheduling and encrypt/decrypt code in assembler: 175 ------- 187 ---------------- 263 symbols - include aes_x86_v1.asm and exclude aescrypt.c [all …]
|
| /freebsd/contrib/bearssl/tools/ |
| H A D | brssl.h | 42 * -- If len is 0, then NULL is returned. 43 * -- If len is non-zero, and allocation fails, then an error message is 49 * free() wrapper, meant to release blocks allocated with xmalloc(). 65 * Duplicate a public key, into newly allocated blocks. The returned 66 * key must be later on released with xfreepkey(). 71 * Release a public key that was allocated with xpkeydup(). If pk is NULL, 164 * are to be considered equal, 0 otherwise. Comparison is case-insensitive 166 * as ASCII codes 0 to 32 inclusive, and also '-', '_', '.', '/', '+' and 173 * (size_t)-1 on error. On error, an explicit error message is printed. 212 * Parse hash function names. This function expects a comma-separated [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | ti,ts3a227e.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Dylan Reid <dgreid@chromium.org> 14 The TS3A227E detect headsets of 3-ring and 4-ring standards and 16 handles key press detection in accordance with the Android audio 22 - ti,ts3a227e 34 - 0 # 2.1 V 35 - 1 # 2.2 V 36 - 2 # 2.3 V [all …]
|
| /freebsd/contrib/unbound/contrib/ |
| H A D | unbound.spec_fedora | 5 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_py… 6 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_… 12 Release: 1%{?dist} 15 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz 20 Source5: root.key 21 Patch1: unbound-1.2-glob.patch 24 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 25 BuildRequires: flex, openssl-devel , ldns-devel >= 1.5.0, 26 BuildRequires: libevent-devel expat-devel 28 BuildRequires: python-devel swig [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_MAC-HMAC.pod | 5 EVP_MAC-HMAC - The HMAC EVP_MAC implementation 34 =item "key" (B<OSSL_MAC_PARAM_KEY>) <octet string> 36 Sets the MAC key. 37 Setting this parameter is identical to passing a I<key> to L<EVP_MAC_init(3)>. 49 =item "digest-noinit" (B<OSSL_MAC_PARAM_DIGEST_NOINIT>) <integer> 54 This option is deprecated and will be removed in a future release. 57 =item "digest-oneshot" (B<OSSL_MAC_PARAM_DIGEST_ONESHOT>) <integer> 59 A flag to set the MAC digest to be a one-shot operation. 61 This option is deprecated and will be removed in a future release. 64 =item "tls-data-size" (B<OSSL_MAC_PARAM_TLS_DATA_SIZE>) <unsigned integer> [all …]
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | EVP_MAC-HMAC.7 | 1 .\" -*- mode: troff; coding: utf-8 -*- 57 .IX Title "EVP_MAC-HMAC 7ossl" 58 .TH EVP_MAC-HMAC 7ossl 2025-09-30 3.5.4 OpenSSL 64 EVP_MAC\-HMAC \- The HMAC EVP_MAC implementation 83 .IP """key"" (\fBOSSL_MAC_PARAM_KEY\fR) <octet string>" 4 84 .IX Item """key"" (OSSL_MAC_PARAM_KEY) <octet string>" 85 Sets the MAC key. 86 Setting this parameter is identical to passing a \fIkey\fR to \fBEVP_MAC_init\fR\|(3). 95 .IP """digest-noinit"" (\fBOSSL_MAC_PARAM_DIGEST_NOINIT\fR) <integer>" 4 96 .IX Item """digest-noinit"" (OSSL_MAC_PARAM_DIGEST_NOINIT) <integer>" [all …]
|
| /freebsd/crypto/openssh/ |
| H A D | README.md | 3 …com/openssh/openssh-portable/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/openssh/op… 4 …tatus](https://oss-fuzz-build-logs.storage.googleapis.com/badges/openssh.svg)](https://bugs.chromi… 5 …//scan.coverity.com/projects/21341/badge.svg)](https://scan.coverity.com/projects/openssh-portable) 7 …ies ``scp`` and ``sftp`` as well as tools for key generation (``ssh-keygen``), run-time key storag… 9 …-like operating systems, including Linux, OS X and Cygwin. Portable OpenSSH polyfills OpenBSD APIs… 17 * [ssh-keygen(1)](https://man.openbsd.org/ssh-keygen.1) 18 * [ssh-agent(1)](https://man.openbsd.org/ssh-agent.1) 21 * [ssh-keyscan(8)](https://man.openbsd.org/ssh-keyscan.8) 22 * [sftp-server(8)](https://man.openbsd.org/sftp-server.8) 26 …release tarballs are available from a number of [download mirrors](https://www.openssh.com/portabl… [all …]
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/ |
| H A D | CHANGELOG.db2 | 1 db2-alpha.0 -> db2-alpha.1 2 This fixes a number of bugs in the alpha release. 3 1. 64-bit functionality. The test suite now runs on alphas. 6 Flush meta-data correctly on sync. 7 1.86 -> db2-alpha.0 8 This is an interim release. We are in the process of 12 In the meantime, this PRELIMINARY release is to correct 13 some known bugs in the hash pacakge. This release uses 18 1.85 -> 1.86 21 1.84 -> 1.85 [all …]
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | OpenSSL_version.3 | 1 .\" -*- mode: troff; coding: utf-8 -*- 58 .TH OPENSSL_VERSION 3ossl 2025-09-30 3.5.4 OpenSSL 70 \&\- get OpenSSL version number and other information 80 \& /* The definitions here are typical release values */ 115 indicates that this is a pre-release version, such as \f(CW"\-dev"\fR for an 116 ongoing development snapshot or \f(CW"\-alpha3"\fR for an alpha release. 132 version text, which includes \fBOPENSSL_FULL_VERSION_STR\fR and the release 136 version for the headers in use is at least at the given pre-requisite major 206 The Windows install context is used to compute the OpenSSL registry key name 207 on Windows. The full registry key is [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OpenSSL_version.pod | 11 - get OpenSSL version number and other information 21 /* The definitions here are typical release values */ 56 indicates that this is a pre-release version, such as C<"-dev"> for an 57 ongoing development snapshot or C<"-alpha3"> for an alpha release. 73 version text, which includes B<OPENSSL_FULL_VERSION_STR> and the release 77 version for the headers in use is at least at the given pre-requisite major 168 The Windows install context is used to compute the OpenSSL registry key name 169 on Windows. The full registry key is 170 C<SOFTWARE\WOW6432Node\OpenSSL-{major}.{minor}-{context}>, where C<{major}>, 226 The Windows install context is used to compute the OpenSSL registry key name [all …]
|