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:58:33 +0100

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

Modified Files:
        gsasl.h.in init.c 
Log Message:
Doc fix.

--- /home/cvs/gsasl/lib/src/gsasl.h.in  2004/11/18 13:56:35     1.47
+++ /home/cvs/gsasl/lib/src/gsasl.h.in  2004/11/19 02:58:33     1.48
@@ -31,6 +31,13 @@
 {
 # endif
 
+  /**
+   * GSASL_VERSION
+   *
+   * String defined via CPP denoting the header file version number.
+   * Used together with stringprep_check_version() to verify header file
+   * and run-time library consistency.
+   */
 # define GSASL_VERSION "@PACKAGE_VERSION@"
 
   /* RFC 2222: SASL mechanisms are named by strings, from 1 to 20
--- /home/cvs/gsasl/lib/src/init.c      2004/11/18 13:26:51     1.10
+++ /home/cvs/gsasl/lib/src/init.c      2004/11/19 02:58:33     1.11
@@ -37,6 +37,12 @@
 #include "ntlm/x-ntlm.h"
 #include "kerberos_v5/kerberos_v5.h"
 
+/**
+ * GSASL_VALID_MECHANISM_CHARACTERS:
+ *
+ * A zero-terminated character array, or string, with all ASCII
+ * characters that may be used within a SASL mechanism name.
+ **/
 const char *GSASL_VALID_MECHANISM_CHARACTERS =
   "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-_";
 





reply via email to

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