summaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss/auth_gss.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust1-0/+41
2018-08-24Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-5/+6
2018-08-24Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+34
2018-08-23sunrpc: Add comment defining gssd upcall API keywordsChuck Lever1-0/+17
2018-08-23sunrpc: Enable the kernel to specify the hostname part of service principalsChuck Lever1-3/+17
2018-08-04net: Remove some unneeded semicolonzhong jiang1-1/+1
2018-07-31sunrpc: whitespace fixesStephen Hemminger1-1/+1
2018-07-30net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon1-4/+5
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2017-07-05net, sunrpc: convert gss_upcall_msg.count from atomic_t to refcount_tReshetova, Elena1-11/+11
2017-07-05net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-02-28lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-10SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown1-1/+6
2016-10-26sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields1-4/+9
2016-09-30sunrpc: add RPCSEC_GSS hash_cred() functionFrank Sorenson1-0/+7
2016-08-05SUNRPC: allow for upcalls for same uid but different gss serviceOlga Kornievskaia1-3/+5
2016-07-25Merge branch 'nfs-rdma'Trond Myklebust1-0/+2
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew1-0/+1
2016-07-11xprtrdma: No direct data placement with krb5i and krb5pChuck Lever1-0/+2
2016-05-09sunrpc: plumb gfp_t parm into crcreate operationJeff Layton1-3/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-4/+4
2016-02-23Merge branch 'multipath'Trond Myklebust1-2/+2
2016-02-17auth_gss: fix panic in gss_pipe_downcall() in fips modeScott Mayhew1-1/+1
2016-02-06SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust1-2/+2
2015-10-23sunrpc: avoid warning in gss_key_timeoutArnd Bergmann1-7/+6
2014-11-25sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2014-11-13sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptorJeff Layton1-5/+30
2014-08-04sunrpc: fix RCU handling of gc_ctx fieldJeff Layton1-17/+35
2014-07-13sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton1-20/+42
2014-07-13auth_gss: fetch the acceptor name out of the downcallJeff Layton1-3/+17
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-02-16SUNRPC: Fix a pipe_version reference leakTrond Myklebust1-1/+3
2014-02-16SUNRPC: Ensure that gss_auth isn't freed before its upcall messagesTrond Myklebust1-2/+11
2014-02-11SUNRPC: Don't create a gss auth cache unless rpc.gssd is runningTrond Myklebust1-0/+2
2014-01-28sunrpc: turn warn_gssd() log message into a dprintk()Jeff Layton1-7/+1
2013-12-06sunrpc: replace sunrpc_net->gssd_running flag with a more reliable checkJeff Layton1-10/+7
2013-11-26SUNRPC: do not fail gss proc NULL calls with EACCESAndy Adamson1-1/+1
2013-10-29SUNRPC: Fix buffer overflow checking in gss_encode_v0_msg/gss_encode_v1_msgTrond Myklebust1-19/+37
2013-10-29SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 messageTrond Myklebust1-0/+1
2013-09-18RPCSEC_GSS: fix crash on destroying gss authJ. Bruce Fields1-0/+11
2013-09-12SUNRPC: No, I did not intend to create a 256KiB hashtableTrond Myklebust1-1/+1
2013-09-03SUNRPC refactor rpcauth_checkverf error returnsAndy Adamson1-2/+5
2013-09-03SUNRPC new rpc_credops to test credential expiryAndy Adamson1-2/+50
2013-09-02RPCSEC_GSS: Share all credential caches on a per-transport basisTrond Myklebust1-3/+89
2013-09-01RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth cachesTrond Myklebust1-9/+68
2013-09-01RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentriesTrond Myklebust1-89/+92
2013-08-30RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objectsTrond Myklebust1-12/+20
2013-08-30RPCSEC_GSS: Further cleanupsTrond Myklebust1-11/+20
2013-08-30SUNRPC: Replace clnt->cl_principalTrond Myklebust1-3/+4