mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-11-27 02:22:00 +08:00
Minor fixes
This commit is contained in:
parent
aba97f74c7
commit
299240356a
15
CHANGES
15
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)
|
||||
|
@ -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"
|
||||
|
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user