gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gsasl branch, master, updated. gsasl-1-3-30-g210a50b


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-3-30-g210a50b
Date: Thu, 05 Nov 2009 15:45:04 +0000

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=210a50b7abb9907a8b0c2371c0eb4cfbb1739d3e

The branch, master has been updated
       via  210a50b7abb9907a8b0c2371c0eb4cfbb1739d3e (commit)
       via  29c322d0d1ac319f6ba5686d7b26b715c78da099 (commit)
      from  0ea3e0f122e3b36f2c7efd5ec3762e382eff928a (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 210a50b7abb9907a8b0c2371c0eb4cfbb1739d3e
Author: Simon Josefsson <address@hidden>
Date:   Thu Nov 5 16:44:53 2009 +0100

    Update gnulib files.

commit 29c322d0d1ac319f6ba5686d7b26b715c78da099
Author: Simon Josefsson <address@hidden>
Date:   Thu Nov 5 15:54:59 2009 +0100

    Doc fix.

-----------------------------------------------------------------------

Summary of changes:
 gl/m4/gnulib-comp.m4 |    1 +
 lib/src/obsolete.c   |   78 ++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 79 insertions(+), 0 deletions(-)

diff --git a/gl/m4/gnulib-comp.m4 b/gl/m4/gnulib-comp.m4
index 6118da9..8ad505a 100644
--- a/gl/m4/gnulib-comp.m4
+++ b/gl/m4/gnulib-comp.m4
@@ -121,6 +121,7 @@ AC_SUBST([LTALLOCA])
   gl_HEADER_NETDB
   gl_HEADER_NETINET_IN
   AC_PROG_MKDIR_P
+  AC_PATH_PROG([PMCCABE], [pmccabe], [false])
   gl_FUNC_POLL
   AC_CHECK_DECLS([program_invocation_name], [], [], [#include <errno.h>])
   AC_CHECK_DECLS([program_invocation_short_name], [], [], [#include <errno.h>])
diff --git a/lib/src/obsolete.c b/lib/src/obsolete.c
index 63eb07c..c2dfefb 100644
--- a/lib/src/obsolete.c
+++ b/lib/src/obsolete.c
@@ -305,6 +305,8 @@ gsasl_server_finish (Gsasl_session * sctx)
  * gsasl_client_ctx_get:
  * @sctx: libgsasl client handle
  *
+ * Get the libgsasl handle given a libgsasl client handle.
+ *
  * Return value: Returns the libgsasl handle given a libgsasl client handle.
  *
  * Deprecated: This function is not useful with the new 0.2.0 API.
@@ -360,6 +362,8 @@ gsasl_client_application_data_get (Gsasl_session * sctx)
  * gsasl_server_ctx_get:
  * @sctx: libgsasl server handle
  *
+ * Get the libgsasl handle given a libgsasl server handle.
+ *
  * Return value: Returns the libgsasl handle given a libgsasl server handle.
  *
  * Deprecated: This function is not useful with the new 0.2.0 API.
@@ -436,6 +440,8 @@ gsasl_randomize (int strong, char *data, size_t datalen)
  * gsasl_ctx_get:
  * @sctx: libgsasl session handle
  *
+ * Get the libgsasl handle given a libgsasl session handle.
+ *
  * Return value: Returns the libgsasl handle given a libgsasl session handle.
  *
  * Deprecated: This function is not useful with the new 0.2.0 API.
@@ -608,6 +614,9 @@ gsasl_appinfo_get (Gsasl_session * sctx)
  * @mechlist: input character array with SASL mechanism names,
  *   separated by invalid characters (e.g. SPC).
  *
+ * Get name of "best" SASL mechanism supported by the libgsasl server
+ * which is present in the input string.
+ *
  * Return value: Returns name of "best" SASL mechanism supported by
  * the libgsasl server which is present in the input string.
  *
@@ -646,6 +655,9 @@ gsasl_client_callback_authentication_id_set (Gsasl * ctx,
  * gsasl_client_callback_authentication_id_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_client_callback_authentication_id_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_client_callback_authentication_id_set().
  *
@@ -686,6 +698,9 @@ gsasl_client_callback_authorization_id_set (Gsasl * ctx,
  * gsasl_client_callback_authorization_id_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_client_callback_authorization_id_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_client_callback_authorization_id_set().
  *
@@ -726,6 +741,9 @@ gsasl_client_callback_password_set (Gsasl * ctx,
  * gsasl_client_callback_password_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_client_callback_password_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_client_callback_password_set().
  *
@@ -766,6 +784,9 @@ gsasl_client_callback_passcode_set (Gsasl * ctx,
  * gsasl_client_callback_passcode_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_client_callback_passcode_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_client_callback_passcode_set().
  *
@@ -807,6 +828,9 @@ gsasl_client_callback_pin_set (Gsasl * ctx, 
Gsasl_client_callback_pin cb)
  * gsasl_client_callback_pin_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_client_callback_pin_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_client_callback_pin_set().
  *
@@ -849,6 +873,9 @@ gsasl_client_callback_service_set (Gsasl * ctx,
  * gsasl_client_callback_service_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_client_callback_service_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_client_callback_service_set().
  *
@@ -889,6 +916,9 @@ gsasl_client_callback_anonymous_set (Gsasl * ctx,
  * gsasl_client_callback_anonymous_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_client_callback_anonymous_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_client_callback_anonymous_set().
  *
@@ -927,6 +957,9 @@ gsasl_client_callback_qop_set (Gsasl * ctx, 
Gsasl_client_callback_qop cb)
  * gsasl_client_callback_qop_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_client_callback_qop_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_client_callback_qop_set().
  *
@@ -969,6 +1002,9 @@ gsasl_client_callback_maxbuf_set (Gsasl * ctx,
  * gsasl_client_callback_maxbuf_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_client_callback_maxbuf_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_client_callback_maxbuf_set().
  *
@@ -1008,6 +1044,9 @@ gsasl_client_callback_realm_set (Gsasl * ctx, 
Gsasl_client_callback_realm cb)
  * gsasl_client_callback_realm_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_client_callback_realm_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_client_callback_realm_set().
  *
@@ -1048,6 +1087,9 @@ gsasl_server_callback_validate_set (Gsasl * ctx,
  * gsasl_server_callback_validate_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_server_callback_validate_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_server_callback_validate_set().
  *
@@ -1088,6 +1130,9 @@ gsasl_server_callback_retrieve_set (Gsasl * ctx,
  * gsasl_server_callback_retrieve_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_server_callback_retrieve_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_server_callback_retrieve_set().
  *
@@ -1128,6 +1173,9 @@ gsasl_server_callback_cram_md5_set (Gsasl * ctx,
  * gsasl_server_callback_cram_md5_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_server_callback_cram_md5_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_server_callback_cram_md5_set().
  *
@@ -1168,6 +1216,9 @@ gsasl_server_callback_digest_md5_set (Gsasl * ctx,
  * gsasl_server_callback_digest_md5_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_server_callback_digest_md5_set().
+ *
  * Return value: Return the callback earlier set by calling
  * gsasl_server_callback_digest_md5_set().
  *
@@ -1207,6 +1258,9 @@ gsasl_server_callback_external_set (Gsasl * ctx,
  * gsasl_server_callback_external_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_server_callback_external_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_server_callback_external_set().
  *
@@ -1246,6 +1300,9 @@ gsasl_server_callback_anonymous_set (Gsasl * ctx,
  * gsasl_server_callback_anonymous_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_server_callback_anonymous_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_server_callback_anonymous_set().
  *
@@ -1285,6 +1342,9 @@ gsasl_server_callback_realm_set (Gsasl * ctx, 
Gsasl_server_callback_realm cb)
  * gsasl_server_callback_realm_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_server_callback_realm_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_server_callback_realm_set().
  *
@@ -1325,6 +1385,9 @@ gsasl_server_callback_qop_set (Gsasl * ctx, 
Gsasl_server_callback_qop cb)
  * gsasl_server_callback_qop_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_server_callback_qop_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_server_callback_qop_set().
  *
@@ -1367,6 +1430,9 @@ gsasl_server_callback_maxbuf_set (Gsasl * ctx,
  * gsasl_server_callback_maxbuf_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_server_callback_maxbuf_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_server_callback_maxbuf_set().
  *
@@ -1408,6 +1474,9 @@ gsasl_server_callback_cipher_set (Gsasl * ctx,
  * gsasl_server_callback_cipher_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_server_callback_cipher_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_server_callback_cipher_set().
  *
@@ -1454,6 +1523,9 @@ gsasl_server_callback_securid_set (Gsasl * ctx,
  * gsasl_server_callback_securid_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_server_callback_securid_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_server_callback_securid_set().
  *
@@ -1496,6 +1568,9 @@ gsasl_server_callback_gssapi_set (Gsasl * ctx,
  * gsasl_server_callback_gssapi_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_server_callback_gssapi_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_server_callback_gssapi_set().
  *
@@ -1537,6 +1612,9 @@ gsasl_server_callback_service_set (Gsasl * ctx,
  * gsasl_server_callback_service_get:
  * @ctx: libgsasl handle.
  *
+ * Get the callback earlier set by calling
+ * gsasl_server_callback_service_set().
+ *
  * Return value: Returns the callback earlier set by calling
  * gsasl_server_callback_service_set().
  *


hooks/post-receive
-- 
GNU gsasl




reply via email to

[Prev in Thread] Current Thread [Next in Thread]