aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/auth_gss.c
Commit message (Expand)AuthorAge
* SUNRPC: Don't spam gssd with upcall requests when the kerberos key expiredTrond Myklebust2010-05-14
* NFS: Don't use GFP_KERNEL in rpcsec_gss downcallsTrond Myklebust2010-05-14
* gss_krb5: Add upcall info indicating supported kerberos enctypesTrond Myklebust2010-05-14
* gss_krb5: Added and improved code commentsKevin Coffman2010-05-14
* gss_krb5: Introduce encryption type frameworkKevin Coffman2010-05-14
* SUNRPC: Fix a potential memory leak in auth_gssTrond Myklebust2010-03-21
* sunrpc: parse and return errors reported by gssdJeff Layton2010-02-10
* sunrpc: fix build-time warningRandy Dunlap2010-01-06
* sunrpc: on successful gss error pipe write, don't return errorJeff Layton2009-12-18
* rpc: remove unneeded function parameter in gss_add_msg()Suresh Jayaraman2009-12-09
* SUNRPC: IS_ERR/PTR_ERR confusionRoel Kluin2009-12-08
* SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_pathTrond Myklebust2009-08-09
* SUNRPC: Constify rpc_pipe_ops...Trond Myklebust2009-08-09
* sunrpc/auth_gss: Call rcu_barrier() on module unload.Jesper Dangaard Brouer2009-06-10
* rpc: add service field to new upcallOlga Kornievskaia2008-12-23
* rpc: add target field to new upcallOlga Kornievskaia2008-12-23
* rpc: implement new upcall\"J. Bruce Fields\2008-12-23
* rpc: store pointer to pipe inode in gss upcall message\"J. Bruce Fields\2008-12-23
* rpc: use count of pipe openers to wait for first open\"J. Bruce Fields\2008-12-23
* rpc: track number of users of the gss upcall pipe\"J. Bruce Fields\2008-12-23
* rpc: minor gss_alloc_msg cleanup\"J. Bruce Fields\2008-12-23
* rpc: factor out warning code from gss_pipe_destroy_msg\"J. Bruce Fields\2008-12-23
* rpc: remove unnecessary assignment\"J. Bruce Fields\2008-12-23
* sunrpc: fix code that makes auth_gss send destroy_cred message (try #2)Jeff Layton2008-12-23
* SUNRPC: Remove the last remnant of the BKL...Trond Myklebust2008-12-23
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-18
|\
| * rpc: remove some unused macros\\\"J. Bruce Fields\\\2008-07-09
| * rpc: eliminate unused variable in auth_gss upcall code\\\"J. Bruce Fields\\\2008-07-09
| * SUNRPC: Use GFP_NOFS when allocating credentialsTrond Myklebust2008-07-09
* | net: remove CVS keywordsAdrian Bunk2008-06-12
|/
* Merge branch 'devel'Trond Myklebust2008-04-24
|\
| * SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in useTrond Myklebust2008-04-19
| * SUNRPC: Fix a race in gss_refresh_upcall()Trond Myklebust2008-04-19
| * NFSv4: Reintroduce machine credsTrond Myklebust2008-04-19
| * NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid()Trond Myklebust2008-04-19
| * SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials..Trond Myklebust2008-04-19
| * SUNRPC: Add an rpc_credop callback for binding a credential to an rpc_taskTrond Myklebust2008-03-14
| * SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust2008-02-29
| * SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust2008-02-26
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-05
|/
* SUNRPC: Fix use of copy_to_user() in gss_pipe_upcall()Chuck Lever2008-01-30
* NFS: add newline to kernel warning message in auth_gss codeJames Morris2008-01-03
* SUNRPC: Add missing "space" to net/sunrpc/auth_gss.cJoe Perches2007-11-26
* sunrpc: gss_pipe_downcall(), don't assume all errors are transientKevin Coffman2007-11-17
* SUNRPC: Don't call gss_delete_sec_context() from an rcu contextTrond Myklebust2007-08-07
* SUNRPC: move bkl locking and xdr proc invocation into a common helperJ. Bruce Fields2007-07-19
* authgss build fixAndrew Morton2007-07-16
* sunrpc: drop BKL around wrap and unwrapJ. Bruce Fields2007-07-10
* SUNRPC: Ensure RPCSEC_GSS destroys the security context when freeing a credTrond Myklebust2007-07-10
* SUNRPC: Ensure that the struct gss_auth lifetime exceeds the credential'sTrond Myklebust2007-07-10