summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss
Commit message (Expand)AuthorAgeFilesLines
* nfsd: fix krb5 handling of anonymous principalsJ. Bruce Fields2013-03-061-4/+8
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-03-012-9/+11
|\
| * SUNRPC: rework cache upcall logicStanislav Kinsbursky2013-02-151-7/+0Star
| * SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky2013-02-151-1/+2
| * sunrpc: trim off trailing checksum before returning decrypted or integrity au...Jeff Layton2013-02-082-2/+10
* | 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-262-21/+42
|\ \
| * | sunrpc: Update svcgss xdr handle to rpsec_contect cacheEric W. Biederman2013-02-131-5/+13
| * | 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: Add missing static declaration to _gss_mech_get_by_nameTrond Myklebust2013-02-011-2/+2
* | 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 a missing spin_unlock to gss_mech_list_pseudoflavorsTrond Myklebust2012-07-171-1/+3
* SUNRPC: Add rpcauth_list_flavors()Chuck Lever2012-07-162-4/+15
* Merge branch 'for-3.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-012-36/+52
|\
| * nfsd4: move rq_flavor into svc_credJ. Bruce Fields2012-06-011-1/+1
| * nfsd4: move principal name into svc_credJ. Bruce Fields2012-06-011-19/+6Star
| * rpc: handle rotated gss data for Windows interoperabilityJ. Bruce Fields2012-06-011-16/+45
* | Merge branch 'for-3.5-take-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-06-011-36/+64
|\|
| * SUNRPC: split upcall function to extract reusable partsSimo Sorce2012-04-251-36/+64
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-241-1/+6
|\ \
| * | userns: Convert group_info values from gid_t to kgid_t.Eric W. Biederman2012-05-031-1/+6
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-171-3/+4
|\ \
| * | auth_gss: the list of pseudoflavors not being parsed correctlySteve Dickson2012-05-031-3/+4
| |/
* / net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
|/
* Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-03-235-116/+276
|\
| * SUNRPC: Don't use variable length automatic arrays in kernel codeTrond Myklebust2012-03-121-2/+5
| * SUNRPC: Fix a few sparse warningsTrond Myklebust2012-03-122-2/+2
| * 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-012-50/+136
| * SUNRPC: remove RPC PipeFS mount point reference from RPC clientStanislav Kinsbursky2012-02-011-4/+4
| * SUNRPC: subscribe RPC clients to pipefs notificationsStanislav Kinsbursky2012-02-011-3/+7
| * SUNRPC: handle GSS AUTH pipes by network namespace aware routinesStanislav Kinsbursky2012-02-011-22/+73
| * SUNRPC: split SUNPRC PipeFS dentry and private pipe data creationStanislav Kinsbursky2012-02-011-18/+36
| * SUNRPC: cleanup GSS pipes usageStanislav Kinsbursky2012-02-011-38/+38
| * SUNPRC: cleanup RPC PipeFS pipes upcall interfaceStanislav Kinsbursky2012-02-011-2/+1Star
| * SUNRPC: split SUNPRC PipeFS pipe data and inode creationStanislav Kinsbursky2012-02-011-23/+23
| * SUNRPC: replace inode lock with pipe lock for RPC PipeFS operationsStanislav Kinsbursky2012-02-011-29/+28Star
* | sunrpc: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-131-1/+1
|\
| * net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-1/+1
* | SUNRPC: Clean up the RPCSEC_GSS service ticket requestsTrond Myklebust2012-01-051-17/+23
|/
* Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-10-251-22/+2Star
|\
| * SUNRPC/NFS: make rpc pipe upcall genericPeng Tao2011-10-181-22/+2Star