gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/external


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

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

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

--- /home/cvs/gsasl/lib/external/mechinfo.c     2004/09/24 14:07:37     1.1
+++ /home/cvs/gsasl/lib/external/mechinfo.c     2004/12/27 02:12:59     1.2
@@ -30,29 +30,28 @@
 Gsasl_mechanism gsasl_external_mechanism = {
   GSASL_EXTERNAL_NAME,
   {
-    NULL,
-    NULL,
-    NULL,
+   NULL,
+   NULL,
+   NULL,
 #ifdef USE_CLIENT
-    _gsasl_external_client_step,
+   _gsasl_external_client_step,
 #else
-    NULL,
+   NULL,
 #endif
-    NULL,
-    NULL,
-    NULL
-  },
+   NULL,
+   NULL,
+   NULL}
+  ,
   {
-    NULL,
-    NULL,
-    NULL,
+   NULL,
+   NULL,
+   NULL,
 #ifdef USE_SERVER
-    _gsasl_external_server_step,
+   _gsasl_external_server_step,
 #else
-    NULL,
+   NULL,
 #endif
-    NULL,
-    NULL,
-    NULL
-  }
+   NULL,
+   NULL,
+   NULL}
 };
--- /home/cvs/gsasl/lib/external/server.c       2004/10/13 16:23:30     1.9
+++ /home/cvs/gsasl/lib/external/server.c       2004/12/27 02:12:59     1.10
@@ -53,8 +53,8 @@
       p[input_len] = '\0';
 
       /* An authorization identity is a string of zero or more Unicode
-        [Unicode] coded characters.  The NUL <U+0000> character is not
-        permitted in authorization identities. */
+         [Unicode] coded characters.  The NUL <U+0000> character is not
+         permitted in authorization identities. */
       if (input_len != strlen (p))
        return GSASL_MECHANISM_PARSE_ERROR;
 





reply via email to

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