summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss
Commit message (Expand)AuthorAgeFilesLines
* gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkeyGaosheng Cui2024-07-081-1/+1
* Merge tag 'nfs-for-6.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-06-131-1/+3
|\
| * SUNRPC: return proper error from gss_wrap_req_privChen Hanxiao2024-05-301-1/+3
* | Merge tag 'nfsd-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2024-06-071-1/+1
|\ \
| * | SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever2024-06-031-1/+1
* | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-2/+4
|\ \ \ | |/ / |/| |
| * | mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan2024-04-251-2/+4
| |/
* / SUNRPC: Fix gss_free_in_token_pages()Chuck Lever2024-05-091-8/+2
|/
* SUNRPC: Revert 561141dd494382217bace4d1a51d08168420eaceChuck Lever2024-03-221-6/+8
* SUNRPC: Use a static buffer for the checksum initialization vectorChuck Lever2024-03-011-8/+6
* SUNRPC: fix some memleaks in gssx_dec_option_arrayZhipeng Lu2024-03-011-8/+19
* SUNRPC: fix a memleak in gss_import_v2_contextZhipeng Lu2024-03-011-1/+10
* net: fill in MODULE_DESCRIPTION()s for Sun RPCBreno Leitao2024-01-112-0/+2
* SUNRPC: Remove RQ_SPLICE_OKChuck Lever2024-01-071-10/+0
* SUNRPC: Add a server-side API for retrieving an RPC's pseudoflavorChuck Lever2024-01-071-0/+6
* SUNRPC: Do not include crypto/algapi.hHerbert Xu2023-09-152-3/+1
* SUNRPC: Add enum svc_auth_statusChuck Lever2023-08-291-5/+2
* SUNRPC: Remove net/sunrpc/auth_gss/gss_krb5_seqnum.cChuck Lever2023-08-293-114/+1
* SUNRPC: Remove the ->import_ctx methodChuck Lever2023-08-292-12/+1
* SUNRPC: Remove CONFIG_RPCSEC_GSS_KRB5_CRYPTOSYSTEMChuck Lever2023-08-291-7/+0
* SUNRPC: Remove gss_import_v1_context()Chuck Lever2023-08-291-141/+1
* SUNRPC: Remove krb5_derive_key_v1()Chuck Lever2023-08-292-90/+0
* SUNRPC: Remove code behind CONFIG_RPCSEC_GSS_KRB5_SIMPLIFIEDChuck Lever2023-08-295-486/+0
* SUNRPC: Remove DES and DES3 enctypes from the supported enctypes listChuck Lever2023-08-291-52/+0
* SUNRPC: Remove Kunit tests for the DES3 encryption typeChuck Lever2023-08-291-196/+0
* SUNRPC: Avoid relying on crypto API to derive CBC-CTS output IVArd Biesheuvel2023-05-021-0/+10
* SUNRPC: return proper error from get_expiry()NeilBrown2023-04-261-6/+6
* SUNRPC: Fix failures of checksum Kunit testsChuck Lever2023-04-171-1/+4
* sunrpc: Fix RFC6803 encryption testDavid Howells2023-04-131-0/+1
* SUNRPC: Fix a crash in gss_krb5_checksum()Chuck Lever2023-03-221-5/+5
* SUNRPC: Properly terminate test case arraysChuck Lever2023-02-271-0/+5
* SUNRPC: Let Kunit tests run with some enctypes compiled outChuck Lever2023-02-271-6/+12
* SUNRPC: Fix occasional warning when destroying gss_krb5_enctypesChuck Lever2023-02-201-6/+7
* SUNRPC: Add encryption self-testsChuck Lever2023-02-203-5/+142
* SUNRPC: Add RFC 8009 encryption KUnit testsChuck Lever2023-02-203-4/+354
* SUNRPC: Add RFC 8009 checksum KUnit testsChuck Lever2023-02-201-0/+53
* SUNRPC: Add KDF-HMAC-SHA2 Kunit testsChuck Lever2023-02-201-1/+112
* SUNRPC: Add encryption KUnit tests for the RFC 6803 encryption typesChuck Lever2023-02-201-0/+400
* SUNRPC: Add checksum KUnit tests for the RFC 6803 encryption typesChuck Lever2023-02-202-0/+169
* SUNRPC: Add KDF KUnit tests for the RFC 6803 encryption typesChuck Lever2023-02-201-1/+124
* SUNRPC: Add Kunit tests for RFC 3962-defined encryption/decryptionChuck Lever2023-02-203-9/+294
* SUNRPC: Add KUnit tests RFC 3961 Key DerivationChuck Lever2023-02-201-0/+227
* SUNRPC: Export get_gss_krb5_enctype()Chuck Lever2023-02-202-19/+17
* SUNRPC: Add KUnit tests for rpcsec_krb5.koChuck Lever2023-02-204-4/+261
* SUNRPC: Move remaining internal definitions to gss_krb5_internal.hChuck Lever2023-02-203-1/+111
* SUNRPC: Advertise support for the Camellia encryption typesChuck Lever2023-02-201-0/+4
* SUNRPC: Add KDF_FEEDBACK_CMACChuck Lever2023-02-203-0/+151
* SUNRPC: Support the Camellia enctypesChuck Lever2023-02-201-0/+55
* SUNRPC: Advertise support for RFC 8009 encryption typesChuck Lever2023-02-201-0/+4
* SUNRPC: Add RFC 8009 encryption and decryption functionsChuck Lever2023-02-203-0/+237