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=43dca6992b70fbfa7a9208bcd8c195fe27c4cff2 The branch, master has been updated via 43dca6992b70fbfa7a9208bcd8c195fe27c4cff2 (commit) from 9831f70c224de15e0e1d650c291356389af1c385 (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 43dca6992b70fbfa7a9208bcd8c195fe27c4cff2 Author: Simon Josefsson <[email protected]> Date: Mon Feb 20 11:55:22 2012 +0100 Fix typo. Reported by Phil Pennock <[email protected]>. ----------------------------------------------------------------------- Summary of changes: THANKS | 1 + doc/gsasl.texi | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/THANKS b/THANKS index 7c2c76c..5770c64 100644 --- a/THANKS +++ b/THANKS @@ -42,6 +42,7 @@ Marco Maggi <[email protected]> "carlo.bramix" <[email protected]> Marc Santamaria <[email protected]> Wim Lewis <[email protected]> +Phil Pennock <[email protected]> ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, diff --git a/doc/gsasl.texi b/doc/gsasl.texi index d24fbd2..11e6019 100644 --- a/doc/gsasl.texi +++ b/doc/gsasl.texi @@ -1747,7 +1747,7 @@ authenticate and authorize the client are provided. In the first approach, the server side of the mechanism will request the @code{GSASL_VALIDATE_SIMPLE} callback property to decide whether the client should be accepted or not. The callback may inspect the -@code{GSASL_AUTHID}, @code{GSASL_AUTHID}, and @code{GSASL_PASSWORD} +@code{GSASL_AUTHID}, @code{GSASL_AUTHZID}, and @code{GSASL_PASSWORD} properties. These property values will be normalized. If the first approach fails (because, e.g., your callback returns hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gsasl-commit
