summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/auth_gss.c
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-241-1/+1
* sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptorJeff Layton2014-11-131-5/+30
* sunrpc: fix RCU handling of gc_ctx fieldJeff Layton2014-08-031-17/+35
* sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton2014-07-131-20/+42
* auth_gss: fetch the acceptor name out of the downcallJeff Layton2014-07-131-3/+17
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
* SUNRPC: Fix a pipe_version reference leakTrond Myklebust2014-02-161-1/+3
* SUNRPC: Ensure that gss_auth isn't freed before its upcall messagesTrond Myklebust2014-02-161-2/+11
* SUNRPC: Don't create a gss auth cache unless rpc.gssd is runningTrond Myklebust2014-02-101-0/+2
* sunrpc: turn warn_gssd() log message into a dprintk()Jeff Layton2014-01-271-7/+1Star
* sunrpc: replace sunrpc_net->gssd_running flag with a more reliable checkJeff Layton2013-12-061-10/+7Star
* SUNRPC: do not fail gss proc NULL calls with EACCESAndy Adamson2013-11-261-1/+1
* SUNRPC: Fix buffer overflow checking in gss_encode_v0_msg/gss_encode_v1_msgTrond Myklebust2013-10-281-19/+37
* SUNRPC: gss_alloc_msg - choose _either_ a v0 message or a v1 messageTrond Myklebust2013-10-281-0/+1
* RPCSEC_GSS: fix crash on destroying gss authJ. Bruce Fields2013-09-181-0/+11
* SUNRPC: No, I did not intend to create a 256KiB hashtableTrond Myklebust2013-09-121-1/+1
* SUNRPC refactor rpcauth_checkverf error returnsAndy Adamson2013-09-031-2/+5
* SUNRPC new rpc_credops to test credential expiryAndy Adamson2013-09-031-2/+50
* RPCSEC_GSS: Share all credential caches on a per-transport basisTrond Myklebust2013-09-021-3/+89
* RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth cachesTrond Myklebust2013-09-011-9/+68
* RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentriesTrond Myklebust2013-09-011-89/+92
* RPCSEC_GSS: Fix an Oopsable condition when creating/destroying pipefs objectsTrond Myklebust2013-08-301-12/+20
* RPCSEC_GSS: Further cleanupsTrond Myklebust2013-08-301-11/+20
* SUNRPC: Replace clnt->cl_principalTrond Myklebust2013-08-301-3/+4
* RPCSEC_GSS: Clean up upcall message allocationTrond Myklebust2013-08-301-18/+19
* SUNRPC: Convert auth_gss pipe detection to work in namespacesTrond Myklebust2013-05-161-19/+27
* SUNRPC: Faster detection if gssd is actually runningTrond Myklebust2013-05-161-1/+12
* SUNRPC: Fix a bug in gss_create_upcallTrond Myklebust2013-05-151-2/+3
* Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-05-091-2/+1Star
|\
| * SUNRPC: Don't spam syslog with "Pseudoflavor not found" messagesTrond Myklebust2013-05-031-2/+1Star
* | Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields2013-04-291-0/+3
|\|
| * SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever2013-03-291-0/+1
| * SUNRPC: Introduce rpcauth_get_pseudoflavor()Chuck Lever2013-03-291-0/+1
| * SUNRPC: Missing module alias for auth_rpcgss.koChuck Lever2013-03-291-0/+1
* | SUNRPC: conditionally return endtime from import_sec_contextSimo Sorce2013-04-261-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-231-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-261-16/+29
|\ \
| * | sunrpc: Update gss uid to security context mapping.Eric W. Biederman2013-02-131-5/+15
| * | sunrpc: Convert kuids and kgids to uids and gids for printingEric W. Biederman2013-02-131-5/+8
| * | sunrpc: Use uid_eq and gid_eq where appropriateEric W. Biederman2013-02-131-2/+2
| * | sunrpc: Use kuid_t and kgid_t where appropriateEric W. Biederman2013-02-131-4/+4
| |/
* | sunrpc: silence build warning in gss_fill_contextJeff Layton2013-02-171-2/+1Star
* | SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust2013-02-011-1/+1
|/
* SUNRPC set gss gc_expiry to full lifetimeAndy Adamson2012-12-121-4/+13
* SUNRPC: Use __func__ in dprintk() in auth_gss.cChuck Lever2012-10-021-29/+29
* SUNRPC: Add rpcauth_list_flavors()Chuck Lever2012-07-161-0/+1
* SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust2012-03-021-2/+2
* SUNRPC: create GSS auth cache per network namespaceStanislav Kinsbursky2012-02-011-0/+21
* SUNRPC: remove RPC PipeFS mount point reference from RPC clientStanislav Kinsbursky2012-02-011-4/+4