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: Sun, 26 Dec 2004 03:28:50 +0100

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

Modified Files:
        xfinish.c property.c internal.h gsasl.h.in 
Log Message:
Revert and remove qop, maxbuf until we need them.


--- /home/cvs/gsasl/lib/src/xfinish.c   2004/12/19 16:41:53     1.8
+++ /home/cvs/gsasl/lib/src/xfinish.c   2004/12/26 02:28:50     1.9
@@ -75,8 +75,5 @@
   if (sctx->realm)
     free (sctx->realm);
 
-  if (sctx->qop)
-    free (sctx->qop);
-
   free (sctx);
 }
--- /home/cvs/gsasl/lib/src/property.c  2004/12/20 01:24:32     1.24
+++ /home/cvs/gsasl/lib/src/property.c  2004/12/26 02:28:50     1.25
@@ -75,10 +75,6 @@
       p = &sctx->realm;
       break;
 
-    case GSASL_QOP:
-      p = &sctx->qop;
-      break;
-
     default:
       break;
     }
--- /home/cvs/gsasl/lib/src/internal.h  2004/12/19 06:57:07     1.26
+++ /home/cvs/gsasl/lib/src/internal.h  2004/12/26 02:28:50     1.27
@@ -92,7 +92,6 @@
   char *hostname;
   char *gssapi_display_name;
   char *realm;
-  char *qop;
 #ifndef GSASL_NO_OBSOLETE
   /* Obsolete stuff. */
   void *application_data;
--- /home/cvs/gsasl/lib/src/gsasl.h.in  2004/12/20 01:18:10     1.58
+++ /home/cvs/gsasl/lib/src/gsasl.h.in  2004/12/26 02:28:50     1.59
@@ -138,9 +138,6 @@
     GSASL_SUGGESTED_PIN = 9,
     GSASL_PIN = 10,
     GSASL_REALM = 11,
-    GSASL_QOP = 12,
-    GSASL_CLIENT_MAXBUF = 13,
-    GSASL_SERVER_MAXBUF = 14,
     /* Server validation callback properties. */
     GSASL_VALIDATE_SIMPLE = 500,
     GSASL_VALIDATE_EXTERNAL = 501,





reply via email to

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