gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/anonymous


From: gsasl-commit
Subject: CVS gsasl/lib/anonymous
Date: Mon, 04 Oct 2004 00:19:10 +0200

Update of /home/cvs/gsasl/lib/anonymous
In directory dopio:/tmp/cvs-serv6553/anonymous

Modified Files:
        client.c server.c 
Log Message:
Cleanup properties.

--- /home/cvs/gsasl/lib/anonymous/client.c      2004/09/24 01:29:53     1.5
+++ /home/cvs/gsasl/lib/anonymous/client.c      2004/10/03 22:19:10     1.6
@@ -38,7 +38,7 @@
 {
   const char *p;
 
-  p = gsasl_property_get (sctx, GSASL_CLIENT_ANONYMOUS);
+  p = gsasl_property_get (sctx, GSASL_ANONYMOUS_TOKEN);
   if (!p)
     return GSASL_NO_ANONYMOUS_TOKEN;
 
--- /home/cvs/gsasl/lib/anonymous/server.c      2004/09/30 15:34:48     1.6
+++ /home/cvs/gsasl/lib/anonymous/server.c      2004/10/03 22:19:10     1.7
@@ -52,8 +52,8 @@
     return GSASL_MALLOC_ERROR;
   memcpy (token, input, input_len);
   token[input_len] = '\0';
-  gsasl_property_set (sctx, GSASL_SERVER_ANONYMOUS, token);
+  gsasl_property_set (sctx, GSASL_ANONYMOUS_TOKEN, token);
   free (token);
 
-  return gsasl_callback (NULL, sctx, GSASL_SERVER_ANONYMOUS);
+  return gsasl_callback (NULL, sctx, GSASL_VALIDATE_ANONYMOUS);
 }





reply via email to

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