You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kouhei Sutou <ko...@cozmixng.org> on 2006/12/30 06:59:32 UTC

[PATCH] Check whether creds is available or not before use creds

Hi,

Simple auth raises error when creds isn't presented. (see
svn_ra_svn__do_auth()) But SASL auth doesn't raise error
in SASL_INTERACT stage.

[[
Make SASL auth behavior like simple auth's one.

* subversion/libsvn_ra_svn/sasl_auth.c (handle_interact):
  Check whether creds is available or not before use creds.
]]

Thanks,
--
kou

Re: [PATCH] Check whether creds is available or not before use creds

Posted by Daniel Rall <dl...@collab.net>.
Looks fine, committed to trunk as r22891.

- Dan