aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss
AgeCommit message (Expand)Author
2010-08-04SUNRPC: Defer deleting the security context until gss_do_free_ctx()Trond Myklebust
2010-08-04SUNRPC: Move the bound cred to struct rpc_rqstTrond Myklebust
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-05-14SUNRPC: Don't spam gssd with upcall requests when the kerberos key expiredTrond Myklebust
2010-05-14NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsTrond Myklebust
2010-05-14gss_krb5: Advertise rc4-hmac enctype support in the rpcsec_gss/krb5 upcallTrond Myklebust
2010-05-14gss_krb5: Add support for rc4-hmac encryptionKevin Coffman
2010-05-14gss_krb5: Use confounder length in wrap codeKevin Coffman
2010-05-14gssd_krb5: More arcfour-hmac supportKevin Coffman
2010-05-14gss_krb5: Save the raw session key in the contextKevin Coffman
2010-05-14gssd_krb5: arcfour-hmac supportKevin Coffman
2010-05-14gss_krb5: Advertise AES enctype support in the rpcsec_gss/krb5 upcallTrond Myklebust
2010-05-14gss_krb5: add remaining pieces to enable AES encryption supportKevin Coffman
2010-05-14gss_krb5: add support for new token formats in rfc4121Kevin Coffman
2010-05-14gss_krb5: Advertise triple-des enctype support in the rpcsec_gss/krb5 upcallTrond Myklebust
2010-05-14gss_krb5: add support for triple-des encryptionKevin Coffman
2010-05-14gss_krb5: Add upcall info indicating supported kerberos enctypesTrond Myklebust
2010-05-14gss_krb5: handle new context format from gssdKevin Coffman
2010-05-14gss_krb5: import functionality to derive keys into the kernelKevin Coffman
2010-05-14gss_krb5: add ability to have a keyed checksum (hmac)Kevin Coffman
2010-05-14gss_krb5: introduce encryption type frameworkKevin Coffman
2010-05-14gss_krb5: prepare for new context formatKevin Coffman
2010-05-14gss_krb5: split up functions in preparation of adding new enctypesKevin Coffman
2010-05-14gss_krb5: Don't expect blocksize to always be 8 when calculating paddingJ. Bruce Fields
2010-05-14gss_krb5: Added and improved code commentsKevin Coffman
2010-05-14gss_krb5: Introduce encryption type frameworkKevin Coffman
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24net: remove trailing space in messagesFrans Pop
2010-03-21SUNRPC: Fix a potential memory leak in auth_gssTrond Myklebust
2010-02-10sunrpc: parse and return errors reported by gssdJeff Layton
2010-01-06sunrpc: fix build-time warningRandy Dunlap
2009-12-18sunrpc: on successful gss error pipe write, don't return errorJeff Layton
2009-12-18SUNRPC: Fix the return value in gss_import_sec_context()Trond Myklebust
2009-12-18SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()Trond Myklebust
2009-12-13Merge branch 'nfs-for-2.6.33'Trond Myklebust
2009-12-09rpc: remove unneeded function parameter in gss_add_msg()Suresh Jayaraman
2009-12-08SUNRPC: IS_ERR/PTR_ERR confusionRoel Kluin
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-08-25sunrpc: reply AUTH_BADCRED to RPCSEC_GSS with unknown serviceWei Yongjun
2009-08-09SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust
2009-08-09SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_pathTrond Myklebust
2009-08-09SUNRPC: Constify rpc_pipe_ops...Trond Myklebust
2009-06-10sunrpc/auth_gss: Call rcu_barrier() on module unload.Jesper Dangaard Brouer
2008-12-23rpc: add service field to new upcallOlga Kornievskaia
2008-12-23rpc: add target field to new upcallOlga Kornievskaia
2008-12-23rpc: allow gss callbacks to clientOlga Kornievskaia
2008-12-23nfsd: pass client principal name in rsc downcallOlga Kornievskaia
2008-12-23rpc: implement new upcall\"J. Bruce Fields\
2008-12-23rpc: store pointer to pipe inode in gss upcall message\"J. Bruce Fields\