1. 07 1月, 2010 1 次提交
  2. 19 12月, 2009 3 次提交
  3. 10 12月, 2009 1 次提交
  4. 09 12月, 2009 1 次提交
  5. 30 11月, 2009 1 次提交
  6. 26 8月, 2009 1 次提交
  7. 10 8月, 2009 3 次提交
  8. 10 6月, 2009 1 次提交
  9. 24 12月, 2008 14 次提交
  10. 10 7月, 2008 3 次提交
  11. 04 7月, 2008 1 次提交
  12. 24 6月, 2008 3 次提交
  13. 12 6月, 2008 1 次提交
  14. 24 4月, 2008 5 次提交
  15. 20 4月, 2008 1 次提交
    • T
      SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in use · cd019f75
      Trond Myklebust 提交于
      When a server rejects our credential with an AUTH_REJECTEDCRED or similar,
      we need to refresh the credential and then retry the request.
      However, we do want to allow any requests that are in flight to finish
      executing, so that we can at least attempt to process the replies that
      depend on this instance of the credential.
      
      The solution is to ensure that gss_refresh() looks up an entirely new
      RPCSEC_GSS credential instead of attempting to create a context for the
      existing invalid credential.
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      cd019f75