summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/gss_krb5_wrap.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Remove code behind CONFIG_RPCSEC_GSS_KRB5_SIMPLIFIEDChuck Lever2023-08-291-287/+0
* SUNRPC: Rename .encrypt_v2 and .decrypt_v2 methodsChuck Lever2023-02-201-9/+3
* SUNRPC: Enable rpcsec_gss_krb5.ko to be built without CRYPTO_DESChuck Lever2023-02-201-0/+4
* SUNRPC: Refactor the GSS-API Per Message calls in the Kerberos mechanismChuck Lever2023-02-201-52/+14
* SUNRPC: Improve Kerberos confounder generationChuck Lever2023-02-201-35/+3
* SUNRPC: Remove .conflen field from struct gss_krb5_enctypeChuck Lever2023-02-201-2/+2
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-2/+2
* SUNRPC: remove redundant pointer plainhdrColin Ian King2022-02-251-2/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-131-52/+13
|\
| * SUNRPC: remove RC4-HMAC-MD5 support from KerberosVArd Biesheuvel2020-09-111-52/+13
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()")Chuck Lever2020-07-241-1/+1
* SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever2020-04-271-4/+3
* SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever2020-04-271-4/+15
* SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever2020-04-271-11/+15
* sunrpc: convert to time64_t for expiryArnd Bergmann2019-12-181-8/+8
* SUNRPC: Remove xdr_buf_trim()Chuck Lever2019-02-141-3/+5
* Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-041-2/+2
|\
| * SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton2018-11-011-2/+2
* | Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-10-261-6/+2
|\|
| * SUNRPC: Replace krb5_seq_lock with a lockless schemeTrond Myklebust2018-09-301-6/+2
* | gss_krb5: Remove VLA usage of skcipherKees Cook2018-09-281-10/+10
|/
* Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-08-231-1/+0
|\
| * sunrpc: whitespace fixesStephen Hemminger2018-07-311-1/+0
* | sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing2018-08-091-2/+0
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* sunrpc: Use skcipher and ahash/shashHerbert Xu2016-01-271-12/+12
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-1/+1
* sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton2014-08-031-1/+1
* sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.cJeff Layton2014-08-031-7/+13
* sunrpc: trim off EC bytes in GSSAPI v2 unwrapJeff Layton2013-10-261-2/+2
* gss_krb5: document that we ignore sequence numberJ. Bruce Fields2013-10-101-2/+4
* net/sunrpc: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+2
* sunrpc: trim off trailing checksum before returning decrypted or integrity au...Jeff Layton2013-02-081-0/+2
* rpc: handle rotated gss data for Windows interoperabilityJ. Bruce Fields2012-05-311-16/+45
* sunrpc: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
* gss_krb5: Add support for rc4-hmac encryptionKevin Coffman2010-05-141-13/+53
* gss_krb5: Use confounder length in wrap codeKevin Coffman2010-05-141-5/+7
* gssd_krb5: More arcfour-hmac supportKevin Coffman2010-05-141-3/+3
* gssd_krb5: arcfour-hmac supportKevin Coffman2010-05-141-2/+2
* gss_krb5: add remaining pieces to enable AES encryption supportKevin Coffman2010-05-141-3/+3
* gss_krb5: add support for new token formats in rfc4121Kevin Coffman2010-05-141-0/+174
* gss_krb5: add support for triple-des encryptionKevin Coffman2010-05-141-0/+2
* gss_krb5: add ability to have a keyed checksum (hmac)Kevin Coffman2010-05-141-12/+18
* gss_krb5: introduce encryption type frameworkKevin Coffman2010-05-141-19/+60
* gss_krb5: split up functions in preparation of adding new enctypesKevin Coffman2010-05-141-6/+32
* gss_krb5: Don't expect blocksize to always be 8 when calculating paddingJ. Bruce Fields2010-05-141-4/+1
* gss_krb5: Introduce encryption type frameworkKevin Coffman2010-05-141-4/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* gss_krb5: Use random value to initialize confounderKevin Coffman2008-06-231-4/+18