]> git.sur5r.net Git - openldap/commitdiff
Style changes, added cvs keywords
authorBen Collins <bcollins@openldap.org>
Wed, 17 Feb 1999 02:05:28 +0000 (02:05 +0000)
committerBen Collins <bcollins@openldap.org>
Wed, 17 Feb 1999 02:05:28 +0000 (02:05 +0000)
servers/slapd/back-tcl/tcl_add.c
servers/slapd/back-tcl/tcl_bind.c
servers/slapd/back-tcl/tcl_compare.c
servers/slapd/back-tcl/tcl_delete.c
servers/slapd/back-tcl/tcl_modify.c
servers/slapd/back-tcl/tcl_modrdn.c
servers/slapd/back-tcl/tcl_search.c
servers/slapd/back-tcl/tcl_unbind.c
servers/slapd/back-tcl/tcl_util.c

index cecc104b44885339bfb4d862397d43c2bfc734d4..531ef0a390b9b400cf412ee51e778f75adbaa11f 100644 (file)
@@ -7,6 +7,10 @@
  * as authorized by the OpenLDAP Public License.  A copy of this
  * license is available at http://www.OpenLDAP.org/license.html or
  * in file LICENSE in the top-level directory of the distribution.
+ *
+ * $Id$
+ *
+ * $Log$
  */
 
 #include "portable.h"
index 420fdf7e1ecc704c9b2f807276d82c21b5fd763c..f758bf77738691639b894bf017b3b58d7b8ee966 100644 (file)
@@ -7,6 +7,10 @@
  * as authorized by the OpenLDAP Public License.  A copy of this
  * license is available at http://www.OpenLDAP.org/license.html or
  * in file LICENSE in the top-level directory of the distribution.
+ *
+ * $Id$
+ *
+ * $Log$
  */
 
 #include "portable.h"
index 96e0eaf8a041ebb527868b07b3949386026cc848..599fa09239f683a6309b0670ea1dd282b52bb487 100644 (file)
@@ -7,6 +7,10 @@
  * as authorized by the OpenLDAP Public License.  A copy of this
  * license is available at http://www.OpenLDAP.org/license.html or
  * in file LICENSE in the top-level directory of the distribution.
+ *
+ * $Id$
+ *
+ * $Log$
  */
 
 #include "portable.h"
index 24771913b0b8525e1fa28e34d00888cfe95b6250..5b9a60ace4e8e5b3c7971df491f1018c8353870a 100644 (file)
@@ -7,6 +7,10 @@
  * as authorized by the OpenLDAP Public License.  A copy of this
  * license is available at http://www.OpenLDAP.org/license.html or
  * in file LICENSE in the top-level directory of the distribution.
+ *
+ * $Id$
+ *
+ * $Log$
  */
 
 #include "portable.h"
index 8b2c9147eb9ba3f1499d6d779c69bf8aa0524130..d9d380157e56ee5b568d6c9f22234b4e09c3e68d 100644 (file)
@@ -7,6 +7,10 @@
  * as authorized by the OpenLDAP Public License.  A copy of this
  * license is available at http://www.OpenLDAP.org/license.html or
  * in file LICENSE in the top-level directory of the distribution.
+ *
+ * $Id$
+ *
+ * $Log$
  */
 
 #include "portable.h"
index 59066b6db3f63f713d84fbd44365a956c68586f3..907cf369a1495b1ab67d5bf3c18178f1179fbcb8 100644 (file)
@@ -7,6 +7,10 @@
  * as authorized by the OpenLDAP Public License.  A copy of this
  * license is available at http://www.OpenLDAP.org/license.html or
  * in file LICENSE in the top-level directory of the distribution.
+ *
+ * $Id$
+ *
+ * $Log$
  */
 
 #include "portable.h"
index ff0f6beb85726e3bfb622ad8615472a9a930217d..36796345f2823da9499db3811eb966b2fc8bde97 100644 (file)
@@ -7,6 +7,10 @@
  * as authorized by the OpenLDAP Public License.  A copy of this
  * license is available at http://www.OpenLDAP.org/license.html or
  * in file LICENSE in the top-level directory of the distribution.
+ *
+ * $Id$
+ *
+ * $Log$
  */
 
 #include "portable.h"
index 14c775fca590d593e4b749726e5dc3cee795d360..ac67581571270f15c3faed4b90e46912426da1a1 100644 (file)
@@ -7,6 +7,10 @@
  * as authorized by the OpenLDAP Public License.  A copy of this
  * license is available at http://www.OpenLDAP.org/license.html or
  * in file LICENSE in the top-level directory of the distribution.
+ *
+ * $Id$
+ *
+ * $Log$
  */
 
 #include "portable.h"
index 1332ba8531903a417debc987e8fac56b1b8f0236..ad2dc9fda4042e6c715d4ed286f680f15a5d4e76 100644 (file)
@@ -7,6 +7,10 @@
  * as authorized by the OpenLDAP Public License.  A copy of this
  * license is available at http://www.OpenLDAP.org/license.html or
  * in file LICENSE in the top-level directory of the distribution.
+ *
+ * $Id$
+ *
+ * $Log$
  */
 
 #include "portable.h"
@@ -95,47 +99,47 @@ interp_send_results(
 
 char *tcl_clean_entry (Entry *e)
 {
-    char *entrystr, *mark1, *mark2, *buf, *bp, *dup;
-    int len, bsize;
+       char *entrystr, *mark1, *mark2, *buf, *bp, *dup;
+       int len, bsize;
 
-    pthread_mutex_lock( &entry2str_mutex );
-    entrystr = entry2str( e, &len, 0 );
-    pthread_mutex_unlock( &entry2str_mutex );
+       pthread_mutex_lock( &entry2str_mutex );
+       entrystr = entry2str( e, &len, 0 );
+       pthread_mutex_unlock( &entry2str_mutex );
 
-    buf = (char *) ch_malloc( BUFSIZ );
-    buf[0] = '\0';
-    bsize = BUFSIZ;
-    bp = buf;
-    bp++[0] = ' ';
+       buf = (char *) ch_malloc( BUFSIZ );
+       buf[0] = '\0';
+       bsize = BUFSIZ;
+       bp = buf;
+       bp++[0] = ' ';
 
-    mark1 = entrystr;
-    do {
+       mark1 = entrystr;
+       do {
                if (mark1[0] == '\n') {
-               mark1++;
+                       mark1++;
                }
                dup = (char *) strdup(mark1);
-               if (dup[0] != '\0') {
-               if ((mark2 = (char *) strchr (dup, '\n')) != NULL) {
+                       if (dup[0] != '\0') {
+                       if ((mark2 = (char *) strchr (dup, '\n')) != NULL) {
                                mark2[0] = '\0';
-               }
-               len = strlen( dup ) + 3;
-               while ( bp + len - buf > bsize ) {
+                       }
+                       len = strlen( dup ) + 3;
+                       while ( bp + len - buf > bsize ) {
                                bsize += BUFSIZ;
                                buf = (char *) ch_realloc( buf, bsize );
-               }
-               if (mark1[0] == '\0') {
+                       }
+                       if (mark1[0] == '\0') {
                                sprintf(bp, "{} ");
-               } else {
+                       } else {
                                sprintf(bp, "{%s} ", dup);
-               }
-               bp += len;
-               if (mark2 != NULL) {
+                       }
+                       bp += len;
+                       if (mark2 != NULL) {
                                mark2[0] = '\n';
-               }
+                       }
                }
                free(dup);
-    } while ((mark1 = (char *) strchr (mark1, '\n')) != NULL);
-    return buf;
+       } while ((mark1 = (char *) strchr (mark1, '\n')) != NULL);
+       return buf;
 }
 
 int tcl_ldap_debug (
@@ -145,8 +149,8 @@ int tcl_ldap_debug (
     char *argv[]
 )
 {
-    if (argv[1] != NULL) {
+       if (argv[1] != NULL) {
                Debug(LDAP_DEBUG_ANY, "tcl_debug: %s\n", argv[1], 0, 0);
-    }
-    return TCL_OK;
+       }
+       return TCL_OK;
 }