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: Mon, 20 Dec 2004 02:18:10 +0100

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

Modified Files:
        error.c gsasl-compat.h gsasl.h.in 
Log Message:
Deprecate GSASL_INVALID_HANDLE.

--- /home/cvs/gsasl/lib/src/error.c     2004/12/20 01:14:38     1.15
+++ /home/cvs/gsasl/lib/src/error.c     2004/12/20 01:18:10     1.16
@@ -167,10 +167,6 @@
            "(application error)");
       break;
 
-    case GSASL_INVALID_HANDLE:
-      p = _("The provided library handle was invalid (application error)");
-      break;
-
     case GSASL_NO_CALLBACK:
       p = _("No callback specified by caller (application error).");
       break;
@@ -360,6 +356,10 @@
     case GSASL_NO_MORE_REALMS:
       p = _("No more realms available (non-fatal)");
       break;
+
+    case GSASL_INVALID_HANDLE:
+      p = _("The provided library handle was invalid (application error)");
+      break;
 #endif
 
     default:
--- /home/cvs/gsasl/lib/src/gsasl-compat.h      2004/12/20 01:14:38     1.19
+++ /home/cvs/gsasl/lib/src/gsasl-compat.h      2004/12/20 01:18:10     1.20
@@ -55,7 +55,8 @@
   GSASL_NEED_SERVER_GSSAPI_CALLBACK = 26,
   GSASL_NEED_SERVER_RETRIEVE_CALLBACK = 27,
   GSASL_UNICODE_NORMALIZATION_ERROR = 28,
-  GSASL_NO_MORE_REALMS = 34
+  GSASL_NO_MORE_REALMS = 34,
+  GSASL_INVALID_HANDLE = 50
 } __attribute__ ((deprecated));
 
 typedef Gsasl Gsasl_ctx __attribute__ ((deprecated));
--- /home/cvs/gsasl/lib/src/gsasl.h.in  2004/12/20 01:14:38     1.57
+++ /home/cvs/gsasl/lib/src/gsasl.h.in  2004/12/20 01:18:10     1.58
@@ -68,7 +68,6 @@
     GSASL_INTEGRITY_ERROR = 33,
     GSASL_NO_CLIENT_CODE = 35,
     GSASL_NO_SERVER_CODE = 36,
-    GSASL_INVALID_HANDLE = 50,
     GSASL_NO_CALLBACK = 51,
     GSASL_NO_ANONYMOUS_TOKEN = 52,
     GSASL_NO_AUTHID = 53,





reply via email to

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