aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss
AgeCommit message (Expand)AuthorFilesLines
2010-08-04SUNRPC: Defer deleting the security context until gss_do_free_ctx()Gravatar Trond Myklebust 1-6/+1
2010-08-04SUNRPC: Move the bound cred to struct rpc_rqstGravatar Trond Myklebust 1-11/+11
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 1-1/+1
2010-05-14SUNRPC: Don't spam gssd with upcall requests when the kerberos key expiredGravatar Trond Myklebust 1-12/+53
2010-05-14NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsGravatar Trond Myklebust 6-27/+32
2010-05-14gss_krb5: Advertise rc4-hmac enctype support in the rpcsec_gss/krb5 upcallGravatar Trond Myklebust 1-1/+1
2010-05-14gss_krb5: Add support for rc4-hmac encryptionGravatar Kevin Coffman 6-13/+483
2010-05-14gss_krb5: Use confounder length in wrap codeGravatar Kevin Coffman 3-8/+14
2010-05-14gssd_krb5: More arcfour-hmac supportGravatar Kevin Coffman 4-9/+11
2010-05-14gss_krb5: Save the raw session key in the contextGravatar Kevin Coffman 1-14/+13
2010-05-14gssd_krb5: arcfour-hmac supportGravatar Kevin Coffman 4-14/+30
2010-05-14gss_krb5: Advertise AES enctype support in the rpcsec_gss/krb5 upcallGravatar Trond Myklebust 1-1/+1
2010-05-14gss_krb5: add remaining pieces to enable AES encryption supportGravatar Kevin Coffman 4-12/+358
2010-05-14gss_krb5: add support for new token formats in rfc4121Gravatar Kevin Coffman 4-0/+378
2010-05-14gss_krb5: Advertise triple-des enctype support in the rpcsec_gss/krb5 upcallGravatar Trond Myklebust 1-1/+1
2010-05-14gss_krb5: add support for triple-des encryptionGravatar Kevin Coffman 6-0/+83
2010-05-14gss_krb5: Add upcall info indicating supported kerberos enctypesGravatar Trond Myklebust 2-1/+8
2010-05-14gss_krb5: handle new context format from gssdGravatar Kevin Coffman 2-2/+237
2010-05-14gss_krb5: import functionality to derive keys into the kernelGravatar Kevin Coffman 3-1/+254
2010-05-14gss_krb5: add ability to have a keyed checksum (hmac)Gravatar Kevin Coffman 5-31/+80
2010-05-14gss_krb5: introduce encryption type frameworkGravatar Kevin Coffman 5-69/+182
2010-05-14gss_krb5: prepare for new context formatGravatar Kevin Coffman 1-24/+39
2010-05-14gss_krb5: split up functions in preparation of adding new enctypesGravatar Kevin Coffman 4-12/+68
2010-05-14gss_krb5: Don't expect blocksize to always be 8 when calculating paddingGravatar J. Bruce Fields 1-4/+1
2010-05-14gss_krb5: Added and improved code commentsGravatar Kevin Coffman 3-3/+38
2010-05-14gss_krb5: Introduce encryption type frameworkGravatar Kevin Coffman 3-5/+41
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 9-10/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 8-7/+1
2010-03-24net: remove trailing space in messagesGravatar Frans Pop 1-1/+1
2010-03-21SUNRPC: Fix a potential memory leak in auth_gssGravatar Trond Myklebust 1-3/+2
2010-02-10sunrpc: parse and return errors reported by gssdGravatar Jeff Layton 1-2/+9
2010-01-06sunrpc: fix build-time warningGravatar Randy Dunlap 1-1/+1
2009-12-18sunrpc: on successful gss error pipe write, don't return errorGravatar Jeff Layton 1-1/+16
2009-12-18SUNRPC: Fix the return value in gss_import_sec_context()Gravatar Trond Myklebust 1-1/+1
2009-12-18SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()Gravatar Trond Myklebust 1-1/+3
2009-12-13Merge branch 'nfs-for-2.6.33'Gravatar Trond Myklebust 1-3/+3
2009-12-09rpc: remove unneeded function parameter in gss_add_msg()Gravatar Suresh Jayaraman 1-2/+2
2009-12-08SUNRPC: IS_ERR/PTR_ERR confusionGravatar Roel Kluin 1-1/+1
2009-11-29net: Move && and || to end of previous lineGravatar Joe Perches 2-4/+4
2009-08-25sunrpc: reply AUTH_BADCRED to RPCSEC_GSS with unknown serviceGravatar Wei Yongjun 1-2/+4
2009-08-09SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsGravatar Trond Myklebust 1-1/+6
2009-08-09SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_pathGravatar Trond Myklebust 1-2/+2
2009-08-09SUNRPC: Constify rpc_pipe_ops...Gravatar Trond Myklebust 1-4/+4
2009-06-10sunrpc/auth_gss: Call rcu_barrier() on module unload.Gravatar Jesper Dangaard Brouer 1-0/+1
2008-12-23rpc: add service field to new upcallGravatar Olga Kornievskaia 1-10/+16
2008-12-23rpc: add target field to new upcallGravatar Olga Kornievskaia 1-7/+21
2008-12-23rpc: allow gss callbacks to clientGravatar Olga Kornievskaia 1-0/+1
2008-12-23nfsd: pass client principal name in rsc downcallGravatar Olga Kornievskaia 1-0/+23
2008-12-23rpc: implement new upcallGravatar \"J. Bruce Fields\ 1-20/+96
2008-12-23rpc: store pointer to pipe inode in gss upcall messageGravatar \"J. Bruce Fields\ 1-8/+12