aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/gss_krb5_mech.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-25SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski1-29/+2
2020-09-11SUNRPC: remove RC4-HMAC-MD5 support from KerberosVArd Biesheuvel1-95/+0
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2019-12-18sunrpc: convert to time64_t for expiryArnd Bergmann1-3/+9
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-1/+0
2019-02-14SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever1-26/+1
2019-02-13SUNRPC: Add build option to disable support for insecure enctypesChuck Lever1-0/+2
2018-11-04Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-6/+10
2018-11-01SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton1-6/+10
2018-09-28gss_krb5: Remove VLA usage of skcipherKees Cook1-28/+25
2016-11-01sunrpc: GFP_KERNEL should be GFP_NOFS in crypto codeJ. Bruce Fields1-2/+1
2016-07-11xprtrdma: No direct data placement with krb5i and krb5pChuck Lever1-0/+2
2016-04-04sunrpc: Fix skcipher/shash conversionHerbert Xu1-1/+2
2016-01-27sunrpc: Use skcipher and ahash/shashHerbert Xu1-43/+46
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2013-04-29Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-3.10J. Bruce Fields1-1/+5
2013-04-26SUNRPC: conditionally return endtime from import_sec_contextSimo Sorce1-2/+5
2013-03-29SUNRPC: Consider qop when looking up pseudoflavorsChuck Lever1-0/+3
2013-03-29SUNRPC: Load GSS kernel module by OIDChuck Lever1-0/+1
2013-03-29SUNRPC: Define rpcsec_gss_info structureChuck Lever1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-03-11SUNRPC: Fix a few sparse warningsTrond Myklebust1-1/+1
2011-07-15rpc: allow autoloading of gss mechanismsJ. Bruce Fields1-0/+7
2011-06-06nfsd: fix dependency of nfsd on auth_rpcgssJ. Bruce Fields1-1/+2
2011-04-06Revert "net/sunrpc: Use static const char arrays"Trond Myklebust1-1/+1
2011-03-11gss:krb5 only include enctype numbers in gm_upcall_enctypesKevin Coffman1-1/+1
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-1/+1
2010-10-25net/sunrpc: Use static const char arraysJoe Perches1-1/+1
2010-09-12gss:krb5 miss returning error to caller when import security contextBian Naimeng1-2/+8
2010-05-14NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsTrond Myklebust1-16/+18
2010-05-14gss_krb5: Advertise rc4-hmac enctype support in the rpcsec_gss/krb5 upcallTrond Myklebust1-1/+1
2010-05-14gss_krb5: Add support for rc4-hmac encryptionKevin Coffman1-0/+96
2010-05-14gss_krb5: Use confounder length in wrap codeKevin Coffman1-0/+4
2010-05-14gss_krb5: Save the raw session key in the contextKevin Coffman1-14/+13
2010-05-14gss_krb5: Advertise AES enctype support in the rpcsec_gss/krb5 upcallTrond Myklebust1-1/+1
2010-05-14gss_krb5: add remaining pieces to enable AES encryption supportKevin Coffman1-9/+77
2010-05-14gss_krb5: Advertise triple-des enctype support in the rpcsec_gss/krb5 upcallTrond Myklebust1-1/+1
2010-05-14gss_krb5: add support for triple-des encryptionKevin Coffman1-0/+23
2010-05-14gss_krb5: Add upcall info indicating supported kerberos enctypesTrond Myklebust1-0/+1
2010-05-14gss_krb5: handle new context format from gssdKevin Coffman1-1/+236
2010-05-14gss_krb5: import functionality to derive keys into the kernelKevin Coffman1-0/+1
2010-05-14gss_krb5: add ability to have a keyed checksum (hmac)Kevin Coffman1-0/+1
2010-05-14gss_krb5: introduce encryption type frameworkKevin Coffman1-16/+74
2010-05-14gss_krb5: prepare for new context formatKevin Coffman1-24/+39
2010-05-14gss_krb5: split up functions in preparation of adding new enctypesKevin Coffman1-0/+1
2009-12-18SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()Trond Myklebust1-1/+3
2008-07-09SUNRPC: Use GFP_NOFS when allocating credentialsTrond Myklebust1-2/+2
2007-11-17sunrpc: return error if unsupported enctype or cksumtype is encounteredKevin Coffman1-2/+6
2007-07-17knfsd: rpc: add gss krb5 and spkm3 oid valuesUsha Ketineni1-0/+1
2007-07-10SUNRPC: Mark auth and cred operation tables as constant.Trond Myklebust1-1/+1