Home
last modified time | relevance | path

Searched +full:key +full:- +full:release (Results 1 – 25 of 748) sorted by relevance

12345678910>>...30

/freebsd/crypto/heimdal/
H A DNEWS1 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 …]
H A DChangeLog.20001 2000-12-31 Assar Westerlund <assar@sics.se>
5 * lib/krb5/string-to-key-test.c (main): handle krb5_init_context
23 * kuser/generate-requests.c (generate_requests): handle
27 * kpasswd/kpasswd-generator.c (generate_requests): handle
39 2000-12-29 Assar Westerlund <assar@sics.se>
44 2000-12-16 Johan Danielsson <joda@pdc.kth.se>
51 2000-12-15 Johan Danielsson <joda@pdc.kth.se>
69 2000-12-13 Johan Danielsson <joda@pdc.kth.se>
73 * lib/krb5/replay.c: fix query-replace-o from MD5 API change, and
76 2000-12-12 Assar Westerlund <assar@sics.se>
[all …]
/freebsd/usr.sbin/freebsd-update/
H A Dfreebsd-update.81 .\"-
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 Dnodes.cpp73 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/sys/dev/drm2/ttm/
H A Dttm_object.h3 * 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/sys/contrib/device-tree/Bindings/input/
H A Dqcom,pm8xxx-pwrkey.txt1 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 …]
H A Domap-keypad.txt3 TI's Keypad controller is used to interface a SoC with a matrix-type
5 A key can be placed at each intersection of a unique row and a unique column.
6 The keypad controller can sense a key-press and key-release and report the
9 This binding is based on the matrix-keymap binding with the following
12 keypad,num-rows and keypad,num-columns are required.
15 - compatible: should be one of the following
16 - "ti,omap4-keypad": For controllers compatible with omap4 keypad
20 - linux,keypad-no-autorepeat: do no enable autorepeat feature.
24 compatible = "ti,omap4-keypad";
25 keypad,num-rows = <2>;
[all …]
H A Dtwl4030-keypad.txt3 TWL4030's Keypad controller is used to interface a SoC with a matrix-type
5 A key can be placed at each intersection of a unique row and a unique column.
6 The keypad controller can sense a key-press and key-release and report the
9 This binding is based on the matrix-keymap binding with the following
12 * keypad,num-rows and keypad,num-columns are required.
15 - compatible: should be one of the following
16 - "ti,twl4030-keypad": For controllers compatible with twl4030 keypad
18 - interrupt: should be one of the following
19 - <1>: For controllers compatible with twl4030 keypad controller.
23 compatible = "ti,twl4030-keypad";
[all …]
H A Dmediatek,pmic-keys.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/mediatek,pmic-keys.yaml#
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd/sys/contrib/openzfs/config/
H A Dzfs-meta.m45 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/sbin/nvmecontrol/
H A Dresv.c1 /*-
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, &register_opt.dev, "namespace-id" },
169 "Current Reservation Key"),
[all …]
/freebsd/contrib/unbound/util/shm_side/
H A Dshm_main.c2 * 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_usec; in stat_timeval_subtract()
92 if(!daemon->cfg->shm_enable) in shm_main_init()
94 if(daemon->cfg->stat_interval == 0) in shm_main_init()
95 log_warn("shm-enable is yes but statistics-interval is 0"); in shm_main_init()
98 shm_size = (sizeof(struct ub_stats_info) * (daemon->num + 1)); in shm_main_init()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dti,ts3a227e.yaml1 # 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/bearssl/tools/
H A Dbrssl.h42 * -- 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/contrib/unbound/contrib/
H A Dunbound.spec_fedora5 %{!?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/share/man/man5/
H A Dos-release.529 .Nm os-release
34 file is a new-line separated list of key value pairs.
39 .Bl -bullet
49 if they contain characters outside of A-Z, a-z and 0-9
51 All strings should be UTF-8 format
53 Non-printable characters should not be used in the strings
61 .Bl -tag -width XXXXXXXXXX -compact
67 Lower case version of the name with only a-z, 0-9,
69 .Ql - ,
73 Lower case version of the version with only a-z, 0-9,
[all …]
/freebsd/release/scripts/
H A Datlas-upload.sh2 #-
34 echo "-b box-name -d 'box description' -f box-to-upload -k api-key -p provider -u user -v version"
51 KEY="${OPTARG}"
67 if [ -z "${BOX}" -o \
68 -z "${FILE}" -o \
69 -z "${KEY}" -o \
70 -z "${PROVIDER}" -o \
71 -z "${USERNAME}" -o \
72 -z "${VERSION}" ];
78 …BOXRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}?access_token…
[all …]
/freebsd/contrib/bearssl/inc/
H A Dbearssl_hmac.h41 * HMAC is initialized with a key and an underlying hash function; it
42 * then fills a "key context". That context contains the processed
43 * key.
45 * With the key context, a HMAC context can be initialized to process
46 * the input bytes and obtain the MAC output. The key context is not
52 * - hash output size does not exceed 64 bytes;
53 * - hash internal state size does not exceed 64 bytes;
54 * - internal block length is a power of 2 between 16 and 256 bytes.
58 * \brief HMAC key context.
60 * The HMAC key context is initialised with a hash function implementation
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_get_peer_tmp_key.pod5 SSL_get_peer_tmp_key, SSL_get_server_tmp_key, SSL_get_tmp_key - get information
12 long SSL_get_peer_tmp_key(SSL *ssl, EVP_PKEY **key);
13 long SSL_get_server_tmp_key(SSL *ssl, EVP_PKEY **key);
14 long SSL_get_tmp_key(SSL *ssl, EVP_PKEY **key);
18 SSL_get_peer_tmp_key() returns the temporary key provided by the peer and
19 used during key exchange. For example, if ECDHE is in use, then this represents
20 the peer's public ECDHE key. On success a pointer to the key is stored in
21 B<*key>. It is the caller's responsibility to free this key after use using
27 behaviour on the server end is release-dependent.
46 Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
/freebsd/contrib/ntp/html/
H A Drelease.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
6 <title>NTP Version 4 Release Notes</title>
10 <h3>NTP Version 4 Release Notes</h3>
14 <!-- #BeginDate format:En1m -
[all...]
/freebsd/crypto/openssh/
H A DREADME.md3 …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)
26release tarballs are available from a number of [download mirrors](https://www.openssh.com/portabl…
[all …]
H A Dssh-add.11 .\" $OpenBSD: ssh-add.1,v 1.86 2023/12/19 06:57:34 jmc Exp $
42 .Nm ssh-add
43 .Nd adds private key identities to the OpenSSH authentication agent
45 .Nm ssh-add
53 .Nm ssh-add
57 .Nm ssh-add
59 .Nm ssh-add
64 adds private key identities to the authentication agent,
65 .Xr ssh-agent 1 .
74 After loading a private key,
[all …]
/freebsd/sys/contrib/openzfs/module/icp/api/
H A Dkcf_mac.c9 * or https://opensource.org/licenses/CDDL-1.0.
51 * CRYPTO_INVALID_KEY: bogus 'key' argument.
64 * key: pointer to a crypto_key_t structure.
68 * MAC with the 'mech' using 'key'. 'tmpl' is created by
73 * single-part message authentication of 'data' with the mechanism
74 * 'mech', using * the key 'key', on the specified provider with
85 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *mac) in crypto_mac() argument
96 if ((pd = kcf_get_mech_provider(mech->cm_type, &me, &error, in crypto_mac()
104 spi_ctx_tmpl = ctx_tmpl->ct_prov_tmpl; in crypto_mac()
107 KCF_SET_PROVIDER_MECHNUM(mech->cm_type, pd, &lmech); in crypto_mac()
[all …]
/freebsd/contrib/ncurses/
H A DANNOUNCE6 curses in System V Release 4.0 (SVr4), and more. It uses terminfo
8 characters and function-key mapping, and has all the other SVr4-curses
12 In mid-June 1995, the maintainer of 4.4BSD curses declared that he
24 vendor unix systems, e.g., AIX, HP-UX, IRIX64, SCO, Solaris,
26 * It should work readily on any ANSI/POSIX-conforming unix.
43 https://invisible-island.net/archives/ncurses/ or
44 https://invisible-mirror.net/archives/ncurses/ .
50 Release Notes
54 This release is designed to be source-compatible with ncurses 5.0
57 ncurses 5 ABI, the reason for the release is to reflect improvements
[all …]
/freebsd/lib/libc/rpc/
H A DREADME3 LINE WITH QUESTIONS ON THIS RELEASE. THEY CANNOT ANSWER QUESTIONS ABOUT THIS
4 UNSUPPORTED SOURCE RELEASE.
8 This distribution contains SunSoft's implementation of transport-independent
9 RPC (TI-RPC), External Data Representation (XDR), and various utilities and
15 transport-specific RPC (TS-RPC).
17 TI-RPC is an enhanced version of TS-RPC that requires the UNIX System V
19 (XTI). TI-RPC is on-the-wire compatible with the TS-RPC, which is supported
20 by almost 70 vendors on all major operating systems. TS-RPC source code
23 This release is a native source release, that is, it is compatible for
24 building on Solaris 2.3. This release was built on Solaris 2.3 using SunPro
[all …]

12345678910>>...30