aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss
AgeCommit message (Expand)AuthorFilesLines
2015-02-26sunrpc: integer underflow in rsc_parse()Gravatar Dan Carpenter 1-0/+2
2015-02-17svcrpc: fix memory leak in gssp_accept_sec_context_upcallGravatar David Ramos 1-0/+2
2014-12-09sunrpc: move rq_splice_ok flag into rq_flagsGravatar Jeff Layton 1-1/+1
2014-11-24sunrpc: eliminate RPC_DEBUGGravatar Jeff Layton 12-12/+12
2014-11-13sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptorGravatar Jeff Layton 1-5/+30
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 4-61/+122
2014-08-03sunrpc: remove "ec" argument from encrypt_v2 operationGravatar Jeff Layton 2-8/+3
2014-08-03sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.cGravatar Jeff Layton 1-7/+13
2014-08-03sunrpc: clean up sparse endianness warnings in gss_krb5_seal.cGravatar Jeff Layton 1-11/+17
2014-08-03sunrpc: fix RCU handling of gc_ctx fieldGravatar Jeff Layton 1-17/+35
2014-07-12sunrpc: add a new "stringify_acceptor" rpc_credopGravatar Jeff Layton 1-20/+42
2014-07-12auth_gss: fetch the acceptor name out of the downcallGravatar Jeff Layton 1-3/+17
2014-06-23SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okGravatar Kinglong Mee 1-1/+1
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-3/+1
2014-06-10Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+2
2014-05-30nfsd4: better reservation of head space for krb5Gravatar J. Bruce Fields 1-0/+2
2014-05-18SUNRPC: Fix a module reference issue in rpcsec_gssGravatar Trond Myklebust 1-3/+1
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-1/+1
2014-02-16SUNRPC: Fix a pipe_version reference leakGravatar Trond Myklebust 1-1/+3
2014-02-16SUNRPC: Ensure that gss_auth isn't freed before its upcall messagesGravatar Trond Myklebust 1-2/+11
2014-02-10SUNRPC: Don't create a gss auth cache unless rpc.gssd is runningGravatar Trond Myklebust 1-0/+2
2014-01-31Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-7/+1
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-75/+26
2014-01-27sunrpc: turn warn_gssd() log message into a dprintk()Gravatar Jeff Layton 1-7/+1
2014-01-24gss_krb5: use lcm from kernel libGravatar Luis Henriques 1-13/+4
2014-01-07minor svcauth_gss.c cleanupGravatar J. Bruce Fields 1-5/+2
2014-01-06sunrpc: get rid of use_gssp_lockGravatar Jeff Layton 1-24/+18
2014-01-06sunrpc: fix potential race between setting use_gss_proxy and the upcall rpc_clntGravatar Jeff Layton 1-2/+2
2014-01-06sunrpc: don't wait for write before allowing reads from use-gss-proxy fileGravatar Jeff Layton 2-33/+2
2013-12-06sunrpc: replace sunrpc_net->gssd_running flag with a more reliable checkGravatar Jeff Layton 1-10/+7
2013-12-05Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+1
2013-11-26SUNRPC: do not fail gss proc NULL calls with EACCESGravatar Andy Adamson 1-1/+1
2013-11-16Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 5-26/+28
2013-10-28SUNRPC: Fix buffer overflow checking in gss_encode_v0_msg/gss_encode_v1_msgGravatar Trond Myklebust 1-19/+37
2013-10-28SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 messageGravatar Trond Myklebust 1-0/+1
2013-10-26sunrpc: trim off EC bytes in GSSAPI v2 unwrapGravatar Jeff Layton 1-2/+2
2013-10-10gss_krb5: document that we ignore sequence numberGravatar J. Bruce Fields 2-6/+8
2013-10-10svcrpc: handle some gssproxy encoding errorsGravatar J. Bruce Fields 1-15/+14
2013-10-08svcrpc: fix error-handling on badd gssproxy downcallGravatar J. Bruce Fields 1-2/+2
2013-10-08svcrpc: fix gss-proxy NULL dereference in some error casesGravatar J. Bruce Fields 1-1/+2
2013-09-18RPCSEC_GSS: fix crash on destroying gss authGravatar J. Bruce Fields 1-0/+11
2013-09-12Merge tag 'nfs-for-3.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+1
2013-09-12SUNRPC: No, I did not intend to create a 256KiB hashtableGravatar Trond Myklebust 1-1/+1
2013-09-10Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-22/+50
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-112/+330
2013-09-06rpc: let xdr layer allocate gssproxy receieve pagesGravatar J. Bruce Fields 1-10/+6
2013-09-06rpc: fix huge kmalloc's in gss-proxyGravatar J. Bruce Fields 3-1/+37
2013-09-06rpc: comment on linux_cred encoding, treat all as unsignedGravatar J. Bruce Fields 1-8/+10
2013-09-06rpc: clean up decoding of gssproxy linux credsGravatar J. Bruce Fields 1-19/+13
2013-09-03SUNRPC refactor rpcauth_checkverf error returnsGravatar Andy Adamson 1-2/+5