]> git.sur5r.net Git - openldap/commitdiff
Minor fixes
authorKurt Zeilenga <kurt@openldap.org>
Thu, 6 Dec 2001 19:48:12 +0000 (19:48 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 6 Dec 2001 19:48:12 +0000 (19:48 +0000)
CHANGES
servers/slapd/back-ldbm/dbcache.c
servers/slapd/root_dse.c

diff --git a/CHANGES b/CHANGES
index b6bf61ea87a955b9bdc441cc4a701ea86324fa52..f41c7d37dfe5ab29e4f245bd5ce2770816aa2edf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,16 +3,19 @@ OpenLDAP 2.0 Change Log
 OpenLDAP 2.0.19 Engineering
        Fixed -lldap cacertfile bug
        Fixed back-ldbm not filter indexing
-       Fixed back-passwd e_ndn bug
+       Fixed back-passwd e_ndn bug (ITS#1467)
        Fixed slapd suffix "" bugs (ITS#1430)
-       Fixed slapd zero length replace bug
+       Fixed slapd zero length replace bug (ITS#1364)
+       Fixed lber realloc bug (ITS#1410)
        Fixed various memory leaks
        Updated slapd emfile/enfile handling
        Build environment
-               Fixed Kerberos build bug
-               Updated CThread detection
-               Updated MAXPATHLEN handling
-               Added GNU ar support
+               Fixed passwd-search port bug (ITS#1461)
+               Fixed Kerberos build bug (ITS#1468)
+               Updated CThread detection (ITS#1440)
+               Updated MAXPATHLEN handling (ITS#1440)
+               Fixed TLS build (ITS#1412)
+               Added GNU ar support (ITS#1460)
 
 OpenLDAP 2.0.18 Release
        Fixed -llber ber_bvecadd bug (ITS#1398)
index 36e19e9771e6fa22f41337335df945d5720cd5bb..c8844d83b05cca2b70bb8edfde1ff20a771adac1 100644 (file)
@@ -13,6 +13,7 @@
 #include <ac/socket.h>
 #include <ac/string.h>
 #include <ac/time.h>
+#include <ac/unistd.h>
 #include <sys/stat.h>
 
 #include "slap.h"
index c208c82e06f9c5252e918d03486e37ff5063d7d4..34b0ccef438ae3b76c74bb53171d234232b08804 100644 (file)
@@ -117,6 +117,7 @@ root_dse_info(
                        val.bv_len = strlen( val.bv_val );
                        attr_merge( e, ad_supportedSASLMechanisms, vals );
                }
+               charray_free( supportedSASLMechanisms );
        }
 
        if ( default_referral != NULL ) {