aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss
Commit message (Expand)AuthorAgeFilesLines
...
* | | gss_krb5: introduce encryption type frameworkKevin Coffman2010-05-145-69/+182
* | | gss_krb5: prepare for new context formatKevin Coffman2010-05-141-24/+39
* | | gss_krb5: split up functions in preparation of adding new enctypesKevin Coffman2010-05-144-12/+68
* | | gss_krb5: Don't expect blocksize to always be 8 when calculating paddingJ. Bruce Fields2010-05-141-4/+1
* | | gss_krb5: Added and improved code commentsKevin Coffman2010-05-143-3/+38
* | | gss_krb5: Introduce encryption type frameworkKevin Coffman2010-05-143-5/+41
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-308-7/+1
* | SUNRPC: Fix a potential memory leak in auth_gssTrond Myklebust2010-03-211-3/+2
|/
* sunrpc: parse and return errors reported by gssdJeff Layton2010-02-101-2/+9
* sunrpc: fix build-time warningRandy Dunlap2010-01-061-1/+1
* sunrpc: on successful gss error pipe write, don't return errorJeff Layton2009-12-181-1/+16
* SUNRPC: Fix the return value in gss_import_sec_context()Trond Myklebust2009-12-181-1/+1
* SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()Trond Myklebust2009-12-181-1/+3
* Merge branch 'nfs-for-2.6.33'Trond Myklebust2009-12-131-3/+3
|\
| * rpc: remove unneeded function parameter in gss_add_msg()Suresh Jayaraman2009-12-091-2/+2
| * SUNRPC: IS_ERR/PTR_ERR confusionRoel Kluin2009-12-081-1/+1
* | net: Move && and || to end of previous lineJoe Perches2009-11-292-4/+4
|/
* sunrpc: reply AUTH_BADCRED to RPCSEC_GSS with unknown serviceWei Yongjun2009-08-251-2/+4
* SUNRPC: Allow the cache_detail to specify alternative upcall mechanismsTrond Myklebust2009-08-091-1/+6
* SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_pathTrond Myklebust2009-08-091-2/+2
* SUNRPC: Constify rpc_pipe_ops...Trond Myklebust2009-08-091-4/+4
* sunrpc/auth_gss: Call rcu_barrier() on module unload.Jesper Dangaard Brouer2009-06-101-0/+1
* rpc: add service field to new upcallOlga Kornievskaia2008-12-231-10/+16
* rpc: add target field to new upcallOlga Kornievskaia2008-12-231-7/+21
* rpc: allow gss callbacks to clientOlga Kornievskaia2008-12-231-0/+1
* nfsd: pass client principal name in rsc downcallOlga Kornievskaia2008-12-231-0/+23
* rpc: implement new upcall\"J. Bruce Fields\2008-12-231-20/+96
* rpc: store pointer to pipe inode in gss upcall message\"J. Bruce Fields\2008-12-231-8/+12
* rpc: use count of pipe openers to wait for first open\"J. Bruce Fields\2008-12-231-3/+61
* rpc: track number of users of the gss upcall pipe\"J. Bruce Fields\2008-12-231-0/+14
* rpc: minor gss_alloc_msg cleanup\"J. Bruce Fields\2008-12-231-12/+12
* rpc: factor out warning code from gss_pipe_destroy_msg\"J. Bruce Fields\2008-12-231-9/+14
* rpc: remove unnecessary assignment\"J. Bruce Fields\2008-12-231-1/+0
* sunrpc: fix code that makes auth_gss send destroy_cred message (try #2)Jeff Layton2008-12-231-5/+12
* SUNRPC: rpcsec_gss modules should not be used by out-of-tree codeTrond Myklebust2008-12-233-14/+14
* SUNRPC: Remove the last remnant of the BKL...Trond Myklebust2008-12-231-5/+5
* Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-07-205-62/+66
|\
| * gss_krb5: Use random value to initialize confounderKevin Coffman2008-06-231-4/+18
| * gss_krb5: move gss_krb5_crypto into the krb5 moduleKevin Coffman2008-06-232-12/+2
| * gss_krb5: create a define for token header size and clean up ptr locationKevin Coffman2008-06-233-46/+46
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-185-32/+17
|\ \
| * | rpc: remove some unused macros\\\"J. Bruce Fields\\\2008-07-091-12/+1
| * | rpc: eliminate unused variable in auth_gss upcall code\\\"J. Bruce Fields\\\2008-07-091-3/+1
| * | SUNRPC: Use GFP_NOFS when allocating credentialsTrond Myklebust2008-07-094-10/+10
| * | svcrpc: fix handling of garbage argsJ. Bruce Fields2008-07-031-7/+5
| |/
* | net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
|/
* Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-04-241-37/+68
|\
| * Merge branch 'devel'Trond Myklebust2008-04-241-37/+68
| |\
| | * SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in useTrond Myklebust2008-04-191-27/+42
| | * SUNRPC: Fix a race in gss_refresh_upcall()Trond Myklebust2008-04-191-3/+8