gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/src


From: gsasl-commit
Subject: CVS gsasl/lib/src
Date: Fri, 19 Nov 2004 03:51:28 +0100

Update of /home/cvs/gsasl/lib/src
In directory dopio:/tmp/cvs-serv5709

Modified Files:
        error.c suggest.c supportp.c 
Log Message:
Doc fix.

--- /home/cvs/gsasl/lib/src/error.c     2004/11/18 13:56:35     1.11
+++ /home/cvs/gsasl/lib/src/error.c     2004/11/19 02:51:27     1.12
@@ -31,6 +31,8 @@
  * gsasl_strerror:
  * @err: libgsasl error code
  *
+ * Convert return code to human readable string.
+ *
  * Return value: Returns a pointer to a statically allocated string
  * containing a description of the error with the error value @err.
  * This string can be used to output a diagnostic message to the user.
--- /home/cvs/gsasl/lib/src/suggest.c   2004/10/04 01:53:11     1.6
+++ /home/cvs/gsasl/lib/src/suggest.c   2004/11/19 02:51:27     1.7
@@ -27,6 +27,8 @@
  * @mechlist: input character array with SASL mechanism names,
  *   separated by invalid characters (e.g. SPC).
  *
+ * Given a list of mechanisms, suggest which to use.
+ *
  * Return value: Returns name of "best" SASL mechanism supported by
  * the libgsasl client which is present in the input string.
  **/
--- /home/cvs/gsasl/lib/src/supportp.c  2004/09/24 00:38:10     1.3
+++ /home/cvs/gsasl/lib/src/supportp.c  2004/11/19 02:51:27     1.4
@@ -38,6 +38,9 @@
  * @ctx: libgsasl handle.
  * @name: name of SASL mechanism.
  *
+ * Decide whether there is client-side support for a specified
+ * mechanism.
+ *
  * Return value: Returns 1 if the libgsasl client supports the named
  * mechanism, otherwise 0.
  **/
@@ -52,6 +55,9 @@
  * @ctx: libgsasl handle.
  * @name: name of SASL mechanism.
  *
+ * Decide whether there is server-side support for a specified
+ * mechanism.
+ *
  * Return value: Returns 1 if the libgsasl server supports the named
  * mechanism, otherwise 0.
  **/





reply via email to

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