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=f7e367b85c5040cd7a0a8fcb4a13b274b05ede54 The branch, gsasl_1_4_x has been updated via f7e367b85c5040cd7a0a8fcb4a13b274b05ede54 (commit) from 229259634a985a2abbff21aeababfd358d6ea8f1 (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 f7e367b85c5040cd7a0a8fcb4a13b274b05ede54 Author: Simon Josefsson <[email protected]> Date: Sat Nov 13 20:26:55 2010 +0100 Final document do use query strings for usernames. ----------------------------------------------------------------------- Summary of changes: lib/scram/client.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/lib/scram/client.c b/lib/scram/client.c index de087cc..2a030e9 100644 --- a/lib/scram/client.c +++ b/lib/scram/client.c @@ -153,7 +153,6 @@ _gsasl_scram_sha1_client_step (Gsasl_session * sctx, if (!p) return GSASL_NO_AUTHID; - /* FIXME check that final document uses query strings. */ rc = gsasl_saslprep (p, GSASL_ALLOW_UNASSIGNED, &state->cf.username, NULL); if (rc != GSASL_OK) hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
