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 <[email protected]> Date: Thu Apr 29 10:21:59 2010 +0200 SCRAM server: Interop against clients that supports channel bindings. Reported by Marc Santamaria <[email protected]>. ----------------------------------------------------------------------- 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 _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
