Minor fixes

This commit is contained in:
Kurt Zeilenga 2001-12-06 19:48:12 +00:00
parent aba97f74c7
commit 299240356a
3 changed files with 11 additions and 6 deletions

15
CHANGES
View File

@ -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)

View 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"

View 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 ) {