gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gsasl branch, gsasl_1_4_x, updated. gsasl-1-4-4-2-g2292596


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, gsasl_1_4_x, updated. gsasl-1-4-4-2-g2292596
Date: Thu, 29 Apr 2010 08:22:38 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gsasl".

http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=229259634a985a2abbff21aeababfd358d6ea8f1

The branch, gsasl_1_4_x has been updated
       via  229259634a985a2abbff21aeababfd358d6ea8f1 (commit)
      from  c8cb22dd10e003b266895fd7d3d197a603df7514 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 229259634a985a2abbff21aeababfd358d6ea8f1
Author: Simon Josefsson <address@hidden>
Date:   Thu Apr 29 10:21:59 2010 +0200

    SCRAM server: Interop against clients that supports channel bindings.
    
    Reported by Marc Santamaria <address@hidden>.

-----------------------------------------------------------------------

Summary of changes:
 lib/scram/server.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/scram/server.c b/lib/scram/server.c
index 4926dea..79dd7c1 100644
--- a/lib/scram/server.c
+++ b/lib/scram/server.c
@@ -129,7 +129,7 @@ _gsasl_scram_sha1_server_step (Gsasl_session * sctx,
          return GSASL_MECHANISM_PARSE_ERROR;
 
        /* We don't support channel bindings. */
-       if (state->cf.cbflag != 'n')
+       if (state->cf.cbflag != 'n' && state->cf.cbflag != 'y')
          return GSASL_AUTHENTICATION_ERROR;
 
        /* Check that username doesn't fail SASLprep. */


hooks/post-receive
-- 
GNU gsasl




reply via email to

[Prev in Thread] Current Thread [Next in Thread]