summaryrefslogtreecommitdiffstats
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-20nfsd: remove fs/nfsd/fault_inject.cJeff Layton1-142/+0
2023-02-20NFSD: fix leaked reference count of nfsd4_ssc_umount_itemDai Ngo1-4/+8
2023-02-20nfsd: clean up potential nfsd_file refcount leaks in COPY codepathJeff Layton1-13/+10
2023-02-20nfsd: zero out pointers after putting nfsd_files on COPY setup errorJeff Layton1-0/+2
2023-02-20SUNRPC: Fix whitespace damage in svcauth_unix.cChuck Lever1-3/+3
2023-02-20nfsd: eliminate __nfs4_get_fdJeff Layton1-13/+7
2023-02-20nfsd: add some kerneldoc comments for stateid preprocessing functionsJeff Layton1-4/+25
2023-02-20nfsd: eliminate find_deleg_file_lockedJeff Layton1-10/+1
2023-02-20nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUSJeff Layton2-13/+24
2023-02-20SUNRPC: Add encryption self-testsChuck Lever3-5/+142
2023-02-20SUNRPC: Add RFC 8009 encryption KUnit testsChuck Lever3-4/+354
2023-02-20SUNRPC: Add RFC 8009 checksum KUnit testsChuck Lever1-0/+53
2023-02-20SUNRPC: Add KDF-HMAC-SHA2 Kunit testsChuck Lever2-1/+115
2023-02-20SUNRPC: Add encryption KUnit tests for the RFC 6803 encryption typesChuck Lever1-0/+400
2023-02-20SUNRPC: Add checksum KUnit tests for the RFC 6803 encryption typesChuck Lever2-0/+169
2023-02-20SUNRPC: Add KDF KUnit tests for the RFC 6803 encryption typesChuck Lever2-1/+127
2023-02-20SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryptionChuck Lever4-9/+296
2023-02-20SUNRPC: Add KUnit tests RFC 3961 Key DerivationChuck Lever1-0/+227
2023-02-20SUNRPC: Export get_gss_krb5_enctype()Chuck Lever2-19/+17
2023-02-20SUNRPC: Add KUnit tests for rpcsec_krb5.koChuck Lever6-4/+298
2023-02-20SUNRPC: Move remaining internal definitions to gss_krb5_internal.hChuck Lever4-118/+111
2023-02-20SUNRPC: Advertise support for the Camellia encryption typesChuck Lever1-0/+4
2023-02-20SUNRPC: Add KDF_FEEDBACK_CMACChuck Lever3-0/+151
2023-02-20SUNRPC: Support the Camellia enctypesChuck Lever3-0/+72
2023-02-20SUNRPC: Advertise support for RFC 8009 encryption typesChuck Lever1-0/+4
2023-02-20SUNRPC: Add RFC 8009 encryption and decryption functionsChuck Lever3-0/+237
2023-02-20SUNRPC: Add KDF-HMAC-SHA2Chuck Lever3-0/+125
2023-02-20SUNRPC: Add gk5e definitions for RFC 8009 encryption typesChuck Lever3-2/+82
2023-02-20SUNRPC: Refactor CBC with CTS into helpersChuck Lever1-82/+105
2023-02-20SUNRPC: Add new subkey length fieldsChuck Lever2-8/+26
2023-02-20SUNRPC: Parametrize the key length passed to context_v2_alloc_cipher()Chuck Lever1-35/+26
2023-02-20SUNRPC: Clean up cipher set up for v1 encryption typesChuck Lever1-29/+29
2023-02-20SUNRPC: Hoist KDF into struct gss_krb5_enctypeChuck Lever4-122/+156
2023-02-20SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methodsChuck Lever4-29/+17
2023-02-20SUNRPC: Remove ->encrypt and ->decrypt methods from struct gss_krb5_enctypeChuck Lever6-26/+46
2023-02-20SUNRPC: Enable rpcsec_gss_krb5.ko to be built without CRYPTO_DESChuck Lever5-49/+105
2023-02-20SUNRPC: Replace KRB5_SUPPORTED_ENCTYPES macroChuck Lever2-43/+39
2023-02-20NFSD: Replace /proc/fs/nfsd/supported_krb5_enctypes with a symlinkChuck Lever1-16/+58
2023-02-20SUNRPC: Add /proc/net/rpc/gss_krb5_enctypes fileChuck Lever1-0/+65
2023-02-20SUNRPC: Remove another switch on ctx->enctypeChuck Lever2-12/+19
2023-02-20SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanismChuck Lever6-126/+180
2023-02-20SUNRPC: Obscure Kerberos integrity keysChuck Lever3-124/+23
2023-02-20SUNRPC: Obscure Kerberos signing keysChuck Lever6-48/+127
2023-02-20SUNRPC: Obscure Kerberos encryption keysChuck Lever2-19/+26
2023-02-20SUNRPC: Refactor set-up for aux_cipherChuck Lever2-25/+26
2023-02-20SUNRPC: Obscure Kerberos session keyChuck Lever1-0/+1
2023-02-20SUNRPC: Improve Kerberos confounder generationChuck Lever5-47/+55
2023-02-20SUNRPC: Remove .conflen field from struct gss_krb5_enctypeChuck Lever4-13/+7
2023-02-20SUNRPC: Remove .blocksize field from struct gss_krb5_enctypeChuck Lever3-8/+1
2023-02-20SUNRPC: Add header ifdefs to linux/sunrpc/gss_krb5.hChuck Lever1-2/+5