summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/gss_krb5_mech.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-041-6/+10
|\
| * SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton2018-11-011-6/+10
* | gss_krb5: Remove VLA usage of skcipherKees Cook2018-09-281-28/+25Star
|/
* sunrpc: GFP_KERNEL should be GFP_NOFS in crypto codeJ. Bruce Fields2016-11-011-2/+1Star
* xprtrdma: No direct data placement with krb5i and krb5pChuck Lever2016-07-111-0/+2
* sunrpc: Fix skcipher/shash conversionHerbert Xu2016-04-041-1/+2
* sunrpc: Use skcipher and ahash/shashHerbert Xu2016-01-271-43/+46
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-1/+1
* Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields2013-04-291-1/+5
|\
| * SUNRPC: Consider qop when looking up pseudoflavorsChuck Lever2013-03-291-0/+3
| * SUNRPC: Load GSS kernel module by OIDChuck Lever2013-03-291-0/+1
| * SUNRPC: Define rpcsec_gss_info structureChuck Lever2013-03-291-1/+1
* | SUNRPC: conditionally return endtime from import_sec_contextSimo Sorce2013-04-261-2/+5
|/
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* SUNRPC: Fix a few sparse warningsTrond Myklebust2012-03-121-1/+1
* rpc: allow autoloading of gss mechanismsJ. Bruce Fields2011-07-161-0/+7
* nfsd: fix dependency of nfsd on auth_rpcgssJ. Bruce Fields2011-06-061-1/+2
* Revert "net/sunrpc: Use static const char arrays"Trond Myklebust2011-04-061-1/+1
* gss:krb5 only include enctype numbers in gm_upcall_enctypesKevin Coffman2011-03-111-1/+1
* Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-261-1/+1
|\
| * net/sunrpc: Use static const char arraysJoe Perches2010-10-261-1/+1
* | gss:krb5 miss returning error to caller when import security contextBian Naimeng2010-09-131-2/+8
|/
* NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsTrond Myklebust2010-05-141-16/+18
* gss_krb5: Advertise rc4-hmac enctype support in the rpcsec_gss/krb5 upcallTrond Myklebust2010-05-141-1/+1
* gss_krb5: Add support for rc4-hmac encryptionKevin Coffman2010-05-141-0/+96
* gss_krb5: Use confounder length in wrap codeKevin Coffman2010-05-141-0/+4
* gss_krb5: Save the raw session key in the contextKevin Coffman2010-05-141-14/+13Star
* gss_krb5: Advertise AES enctype support in the rpcsec_gss/krb5 upcallTrond Myklebust2010-05-141-1/+1
* gss_krb5: add remaining pieces to enable AES encryption supportKevin Coffman2010-05-141-9/+77
* gss_krb5: Advertise triple-des enctype support in the rpcsec_gss/krb5 upcallTrond Myklebust2010-05-141-1/+1
* gss_krb5: add support for triple-des encryptionKevin Coffman2010-05-141-0/+23
* gss_krb5: Add upcall info indicating supported kerberos enctypesTrond Myklebust2010-05-141-0/+1
* gss_krb5: handle new context format from gssdKevin Coffman2010-05-141-1/+236
* gss_krb5: import functionality to derive keys into the kernelKevin Coffman2010-05-141-0/+1
* gss_krb5: add ability to have a keyed checksum (hmac)Kevin Coffman2010-05-141-0/+1
* gss_krb5: introduce encryption type frameworkKevin Coffman2010-05-141-16/+74
* gss_krb5: prepare for new context formatKevin Coffman2010-05-141-24/+39
* gss_krb5: split up functions in preparation of adding new enctypesKevin Coffman2010-05-141-0/+1
* SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()Trond Myklebust2009-12-181-1/+3
* SUNRPC: Use GFP_NOFS when allocating credentialsTrond Myklebust2008-07-091-2/+2
* sunrpc: return error if unsupported enctype or cksumtype is encounteredKevin Coffman2007-11-171-2/+6
* knfsd: rpc: add gss krb5 and spkm3 oid valuesUsha Ketineni2007-07-171-0/+1
* SUNRPC: Mark auth and cred operation tables as constant.Trond Myklebust2007-07-111-1/+1
* SUNRPC: fix print format for tk_pid in auth_gss supportChuck Lever2007-02-041-1/+2
* rpcgss: krb5: ignore seedJ. Bruce Fields2006-12-061-5/+6
* rpcgss: krb5: sanity check sealalg value in the downcallJ. Bruce Fields2006-12-061-1/+3
* gss: krb5: remove signalg and sealalgJ. Bruce Fields2006-12-061-1/+4
* [SUNRPC]: Use k{mem,str}dup where applicableArnaldo Carvalho de Melo2006-12-031-2/+1Star
* [SUNRPC] GSS: Use block ciphers where applicableHerbert Xu2006-09-211-11/+13
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1Star