| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2011-06-21 | 1 | -2/+2 |
|\ |
|
| * | SUNRPC: Ensure the RPC client only quits on fatal signals | Trond Myklebust | 2011-06-17 | 1 | -2/+2 |
* | | nfsd: fix dependency of nfsd on auth_rpcgss | J. Bruce Fields | 2011-06-06 | 1 | -1/+2 |
|/ |
|
* | NFS: Fix infinite loop in gss_create_upcall() | Bryan Schumaker | 2011-04-13 | 1 | -3/+5 |
* | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 2011-04-08 | 1 | -1/+1 |
|\ |
|
| * | Revert "net/sunrpc: Use static const char arrays" | Trond Myklebust | 2011-04-06 | 1 | -1/+1 |
* | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
|/ |
|
* | NFS: Determine initial mount security | Bryan Schumaker | 2011-03-24 | 1 | -0/+16 |
* | NFS: use secinfo when crossing mountpoints | Bryan Schumaker | 2011-03-24 | 1 | -0/+22 |
* | gss:krb5 only include enctype numbers in gm_upcall_enctypes | Kevin Coffman | 2011-03-11 | 2 | -2/+2 |
* | Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2011-01-14 | 2 | -3/+1 |
|\ |
|
| * | net/sunrpc/auth_gss/gss_krb5_crypto.c: Use normal negative error value return | Joe Perches | 2010-12-17 | 1 | -1/+1 |
| * | net: sunrpc: kill unused macros | Shan Wei | 2010-12-17 | 1 | -2/+0 |
* | | Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 2011-01-11 | 1 | -13/+31 |
|\ \ |
|
| * | | SUNRPC: New xdr_streams XDR decoder API | Chuck Lever | 2010-12-16 | 1 | -2/+11 |
| * | | SUNRPC: New xdr_streams XDR encoder API | Chuck Lever | 2010-12-16 | 1 | -11/+20 |
| |/ |
|
* | | Net: sunrpc: auth_gss: Makefile: Remove deprecated kbuild goal definitions | Tracey Dent | 2010-11-22 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2010-10-26 | 6 | -859/+24 |
|\ |
|
| * | nfsd4: remove spkm3 | J. Bruce Fields | 2010-10-01 | 5 | -832/+0 |
| * | svcauth_gss: replace a trivial 'switch' with an 'if' | NeilBrown | 2010-09-21 | 1 | -22/+19 |
| * | sunrpc: close connection when a request is irretrievably lost. | NeilBrown | 2010-09-21 | 1 | -6/+6 |
* | | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs... | Linus Torvalds | 2010-10-26 | 1 | -1/+1 |
|\ \ |
|
| * | | net/sunrpc: Use static const char arrays | Joe Perches | 2010-10-25 | 1 | -1/+1 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-10-06 | 3 | -7/+17 |
|\ \ \
| | |/
| |/| |
|
| * | | gss:spkm3 miss returning error to caller when import security context | Bian Naimeng | 2010-09-12 | 1 | -1/+4 |
| * | | gss:krb5 miss returning error to caller when import security context | Bian Naimeng | 2010-09-12 | 1 | -2/+8 |
| * | | SUNRPC: Fix race corrupting rpc upcall | Trond Myklebust | 2010-09-12 | 1 | -4/+5 |
| |/ |
|
* | | net: return operator cleanup | Eric Dumazet | 2010-09-23 | 4 | -25/+25 |
|/ |
|
* | SUNRPC: Defer deleting the security context until gss_do_free_ctx() | Trond Myklebust | 2010-08-04 | 1 | -6/+1 |
* | SUNRPC: Move the bound cred to struct rpc_rqst | Trond Myklebust | 2010-08-04 | 1 | -11/+11 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2010-05-20 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 9 | -10/+3 |
| |\ |
|
| * | | net: remove trailing space in messages | Frans Pop | 2010-03-24 | 1 | -1/+1 |
* | | | SUNRPC: Don't spam gssd with upcall requests when the kerberos key expired | Trond Myklebust | 2010-05-14 | 1 | -12/+53 |
* | | | NFS: Don't use GFP_KERNEL in rpcsec_gss downcalls | Trond Myklebust | 2010-05-14 | 6 | -27/+32 |
* | | | gss_krb5: Advertise rc4-hmac enctype support in the rpcsec_gss/krb5 upcall | Trond Myklebust | 2010-05-14 | 1 | -1/+1 |
* | | | gss_krb5: Add support for rc4-hmac encryption | Kevin Coffman | 2010-05-14 | 6 | -13/+483 |
* | | | gss_krb5: Use confounder length in wrap code | Kevin Coffman | 2010-05-14 | 3 | -8/+14 |
* | | | gssd_krb5: More arcfour-hmac support | Kevin Coffman | 2010-05-14 | 4 | -9/+11 |
* | | | gss_krb5: Save the raw session key in the context | Kevin Coffman | 2010-05-14 | 1 | -14/+13 |
* | | | gssd_krb5: arcfour-hmac support | Kevin Coffman | 2010-05-14 | 4 | -14/+30 |
* | | | gss_krb5: Advertise AES enctype support in the rpcsec_gss/krb5 upcall | Trond Myklebust | 2010-05-14 | 1 | -1/+1 |
* | | | gss_krb5: add remaining pieces to enable AES encryption support | Kevin Coffman | 2010-05-14 | 4 | -12/+358 |
* | | | gss_krb5: add support for new token formats in rfc4121 | Kevin Coffman | 2010-05-14 | 4 | -0/+378 |
* | | | gss_krb5: Advertise triple-des enctype support in the rpcsec_gss/krb5 upcall | Trond Myklebust | 2010-05-14 | 1 | -1/+1 |
* | | | gss_krb5: add support for triple-des encryption | Kevin Coffman | 2010-05-14 | 6 | -0/+83 |
* | | | gss_krb5: Add upcall info indicating supported kerberos enctypes | Trond Myklebust | 2010-05-14 | 2 | -1/+8 |
* | | | gss_krb5: handle new context format from gssd | Kevin Coffman | 2010-05-14 | 2 | -2/+237 |
* | | | gss_krb5: import functionality to derive keys into the kernel | Kevin Coffman | 2010-05-14 | 3 | -1/+254 |
* | | | gss_krb5: add ability to have a keyed checksum (hmac) | Kevin Coffman | 2010-05-14 | 5 | -31/+80 |