1
0
Fork 0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/keyutils.git synced 2025-12-05 22:28:43 +00:00
No description
Find a file
Pavel Reichl c076dff259 test: Fix test expectation based on kernel config
Some test results are dependent on the kernel configuration option
CONFIG_SYSTEM_BLACKLIST_AUTH_UPDATE.

Check the kernel configuration file for its presence and expect appropriate
test results.

Function has_kernel_config is based on its xfstsests counterpart.

Signed-off-by: Pavel Reichl <preichl@redhat.com>
Signed-off-by: David Howells <dhowells@redhat.com>
2023-03-20 16:32:10 +00:00
man man: fix a formatting on the keyctl.1 man page 2023-03-20 15:06:53 +00:00
tests test: Fix test expectation based on kernel config 2023-03-20 16:32:10 +00:00
.gitignore Ignore the cxx.stamp file 2023-03-20 15:04:47 +00:00
dns.afsdb.c dns: Apply a default TTL to records obtained from getaddrinfo() 2020-07-06 17:21:18 +01:00
key.dns.h dns: Apply a default TTL to records obtained from getaddrinfo() 2020-07-06 17:21:18 +01:00
key.dns_resolver.c dns: Apply a default TTL to records obtained from getaddrinfo() 2020-07-06 17:21:18 +01:00
keyctl.c Add the ability to supply filters to watches set with keyctl 2020-07-07 16:58:07 +01:00
keyctl.h Add a notification facility for watching for key changes 2020-07-07 16:57:54 +01:00
keyctl_testing.c test: Test all possible type, description and payload lengths to add_key 2019-08-19 15:38:14 +01:00
keyctl_watch.c Fix format specifier for pointer subtraction 2023-03-20 15:10:34 +00:00
keyutils.c Add a notification facility for watching for key changes 2020-07-07 16:57:54 +01:00
keyutils.h Add a notification facility for watching for key changes 2020-07-07 16:57:54 +01:00
keyutils.spec keyutils.spec - change the Url 2023-03-20 16:32:10 +00:00
libkeyutils.pc.in keyutils: Add pkg-config file for keyutils library 2018-11-13 14:49:34 +00:00
LICENCE.GPL rpmlint: Fix FSF address in licence 2011-07-19 17:35:59 +01:00
LICENCE.LGPL rpmlint: Fix FSF address in licence 2011-07-19 17:35:59 +01:00
Makefile Provide a pkgconfig file with libkeyutils.a 2023-03-20 16:31:53 +00:00
README Build: NO_GLIBC_KEYSYS is obsolete 2011-03-02 11:10:26 +00:00
request-key-debug.sh keyutils historical version 1.2 2010-02-22 16:13:06 +00:00
request-key.c typos: fix various typos 2018-11-02 15:09:11 +00:00
request-key.conf DNS: A/AAAA record upcall handler 2011-03-11 01:00:29 +00:00
SUBMITTING_PATCHES Mailing list is now keyrings@vger.kernel.org 2015-09-24 16:56:55 +01:00
version.lds Add a notification facility for watching for key changes 2020-07-07 16:57:54 +01:00
watch_queue.h Add the ability to supply filters to watches set with keyctl 2020-07-07 16:58:07 +01:00

These tools are used to control the key management system built into the Linux
kernel.

To build and install the tools and manual pages, run:

	make
	make install

If your glibc does not contain definitions for the new error codes and system
calls, then try:

	make NO_GLIBC_KEYERR=1

The tools are licensed under the GPL and the utility library under the LGPL.
Copies of these are included in this tarball.