| Commit message (Expand) | Author | Age | Files | Lines |
* | SUNRPC: Fix a few sparse warnings | Trond Myklebust | 2012-03-11 | 1 | -1/+1 |
* | rpc: allow autoloading of gss mechanisms | J. Bruce Fields | 2011-07-15 | 1 | -0/+7 |
* | nfsd: fix dependency of nfsd on auth_rpcgss | J. Bruce Fields | 2011-06-06 | 1 | -1/+2 |
* | Revert "net/sunrpc: Use static const char arrays" | Trond Myklebust | 2011-04-06 | 1 | -1/+1 |
* | gss:krb5 only include enctype numbers in gm_upcall_enctypes | Kevin Coffman | 2011-03-11 | 1 | -1/+1 |
* | 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 |
* | | gss:krb5 miss returning error to caller when import security context | Bian Naimeng | 2010-09-12 | 1 | -2/+8 |
|/ |
|
* | NFS: Don't use GFP_KERNEL in rpcsec_gss downcalls | Trond Myklebust | 2010-05-14 | 1 | -16/+18 |
* | 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 | 1 | -0/+96 |
* | gss_krb5: Use confounder length in wrap code | Kevin Coffman | 2010-05-14 | 1 | -0/+4 |
* | gss_krb5: Save the raw session key in the context | Kevin Coffman | 2010-05-14 | 1 | -14/+13 |
* | 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 | 1 | -9/+77 |
* | 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 | 1 | -0/+23 |
* | gss_krb5: Add upcall info indicating supported kerberos enctypes | Trond Myklebust | 2010-05-14 | 1 | -0/+1 |
* | gss_krb5: handle new context format from gssd | Kevin Coffman | 2010-05-14 | 1 | -1/+236 |
* | gss_krb5: import functionality to derive keys into the kernel | Kevin Coffman | 2010-05-14 | 1 | -0/+1 |
* | gss_krb5: add ability to have a keyed checksum (hmac) | Kevin Coffman | 2010-05-14 | 1 | -0/+1 |
* | gss_krb5: introduce encryption type framework | Kevin Coffman | 2010-05-14 | 1 | -16/+74 |
* | gss_krb5: prepare for new context format | Kevin Coffman | 2010-05-14 | 1 | -24/+39 |
* | gss_krb5: split up functions in preparation of adding new enctypes | Kevin Coffman | 2010-05-14 | 1 | -0/+1 |
* | SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos() | Trond Myklebust | 2009-12-18 | 1 | -1/+3 |
* | SUNRPC: Use GFP_NOFS when allocating credentials | Trond Myklebust | 2008-07-09 | 1 | -2/+2 |
* | sunrpc: return error if unsupported enctype or cksumtype is encountered | Kevin Coffman | 2007-11-17 | 1 | -2/+6 |
* | knfsd: rpc: add gss krb5 and spkm3 oid values | Usha Ketineni | 2007-07-17 | 1 | -0/+1 |
* | SUNRPC: Mark auth and cred operation tables as constant. | Trond Myklebust | 2007-07-10 | 1 | -1/+1 |
* | SUNRPC: fix print format for tk_pid in auth_gss support | Chuck Lever | 2007-02-03 | 1 | -1/+2 |
* | rpcgss: krb5: ignore seed | J. Bruce Fields | 2006-12-06 | 1 | -5/+6 |
* | rpcgss: krb5: sanity check sealalg value in the downcall | J. Bruce Fields | 2006-12-06 | 1 | -1/+3 |
* | gss: krb5: remove signalg and sealalg | J. Bruce Fields | 2006-12-06 | 1 | -1/+4 |
* | [SUNRPC]: Use k{mem,str}dup where applicable | Arnaldo Carvalho de Melo | 2006-12-02 | 1 | -2/+1 |
* | [SUNRPC] GSS: Use block ciphers where applicable | Herbert Xu | 2006-09-21 | 1 | -11/+13 |
* | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris | 2006-07-21 | 1 | -2/+1 |
* | spelling fixes | Andreas Mohr | 2006-06-26 | 1 | -1/+1 |
* | SUNRPC: Make krb5 report unsupported encryption types | J. Bruce Fields | 2006-01-06 | 1 | -3/+7 |
* | RPCSEC_GSS: krb5 cleanup | J. Bruce Fields | 2005-10-18 | 1 | -28/+0 |
* | RPCSEC_GSS remove all qop parameters | J. Bruce Fields | 2005-10-18 | 1 | -8/+4 |
* | RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism. | J. Bruce Fields | 2005-10-18 | 1 | -0/+7 |
* | RPCSEC_GSS: krb5 pre-privacy cleanup | J. Bruce Fields | 2005-10-18 | 1 | -3/+2 |
* | [PATCH] RPC: Eliminate socket.h includes in RPC client | Chuck Lever | 2005-09-23 | 1 | -1/+0 |
* | [CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL | Jesper Juhl | 2005-09-01 | 1 | -6/+3 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+275 |