aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-3/+1
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-13/+31
2010-12-17net/sunrpc/auth_gss/gss_krb5_crypto.c: Use normal negative error value returnJoe Perches1-1/+1
2010-12-17net: sunrpc: kill unused macrosShan Wei1-2/+0
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever1-2/+11
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever1-11/+20
2010-11-22Net: sunrpc: auth_gss: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-2/+2
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds6-859/+24
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-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-7/+17
2010-10-01nfsd4: remove spkm3J. Bruce Fields5-832/+0
2010-09-23net: return operator cleanupEric Dumazet4-25/+25
2010-09-21svcauth_gss: replace a trivial 'switch' with an 'if'NeilBrown1-22/+19
2010-09-21sunrpc: close connection when a request is irretrievably lost.NeilBrown1-6/+6
2010-09-12gss:spkm3 miss returning error to caller when import security contextBian Naimeng1-1/+4
2010-09-12gss:krb5 miss returning error to caller when import security contextBian Naimeng1-2/+8
2010-09-12SUNRPC: Fix race corrupting rpc upcallTrond Myklebust1-4/+5
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