]> git.sur5r.net Git - openldap/commitdiff
add comments here and there
authorKurt Zeilenga <kurt@openldap.org>
Wed, 17 Nov 1999 01:55:29 +0000 (01:55 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 17 Nov 1999 01:55:29 +0000 (01:55 +0000)
include/lber.h
include/ldap.h

index b8c24f5c81be4901fa13a7cb5778a6503cac0daf..02a93cf5aad2289dd85b4dbe6f15e8e340f394e1 100644 (file)
@@ -171,6 +171,7 @@ typedef struct berval {
        char            *bv_val;
 } BerValue;
 
+/* this should be moved to lber-int.h */
 #ifdef __MINGW32__
 #   undef LDAP_F_PRE
 #   ifdef LIBLBER_DECL
index 6f6cd3aaff69717df41529f76ff9a5e05755f6d5..79a1d18f8e76c4fe7a6114b2caabcba39f5c5b66 100644 (file)
@@ -421,8 +421,8 @@ typedef struct ldapmsg LDAPMessage;
 typedef struct ldap_filt_info {
        char                    *lfi_filter;
        char                    *lfi_desc;
-       int                     lfi_scope;      /* LDAP_SCOPE_BASE, etc */
-       int                     lfi_isexact;    /* exact match filter? */
+       int                     lfi_scope;
+       int                     lfi_isexact;
        struct ldap_filt_info   *lfi_next;
 } LDAPFiltInfo;
 
@@ -451,9 +451,10 @@ typedef struct ldap_filt_desc {
 
 
 /*
- * structure representing an ldap connection
+ * structure representing an ldap session which can
+ * encompass connections to multiple servers (in the
+ * face of referrals).
  */
-
 typedef struct ldap LDAP;
 
 #define LDAP_DEREF_NEVER       0x00