Lines Matching +full:string +full:- +full:support

1 .. SPDX-License-Identifier: GPL-2.0
9 - Overview.
10 - Compilation.
11 - Setting up.
12 - Usage.
13 - Mechanism.
14 - Debugging.
22 upcalled to userspace through /sbin/request-key.
25 request-key. It is under development and does not yet provide the full feature
26 set. The features it does support include:
30 It does not yet support the following AFS features:
32 (*) Dns query support for AFSDB resource record.
42 CONFIG_DNS_RESOLVER - tristate "DNS Resolver support"
48 To set up this facility, the /etc/request-key.conf file must be altered so that
49 /sbin/request-key can appropriately direct the upcalls. For example, to handle
54 #OP TYPE DESC CO-INFO PROGRAM ARG1 ARG2 ARG3 ...
79 may then be cached. The key description is constructed as a string of the
85 and thus the type of query to do, and <name> specifies the string to be
89 The name parameter is not required to be a NUL-terminated string, and its
95 The return value is a string appropriate to the query type. For instance,
96 for the default query type it is just a list of comma-separated IPv4 and
99 The length of the result string is returned on success, and a negative
100 error code is returned otherwise. -EKEYREJECTED will be returned if the
103 If _expiry is non-NULL, the expiry time (TTL) of the result will be
129 directed by means of configuration lines in /etc/request-key.conf that tell
130 /sbin/request-key what program to run to instantiate the key.
136 remainder of the string to the key as its payload.
145 See <file:Documentation/security/keys/request-key.rst> for further
146 information about request-key function.