summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/auth_gss.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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: 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/+0Star
* sunrpc: fix code that makes auth_gss send destroy_cred message (try #2)Jeff Layton2008-12-231-5/+12
* SUNRPC: Remove the last remnant of the BKL...Trond Myklebust2008-12-231-5/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-20/+7Star
|\
| * rpc: remove some unused macros\\\"J. Bruce Fields\\\2008-07-091-12/+1Star
| * rpc: eliminate unused variable in auth_gss upcall code\\\"J. Bruce Fields\\\2008-07-091-3/+1Star
| * SUNRPC: Use GFP_NOFS when allocating credentialsTrond Myklebust2008-07-091-5/+5
* | net: remove CVS keywordsAdrian Bunk2008-06-121-2/+0Star
|/
* 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
| * NFSv4: Reintroduce machine credsTrond Myklebust2008-04-191-1/+11
| * NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust2008-04-191-2/+0Star
| * SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials..Trond Myklebust2008-04-191-2/+2
| * SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust2008-03-141-0/+2
| * SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust2008-02-291-0/+1
| * SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2008-02-261-2/+2
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-1/+1
|/
* SUNRPC: Fix use of copy_to_user() in gss_pipe_upcall()Chuck Lever2008-01-301-7/+6Star
* NFS: add newline to kernel warning message in auth_gss codeJames Morris2008-01-031-1/+1
* SUNRPC: Add missing "space" to net/sunrpc/auth_gss.cJoe Perches2007-11-261-1/+1
* sunrpc: gss_pipe_downcall(), don't assume all errors are transientKevin Coffman2007-11-171-1/+1
* SUNRPC: Don't call gss_delete_sec_context() from an rcu contextTrond Myklebust2007-08-071-3/+6
* SUNRPC: move bkl locking and xdr proc invocation into a common helperJ. Bruce Fields2007-07-191-16/+5Star
* authgss build fixAndrew Morton2007-07-161-0/+1
* sunrpc: drop BKL around wrap and unwrapJ. Bruce Fields2007-07-111-0/+10
* SUNRPC: Ensure RPCSEC_GSS destroys the security context when freeing a credTrond Myklebust2007-07-111-2/+58
* SUNRPC: Ensure that the struct gss_auth lifetime exceeds the credential'sTrond Myklebust2007-07-111-6/+25
* SUNRPC: Remove the tk_auth macro...Trond Myklebust2007-07-111-2/+2
* SUNRPC: Convert gss_ctx_lock to an RCU lockTrond Myklebust2007-07-111-17/+36
* SUNRPC: Convert the credential garbage collector into a shrinker callbackTrond Myklebust2007-07-111-2/+1Star
* SUNRPC: Convert the credcache lookup code to use RCUTrond Myklebust2007-07-111-6/+16
* SUNRPC: Enforce atomic updates of rpc_cred->cr_flagsTrond Myklebust2007-07-111-11/+11
* SUNRPC: Clean up rpc credential initialisationTrond Myklebust2007-07-111-5/+1Star