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 gss".
http://git.savannah.gnu.org/cgit/gss.git/commit/?id=e1d6b658ee6f28045f6fca2c49e55d0653e21f11 The branch, master has been updated via e1d6b658ee6f28045f6fca2c49e55d0653e21f11 (commit) from 16f2def5dde7882cad2c5cd8bfdf398274255d3b (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 e1d6b658ee6f28045f6fca2c49e55d0653e21f11 Author: Simon Josefsson <[email protected]> Date: Wed Aug 15 13:03:07 2012 +0200 Doc fix. ----------------------------------------------------------------------- Summary of changes: src/gss.c | 28 ++++++++++++++++------------ 1 files changed, 16 insertions(+), 12 deletions(-) diff --git a/src/gss.c b/src/gss.c index a6a7d66..ad5aba9 100644 --- a/src/gss.c +++ b/src/gss.c @@ -441,22 +441,26 @@ accept_sec_context (unsigned quiet, const char *mech, const char *server) OM_uint32 ret_flags; /* - We support these variants: + We support these variants: - 1) No call to gss_acquire_cred at all. This happens if mech=NULL - and server=NULL. + 1) No call to gss_acquire_cred at all. This happens if mech=NULL + and server=NULL. - 2) Call to gss_acquire_cred with desired_mechs=GSS_C_NULL_OID_SET - and desired_name=GSS_C_NO_NAME. This happens if mech="*" (the - string) and server=NULL. + 2) Call to gss_acquire_cred with desired_mechs=GSS_C_NULL_OID_SET + and desired_name=GSS_C_NO_NAME. This happens if mech="*" (the + string) and server=NULL. - 3) Call to gss_acquire_cred with desired_mechs=mech and - desired_name=GSS_C_NO_NAME. This happens if mech is neither NULL - nor "*" and server=NULL. + 3) Call to gss_acquire_cred with desired_mechs=GSS_C_NULL_OID_SET + and desired_name=server. This happens if mech=NULL or mech="*" + (the string) and server!=NULL. - 4) Call to gss_acquire_cred with desired_mechs=mech and - desired_name=server. This happens if mech is neither NULL nor "*" - and server!=NULL. + 4) Call to gss_acquire_cred with desired_mechs=mech and + desired_name=GSS_C_NO_NAME. This happens if mech is a valid + SASL-name and server=NULL. + + 5) Call to gss_acquire_cred with desired_mechs=mech and + desired_name=server. This happens if mech is a valid SASL-name + and server!=NULL. */ if (mech || server) hooks/post-receive -- GNU gss _______________________________________________ Gss-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gss-commit
