summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-07-112-8/+7Star
|\
| * svcrpc: store gss mech in svc_credJ. Bruce Fields2013-07-012-4/+5
| * svcrpc: introduce init_svc_credJ. Bruce Fields2013-07-011-4/+2Star
* | more open-coded file_inode() callsAl Viro2013-06-291-2/+2
* | Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-311-3/+5
|\|
| * svcrpc: implement O_NONBLOCK behavior for use-gss-proxyJ. Bruce Fields2013-05-281-2/+4
| * svcauth_gss: fix error code in use_gss_proxy()Dan Carpenter2013-05-121-1/+1
* | 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 branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-101-28/+30
|\
| * SUNRPC: fix decoding of optional gss-proxy xdr fieldsJ. Bruce Fields2013-05-071-13/+13
| * SUNRPC: Refactor gssx_dec_option_array() to kill uninitialized warningGeert Uytterhoeven2013-05-061-15/+17
* | 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 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-039-18/+1872
|\ \ \ | | |/ | |/|
| * | svcauth_gss: fix error return code in rsc_parse()Wei Yongjun2013-05-011-1/+3
| * | svcrpc: fix gss-proxy to respect user namespacesJ. Bruce Fields2013-04-301-7/+13
| * | SUNRPC: gssp_procedures[] can be staticFengguang Wu2013-04-291-1/+1
| * | SUNRPC: define {create,destroy}_use_gss_proxy_proc_entry in !PROC caseJ. Bruce Fields2013-04-291-1/+10
| * | Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields2013-04-296-35/+107
| |\|
| * | SUNRPC: Use gssproxy upcall for server RPCGSS authentication.Simo Sorce2013-04-262-9/+340
| * | SUNRPC: Add RPC based upcall mechanism for RPCGSS authSimo Sorce2013-04-265-1/+1500
| * | SUNRPC: conditionally return endtime from import_sec_contextSimo Sorce2013-04-264-6/+11
* | | Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-04-304-31/+101
|\ \ \ | | |/ | |/|
| * | SUNRPC: Remove EXPORT_SYMBOL_GPL() from GSS mech switchChuck Lever2013-03-291-13/+13
| * | SUNRPC: Make gss_mech_get() staticChuck Lever2013-03-291-4/+1Star
| * | SUNRPC: Refactor nfsd4_do_encode_secinfo()Chuck Lever2013-03-292-2/+34
| * | SUNRPC: Consider qop when looking up pseudoflavorsChuck Lever2013-03-293-7/+20
| * | SUNRPC: Load GSS kernel module by OIDChuck Lever2013-03-292-0/+8
| * | SUNRPC: Introduce rpcauth_get_pseudoflavor()Chuck Lever2013-03-292-5/+24
| * | SUNRPC: Define rpcsec_gss_info structureChuck Lever2013-03-291-1/+1
| * | SUNRPC: Missing module alias for auth_rpcgss.koChuck Lever2013-03-291-0/+1
* | | net/sunrpc: rename random32() to prandom_u32()Akinobu Mita2013-04-301-2/+2
| |/ |/|
* | 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
|/