aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/gss_krb5_mech.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-03SUNRPC: fix print format for tk_pid in auth_gss supportChuck Lever1-1/+2
2006-12-06rpcgss: krb5: ignore seedJ. Bruce Fields1-5/+6
2006-12-06rpcgss: krb5: sanity check sealalg value in the downcallJ. Bruce Fields1-1/+3
2006-12-06gss: krb5: remove signalg and sealalgJ. Bruce Fields1-1/+4
2006-12-02[SUNRPC]: Use k{mem,str}dup where applicableArnaldo Carvalho de Melo1-2/+1
2006-09-21[SUNRPC] GSS: Use block ciphers where applicableHerbert Xu1-11/+13
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-01-06SUNRPC: Make krb5 report unsupported encryption typesJ. Bruce Fields1-3/+7
2005-10-18RPCSEC_GSS: krb5 cleanupJ. Bruce Fields1-28/+0
2005-10-18RPCSEC_GSS remove all qop parametersJ. Bruce Fields1-8/+4
2005-10-18RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism.J. Bruce Fields1-0/+7
2005-10-18RPCSEC_GSS: krb5 pre-privacy cleanupJ. Bruce Fields1-3/+2
2005-09-23[PATCH] RPC: Eliminate socket.h includes in RPC clientChuck Lever1-1/+0
2005-09-01[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULLJesper Juhl1-6/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+275