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=1accb2b1283a2f20ed73f25165312ba1ff02bc9b The branch, master has been updated via 1accb2b1283a2f20ed73f25165312ba1ff02bc9b (commit) from feda8dca85ce8d3a8d8c9ed4f54ce205d68cbb4d (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 1accb2b1283a2f20ed73f25165312ba1ff02bc9b Author: Simon Josefsson <[email protected]> Date: Tue Mar 27 23:53:39 2012 +0200 Doc fix. ----------------------------------------------------------------------- Summary of changes: lib/src/gsasl.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/lib/src/gsasl.h b/lib/src/gsasl.h index 4c09805..c57b857 100644 --- a/lib/src/gsasl.h +++ b/lib/src/gsasl.h @@ -309,14 +309,17 @@ extern "C" * @GSASL_CB_TLS_UNIQUE: Base64 encoded tls-unique channel binding. * @GSASL_SAML20_IDP_IDENTIFIER: SAML20 user IdP URL. * @GSASL_SAML20_REDIRECT_URL: SAML20 challenge from server to client. + * @GSASL_OPENID20_REDIRECT_URL: OpenID 2.0 redirect URL. + * @GSASL_OPENID20_OUTCOME_DATA: OpenID 2.0 authentication outcome data. * @GSASL_SAML20_AUTHENTICATE_IN_BROWSER: Request to perform SAML20. - * @GSASL_OPENID20_AUTHENTICATE_IN_BROWSER: Request to perform OPENID20. + * @GSASL_OPENID20_AUTHENTICATE_IN_BROWSER: Request to perform OpenID 2.0. * @GSASL_VALIDATE_SIMPLE: Request for simple validation. * @GSASL_VALIDATE_EXTERNAL: Request for validation of EXTERNAL. * @GSASL_VALIDATE_ANONYMOUS: Request for validation of ANONYMOUS. * @GSASL_VALIDATE_GSSAPI: Request for validation of GSSAPI/GS2. * @GSASL_VALIDATE_SECURID: Reqest for validation of SecurID. * @GSASL_VALIDATE_SAML20: Reqest for validation of SAML20. + * @GSASL_VALIDATE_SAML20: Reqest for validation of OpenID 2.0 login. * * Callback/property types. */ hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gsasl-commit
