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:52:50 +0200

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

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


--- /home/cvs/gsasl/lib/src/gsasl.h.in  2004/09/21 01:51:20     1.21
+++ /home/cvs/gsasl/lib/src/gsasl.h.in  2004/09/21 01:52:49     1.22
@@ -106,7 +106,8 @@
       GSASL_NO_AUTHZID = 54,
       GSASL_NO_PASSWORD = 55,
       GSASL_NO_SERVICE = 56,
-      GSASL_CANNOT_VALIDATE = 57
+      GSASL_NO_HOSTNAME = 57,
+      GSASL_CANNOT_VALIDATE = 58
     } Gsasl_rc;
 
 /* Quality of Protection types, used by DIGEST-MD5 */
@@ -142,6 +143,7 @@
     GSASL_CLIENT_PASSCODE,
     GSASL_CLIENT_PIN,
     GSASL_CLIENT_SERVICE,
+    GSASL_CLIENT_HOSTNAME,
     GSASL_CLIENT_QOP,
     GSASL_CLIENT_MAXBUF,
     GSASL_SERVER_VALIDATE,
--- /home/cvs/gsasl/lib/src/error.c     2004/09/21 01:51:20     1.7
+++ /home/cvs/gsasl/lib/src/error.c     2004/09/21 01:52:49     1.8
@@ -335,6 +335,11 @@
            "service name was not provided.");
       break;
 
+    case GSASL_NO_HOSTNAME:
+      p = _("Authentication failed because the "
+           "host 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]