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, 19 Dec 2004 07:56:15 +0100

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

Modified Files:
        property.c internal.h gsasl.h.in 
Log Message:
Add qop property.


--- /home/cvs/gsasl/lib/src/property.c  2004/11/30 22:19:14     1.21
+++ /home/cvs/gsasl/lib/src/property.c  2004/12/19 06:56:14     1.22
@@ -75,6 +75,10 @@
       p = &sctx->realm;
       break;
 
+    case GSASL_QOP:
+      p = &sctx->qop;
+      break;
+
     default:
       break;
     }
--- /home/cvs/gsasl/lib/src/internal.h  2004/11/30 22:19:14     1.24
+++ /home/cvs/gsasl/lib/src/internal.h  2004/12/19 06:56:14     1.25
@@ -92,6 +92,7 @@
   char *hostname;
   char *gssapi_display_name;
   char *realm;
+  int qop;
 #ifndef GSASL_NO_OBSOLETE
   /* Obsolete stuff. */
   void *application_data;
--- /home/cvs/gsasl/lib/src/gsasl.h.in  2004/12/15 00:51:36     1.54
+++ /home/cvs/gsasl/lib/src/gsasl.h.in  2004/12/19 06:56:14     1.55
@@ -142,6 +142,7 @@
     GSASL_SUGGESTED_PIN = 9,
     GSASL_PIN = 10,
     GSASL_REALM = 11,
+    GSASL_QOP = 12,
     /* Server validation callback properties. */
     GSASL_VALIDATE_SIMPLE = 500,
     GSASL_VALIDATE_EXTERNAL = 501,





reply via email to

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