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: Tue, 21 Sep 2004 03:51:20 +0200

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

Modified Files:
        gsasl.h.in error.c 
Log Message:
Add.


--- /home/cvs/gsasl/lib/src/gsasl.h.in  2004/09/21 00:23:04     1.20
+++ /home/cvs/gsasl/lib/src/gsasl.h.in  2004/09/21 01:51:20     1.21
@@ -105,7 +105,8 @@
       GSASL_NO_AUTHID = 53,
       GSASL_NO_AUTHZID = 54,
       GSASL_NO_PASSWORD = 55,
-      GSASL_CANNOT_VALIDATE = 56
+      GSASL_NO_SERVICE = 56,
+      GSASL_CANNOT_VALIDATE = 57
     } Gsasl_rc;
 
 /* Quality of Protection types, used by DIGEST-MD5 */
--- /home/cvs/gsasl/lib/src/error.c     2004/09/18 18:57:07     1.6
+++ /home/cvs/gsasl/lib/src/error.c     2004/09/21 01:51:20     1.7
@@ -330,6 +330,11 @@
            "password was not provided.");
       break;
 
+    case GSASL_NO_SERVICE:
+      p = _("Authentication failed because the "
+           "service name was not provided.");
+      break;
+
     case GSASL_UNICODE_NORMALIZATION_ERROR:
       p = _("Failed to perform Unicode Normalization on string.");
       break;





reply via email to

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