aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-04SUNRPC: Defer deleting the security context until gss_do_free_ctx()Trond Myklebust1-6/+1
2010-08-04SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust1-11/+11
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2010-05-14SUNRPC: Don't spam gssd with upcall requests when the kerberos key expiredTrond Myklebust1-12/+53
2010-05-14NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsTrond Myklebust6-27/+32
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 Coffman6-13/+483
2010-05-14gss_krb5: Use confounder length in wrap codeKevin Coffman3-8/+14
2010-05-14gssd_krb5: More arcfour-hmac supportKevin Coffman4-9/+11
2010-05-14gss_krb5: Save the raw session key in the contextKevin Coffman1-14/+13
2010-05-14gssd_krb5: arcfour-hmac supportKevin Coffman4-14/+30
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 Coffman4-12/+358
2010-05-14gss_krb5: add support for new token formats in rfc4121Kevin Coffman4-0/+378
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 Coffman6-0/+83
2010-05-14gss_krb5: Add upcall info indicating supported kerberos enctypesTrond Myklebust2-1/+8
2010-05-14gss_krb5: handle new context format from gssdKevin Coffman2-2/+237
2010-05-14gss_krb5: import functionality to derive keys into the kernelKevin Coffman3-1/+254
2010-05-14gss_krb5: add ability to have a keyed checksum (hmac)Kevin Coffman5-31/+80
2010-05-14gss_krb5: introduce encryption type frameworkKevin Coffman5-69/+182
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 Coffman4-12/+68
2010-05-14gss_krb5: Don't expect blocksize to always be 8 when calculating paddingJ. Bruce Fields1-4/+1
2010-05-14gss_krb5: Added and improved code commentsKevin Coffman3-3/+38
2010-05-14gss_krb5: Introduce encryption type frameworkKevin Coffman3-5/+41
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller9-10/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo8-7/+1
2010-03-24net: remove trailing space in messagesFrans Pop1-1/+1
2010-03-21SUNRPC: Fix a potential memory leak in auth_gssTrond Myklebust1-3/+2
2010-02-10sunrpc: parse and return errors reported by gssdJeff Layton1-2/+9
2010-01-06sunrpc: fix build-time warningRandy Dunlap1-1/+1
2009-12-18sunrpc: on successful gss error pipe write, don't return errorJeff Layton1-1/+16
2009-12-18SUNRPC: Fix the return value in gss_import_sec_context()Trond Myklebust1-1/+1
2009-12-18SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()Trond Myklebust1-1/+3
2009-12-13Merge branch 'nfs-for-2.6.33'Trond Myklebust1-3/+3
2009-12-09rpc: remove unneeded function parameter in gss_add_msg()Suresh Jayaraman1-2/+2
2009-12-08SUNRPC: IS_ERR/PTR_ERR confusionRoel Kluin1-1/+1
2009-11-29net: Move && and || to end of previous lineJoe Perches2-4/+4
2009-08-25sunrpc: reply AUTH_BADCRED to RPCSEC_GSS with unknown serviceWei Yongjun1-2/+4
2009-08-09SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust1-1/+6
2009-08-09SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_pathTrond Myklebust1-2/+2
2009-08-09SUNRPC: Constify rpc_pipe_ops...Trond Myklebust1-4/+4
2009-06-10sunrpc/auth_gss: Call rcu_barrier() on module unload.Jesper Dangaard Brouer1-0/+1
2008-12-23rpc: add service field to new upcallOlga Kornievskaia1-10/+16
2008-12-23rpc: add target field to new upcallOlga Kornievskaia1-7/+21
2008-12-23rpc: allow gss callbacks to clientOlga Kornievskaia1-0/+1
2008-12-23nfsd: pass client principal name in rsc downcallOlga Kornievskaia1-0/+23
2008-12-23rpc: implement new upcall\"J. Bruce Fields\1-20/+96
2008-12-23rpc: store pointer to pipe inode in gss upcall message\"J. Bruce Fields\1-8/+12