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: Mon, 27 Dec 2004 03:13:03 +0100

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

Modified Files:
        callback.c gsasl.h.in md5pwd.c 
Log Message:
Indent.

--- /home/cvs/gsasl/lib/src/callback.c  2004/12/15 00:02:01     1.21
+++ /home/cvs/gsasl/lib/src/callback.c  2004/12/27 02:13:03     1.22
@@ -154,7 +154,7 @@
                           sctx->hostname, &buf, &buflen);
        if (res == GSASL_OK)
          gsasl_property_set_raw (sctx, GSASL_PASSWORD, buf, buflen);
-       /* FIXME else if (res == GSASL_TOO_SMALL_BUFFER)...*/
+       /* FIXME else if (res == GSASL_TOO_SMALL_BUFFER)... */
        return res;
        break;
 
--- /home/cvs/gsasl/lib/src/gsasl.h.in  2004/12/26 02:28:50     1.59
+++ /home/cvs/gsasl/lib/src/gsasl.h.in  2004/12/27 02:13:03     1.60
@@ -115,9 +115,9 @@
 
   /* SASLprep flags, see gsasl_saslprep(). */
   typedef enum
-    {
-      GSASL_ALLOW_UNASSIGNED = 1
-    } Gsasl_saslprep_flags;
+  {
+    GSASL_ALLOW_UNASSIGNED = 1
+  } Gsasl_saslprep_flags;
 
   /* Library handles */
   typedef struct Gsasl Gsasl;
@@ -188,8 +188,9 @@
   /* Property handling: property.c */
   extern void gsasl_property_set (Gsasl_session * sctx, Gsasl_property prop,
                                  const char *data);
-  extern void gsasl_property_set_raw (Gsasl_session * sctx, Gsasl_property 
prop,
-                                  const char *data, size_t len);
+  extern void gsasl_property_set_raw (Gsasl_session * sctx,
+                                     Gsasl_property prop, const char *data,
+                                     size_t len);
   extern const char *gsasl_property_get (Gsasl_session * sctx,
                                         Gsasl_property prop);
   extern const char *gsasl_property_fast (Gsasl_session * sctx,
@@ -233,7 +234,7 @@
 
   /* Utilities: base64.c, md5pwd.c, crypto.c */
   extern int gsasl_base64_to (const char *in, size_t inlen,
-                             char **out, size_t *outlen);
+                             char **out, size_t * outlen);
   extern int gsasl_base64_from (const char *in, size_t inlen,
                                char **out, size_t * outlen);
   extern int gsasl_md5pwd_get_password (const char *filename,
--- /home/cvs/gsasl/lib/src/md5pwd.c    2004/12/20 01:14:38     1.3
+++ /home/cvs/gsasl/lib/src/md5pwd.c    2004/12/27 02:13:03     1.4
@@ -41,9 +41,7 @@
  *   found, or other error code.
  **/
 int
-gsasl_simple_getpass (const char *filename,
-                     const char *username,
-                     char **key)
+gsasl_simple_getpass (const char *filename, const char *username, char **key)
 {
   size_t userlen = strlen (username);
   char *line = NULL;





reply via email to

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