Home
last modified time | relevance | path

Searched refs:principal (Results 1 – 21 of 21) sorted by relevance

/Linux-v6.6/Documentation/filesystems/nfs/
Dclient-identifier.rst9 system restarts. A special identifier and principal are maintained
14 There are risks if a client's NFSv4 identifier and its principal
63 NFSv4 servers tie this identifier to the principal and security
65 principal to authorize subsequent lease modification operations
66 sent by the client. Effectively this principal is a third element of
96 the same principal (for example, AUTH_SYS and UID 0), a server is
107 If a client's "co_ownerid" string or principal are not stable,
110 "co_ownerid" string or principal to the server, the server orphans
115 string or principal to the server, the server will not allow the
176 AUTH_SYS and UID 0 as the principal part of its client identity.
[all …]
/Linux-v6.6/net/sunrpc/auth_gss/
Dgss_rpc_upcall.c235 static void gssp_hostbased_service(char **principal) in gssp_hostbased_service() argument
239 if (!*principal) in gssp_hostbased_service()
243 c = strchr(*principal, '@'); in gssp_hostbased_service()
248 c = strchr(*principal, '/'); in gssp_hostbased_service()
254 kfree(*principal); in gssp_hostbased_service()
255 *principal = NULL; in gssp_hostbased_service()
Dauth_gss.c1399 cred->gc_principal = acred->principal; in gss_create_cred()
1516 if (acred->principal != NULL) { in gss_match()
1519 ret = strcmp(acred->principal, gss_cred->gc_principal) == 0; in gss_match()
1618 .principal = gss_cred->gc_principal, in gss_renew_cred()
/Linux-v6.6/fs/nfsd/
Dnfs4recover.c1142 char *principal = NULL; in nfsd4_cld_create_v2() local
1160 principal = clp->cl_cred.cr_raw_principal; in nfsd4_cld_create_v2()
1162 principal = clp->cl_cred.cr_principal; in nfsd4_cld_create_v2()
1163 if (principal) { in nfsd4_cld_create_v2()
1170 ret = crypto_shash_tfm_digest(tfm, principal, strlen(principal), in nfsd4_cld_create_v2()
1334 char *principal = NULL; in nfsd4_cld_check_v2() local
1367 principal = clp->cl_cred.cr_raw_principal; in nfsd4_cld_check_v2()
1369 principal = clp->cl_cred.cr_principal; in nfsd4_cld_check_v2()
1370 if (principal == NULL) in nfsd4_cld_check_v2()
1376 status = crypto_shash_tfm_digest(tfm, principal, in nfsd4_cld_check_v2()
[all …]
/Linux-v6.6/include/trace/events/
Drpcgss.h151 __string(principal, gc->gc_principal)
157 __assign_str(principal, gc->gc_principal);
162 __get_str(principal))
/Linux-v6.6/include/linux/sunrpc/
Dauth.h40 const char *principal; /* If present, this is a machine credential */ member
/Linux-v6.6/Documentation/translations/sp_SP/process/
Demail-clients.rst342 Vaya a su ventana principal y busque el botón de su menú desplegable principal.
350 - ¡No escriba mensajes HTML! Acuda a la ventana principal
354 - ¡Abra mensajes solo como texto sin formato! Acuda a la ventana principal
Dsubmitting-patches.rst39 use ``git`` para obtener uno. Querrá comenzar con el repositorio principal,
45 el árbol principal directamente. La mayoría de los maintainers de
457 la primera entrada de SoB que señala la autoría principal de un solo autor.
557 el kernel principal.
Dadding-syscalls.rst29 construido junto al kernel principal.
224 La entrada principal a su nueva llamada de sistema :manpage:`xyzzy(2)` será
/Linux-v6.6/Documentation/translations/sp_SP/
Dhowto.rst11 Este documento es el principal punto de partida. Contiene instrucciones
65 favor, revise el archivo COPYING, presente en la carpeta principal del
176 respectivamente desde el directorio fuente principal del kernel.
238 - El código principal de Linus (mainline tree)
243 Mainline tree (Árbol principal)
333 con el árbol principal, necesitan probar su integración. Para ello, existe
340 espera que entre en el kernel principal en el próximo período de "merge"
348 directorio principal del kernel describe cómo informar un posible bug del
/Linux-v6.6/tools/testing/selftests/arm64/signal/
DREADME25 principal families:
/Linux-v6.6/net/sunrpc/
Dauth.c630 .principal = task->tk_client->cl_principal, in rpcauth_bind_machine_cred()
634 if (!acred.principal) in rpcauth_bind_machine_cred()
/Linux-v6.6/LICENSES/deprecated/
DGFDL-1.1187 Version, together with at least five of the principal authors of the
188 Document (all of its principal authors, if it has less than five).
DGFDL-1.2212 Version, together with at least five of the principal authors of the
213 Document (all of its principal authors, if it has fewer than five),
/Linux-v6.6/Documentation/userspace-api/media/
Dfdl-appendix.rst212 together with at least five of the principal authors of the
213 :ref:`Document <fdl-document>` (all of its principal authors, if it
/Linux-v6.6/Documentation/mm/
Dphysical_memory.rst12 The first principal concept prevalent in the memory management is
/Linux-v6.6/Documentation/power/
Dfreezing-of-tasks.rst106 1. The principal reason is to prevent filesystems from being damaged after
/Linux-v6.6/arch/x86/math-emu/
DREADME304 the transcendental functions (in their principal range) was not as
/Linux-v6.6/Documentation/virt/kvm/x86/
Dmmu.rst121 The principal data structure is the shadow page, 'struct kvm_mmu_page'. A
/Linux-v6.6/Documentation/admin-guide/
Dspkguide.txt1413 Version, together with at least five of the principal authors of the
1414 Document (all of its principal authors, if it has fewer than five),
/Linux-v6.6/Documentation/filesystems/
Dxfs-online-fsck-design.rst199 The division of the filesystem into principal objects (allocation groups and
380 The principal filesystem object (either an allocation group or an inode) that
1607 conflicts with principal objects that are not held by the transaction.