gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/plain


From: gsasl-commit
Subject: CVS gsasl/lib/plain
Date: Mon, 27 Dec 2004 03:13:02 +0100

Update of /home/cvs/gsasl/lib/plain
In directory dopio:/tmp/cvs-serv7240/lib/plain

Modified Files:
        mechinfo.c server.c 
Log Message:
Indent.

--- /home/cvs/gsasl/lib/plain/mechinfo.c        2004/09/24 14:07:39     1.1
+++ /home/cvs/gsasl/lib/plain/mechinfo.c        2004/12/27 02:13:01     1.2
@@ -30,29 +30,28 @@
 Gsasl_mechanism gsasl_plain_mechanism = {
   GSASL_PLAIN_NAME,
   {
-    NULL,
-    NULL,
-    NULL,
+   NULL,
+   NULL,
+   NULL,
 #ifdef USE_CLIENT
-    _gsasl_plain_client_step,
+   _gsasl_plain_client_step,
 #else
-    NULL,
+   NULL,
 #endif
-    NULL,
-    NULL,
-    NULL
-  },
+   NULL,
+   NULL,
+   NULL}
+  ,
   {
-    NULL,
-    NULL,
-    NULL,
+   NULL,
+   NULL,
+   NULL,
 #ifdef USE_SERVER
-    _gsasl_plain_server_step,
+   _gsasl_plain_server_step,
 #else
-    NULL,
+   NULL,
 #endif
-    NULL,
-    NULL,
-    NULL
-  }
+   NULL,
+   NULL,
+   NULL}
 };
--- /home/cvs/gsasl/lib/plain/server.c  2004/12/20 03:17:08     1.20
+++ /home/cvs/gsasl/lib/plain/server.c  2004/12/27 02:13:01     1.21
@@ -106,7 +106,7 @@
   }
 
   /* Authorization.  Let application verify credentials internally,
-     but fall back to deal with it locally...*/
+     but fall back to deal with it locally... */
   res = gsasl_callback (NULL, sctx, GSASL_VALIDATE_SIMPLE);
   if (res == GSASL_NO_CALLBACK)
     {
@@ -122,7 +122,7 @@
        }
 
       /* FIXME: Specification is unclear on whether unassigned code
-        points are allowed or not.  We don't allow them. */
+         points are allowed or not.  We don't allow them. */
       res = gsasl_saslprep (key, 0, &normkey, NULL);
       if (res != GSASL_OK)
        {





reply via email to

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