| Commit message (Expand) | Author | Age | Files | Lines |
* | svcrpc: fix kfree oops in gss-proxy code | J. Bruce Fields | 2013-08-01 | 1 | -1/+0 |
* | svcrpc: fix gss-proxy xdr decoding oops | J. Bruce Fields | 2013-08-01 | 1 | -4/+5 |
* | svcrpc: fix gss_rpc_upcall create error | J. Bruce Fields | 2013-08-01 | 1 | -1/+1 |
* | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2013-07-11 | 2 | -8/+7 |
|\ |
|
| * | svcrpc: store gss mech in svc_cred | J. Bruce Fields | 2013-07-01 | 2 | -4/+5 |
| * | svcrpc: introduce init_svc_cred | J. Bruce Fields | 2013-07-01 | 1 | -4/+2 |
* | | more open-coded file_inode() calls | Al Viro | 2013-06-29 | 1 | -2/+2 |
* | | Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2013-05-31 | 1 | -3/+5 |
|\ \
| |/ |
|
| * | svcrpc: implement O_NONBLOCK behavior for use-gss-proxy | J. Bruce Fields | 2013-05-28 | 1 | -2/+4 |
| * | svcauth_gss: fix error code in use_gss_proxy() | Dan Carpenter | 2013-05-12 | 1 | -1/+1 |
* | | SUNRPC: Convert auth_gss pipe detection to work in namespaces | Trond Myklebust | 2013-05-16 | 1 | -19/+27 |
* | | SUNRPC: Faster detection if gssd is actually running | Trond Myklebust | 2013-05-16 | 1 | -1/+12 |
* | | SUNRPC: Fix a bug in gss_create_upcall | Trond Myklebust | 2013-05-15 | 1 | -2/+3 |
|/ |
|
* | Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2013-05-10 | 1 | -28/+30 |
|\ |
|
| * | SUNRPC: fix decoding of optional gss-proxy xdr fields | J. Bruce Fields | 2013-05-07 | 1 | -13/+13 |
| * | SUNRPC: Refactor gssx_dec_option_array() to kill uninitialized warning | Geert Uytterhoeven | 2013-05-06 | 1 | -15/+17 |
* | | Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2013-05-09 | 1 | -2/+1 |
|\ \ |
|
| * | | SUNRPC: Don't spam syslog with "Pseudoflavor not found" messages | Trond Myklebust | 2013-05-03 | 1 | -2/+1 |
* | | | Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2013-05-03 | 9 | -18/+1872 |
|\ \ \
| | |/
| |/| |
|
| * | | svcauth_gss: fix error return code in rsc_parse() | Wei Yongjun | 2013-04-30 | 1 | -1/+3 |
| * | | svcrpc: fix gss-proxy to respect user namespaces | J. Bruce Fields | 2013-04-29 | 1 | -7/+13 |
| * | | SUNRPC: gssp_procedures[] can be static | Fengguang Wu | 2013-04-29 | 1 | -1/+1 |
| * | | SUNRPC: define {create,destroy}_use_gss_proxy_proc_entry in !PROC case | J. Bruce Fields | 2013-04-29 | 1 | -1/+10 |
| * | | Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-... | J. Bruce Fields | 2013-04-29 | 6 | -35/+107 |
| |\ \
| | |/ |
|
| * | | SUNRPC: Use gssproxy upcall for server RPCGSS authentication. | Simo Sorce | 2013-04-26 | 2 | -9/+340 |
| * | | SUNRPC: Add RPC based upcall mechanism for RPCGSS auth | Simo Sorce | 2013-04-26 | 5 | -1/+1500 |
| * | | SUNRPC: conditionally return endtime from import_sec_context | Simo Sorce | 2013-04-26 | 4 | -6/+11 |
* | | | Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 2013-04-30 | 4 | -31/+101 |
|\ \ \
| | |/
| |/| |
|
| * | | SUNRPC: Remove EXPORT_SYMBOL_GPL() from GSS mech switch | Chuck Lever | 2013-03-29 | 1 | -13/+13 |
| * | | SUNRPC: Make gss_mech_get() static | Chuck Lever | 2013-03-29 | 1 | -4/+1 |
| * | | SUNRPC: Refactor nfsd4_do_encode_secinfo() | Chuck Lever | 2013-03-29 | 2 | -2/+34 |
| * | | SUNRPC: Consider qop when looking up pseudoflavors | Chuck Lever | 2013-03-29 | 3 | -7/+20 |
| * | | SUNRPC: Load GSS kernel module by OID | Chuck Lever | 2013-03-29 | 2 | -0/+8 |
| * | | SUNRPC: Introduce rpcauth_get_pseudoflavor() | Chuck Lever | 2013-03-29 | 2 | -5/+24 |
| * | | SUNRPC: Define rpcsec_gss_info structure | Chuck Lever | 2013-03-29 | 1 | -1/+1 |
| * | | SUNRPC: Missing module alias for auth_rpcgss.ko | Chuck Lever | 2013-03-29 | 1 | -0/+1 |
* | | | net/sunrpc: rename random32() to prandom_u32() | Akinobu Mita | 2013-04-29 | 1 | -2/+2 |
| |/
|/| |
|
* | | nfsd: fix krb5 handling of anonymous principals | J. Bruce Fields | 2013-03-06 | 1 | -4/+8 |
|/ |
|
* | Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2013-02-28 | 2 | -9/+11 |
|\ |
|
| * | SUNRPC: rework cache upcall logic | Stanislav Kinsbursky | 2013-02-15 | 1 | -7/+0 |
| * | SUNRPC: introduce cache_detail->cache_request callback | Stanislav Kinsbursky | 2013-02-15 | 1 | -1/+2 |
| * | sunrpc: trim off trailing checksum before returning decrypted or integrity au... | Jeff Layton | 2013-02-08 | 2 | -2/+10 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-26 | 1 | -1/+1 |
|\ \ |
|
| * | | new helper: file_inode(file) | Al Viro | 2013-02-22 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2013-02-25 | 2 | -21/+42 |
|\ \ |
|
| * | | sunrpc: Update svcgss xdr handle to rpsec_contect cache | Eric W. Biederman | 2013-02-13 | 1 | -5/+13 |
| * | | sunrpc: Update gss uid to security context mapping. | Eric W. Biederman | 2013-02-13 | 1 | -5/+15 |
| * | | sunrpc: Convert kuids and kgids to uids and gids for printing | Eric W. Biederman | 2013-02-13 | 1 | -5/+8 |
| * | | sunrpc: Use uid_eq and gid_eq where appropriate | Eric W. Biederman | 2013-02-13 | 1 | -2/+2 |
| * | | sunrpc: Use kuid_t and kgid_t where appropriate | Eric W. Biederman | 2013-02-13 | 1 | -4/+4 |
| |/ |
|