summaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss
AgeCommit message (Expand)Author
2012-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2012-01-05SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust
2011-10-25Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2011-10-18SUNRPC/NFS: make rpc pipe upcall genericPeng Tao
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-07-15rpc: allow autoloading of gss mechanismsJ. Bruce Fields
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-01sunrpc: Reduce switch/case indentJoe Perches
2011-06-21Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2011-06-17SUNRPC: Ensure the RPC client only quits on fatal signalsTrond Myklebust
2011-06-06nfsd: fix dependency of nfsd on auth_rpcgssJ. Bruce Fields
2011-04-13NFS: Fix infinite loop in gss_create_upcall()Bryan Schumaker
2011-04-08Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2011-04-06Revert "net/sunrpc: Use static const char arrays"Trond Myklebust
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-24NFS: Determine initial mount securityBryan Schumaker
2011-03-24NFS: use secinfo when crossing mountpointsBryan Schumaker
2011-03-11gss:krb5 only include enctype numbers in gm_upcall_enctypesKevin Coffman
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-12-17net/sunrpc/auth_gss/gss_krb5_crypto.c: Use normal negative error value returnJoe Perches
2010-12-17net: sunrpc: kill unused macrosShan Wei
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever
2010-11-22Net: sunrpc: auth_gss: Makefile: Remove deprecated kbuild goal definitionsTracey Dent
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-10-25net/sunrpc: Use static const char arraysJoe Perches
2010-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-01nfsd4: remove spkm3J. Bruce Fields
2010-09-23net: return operator cleanupEric Dumazet
2010-09-21svcauth_gss: replace a trivial 'switch' with an 'if'NeilBrown
2010-09-21sunrpc: close connection when a request is irretrievably lost.NeilBrown
2010-09-12gss:spkm3 miss returning error to caller when import security contextBian Naimeng
2010-09-12gss:krb5 miss returning error to caller when import security contextBian Naimeng
2010-09-12SUNRPC: Fix race corrupting rpc upcallTrond Myklebust
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