OpenLDAP 2.2.11 Engineering
Fixed slapd undefined objectclass bug (ITS#3097)
Updated slapd limits handling
+ Build Environment
+ Fix MacOSX sl_free interop bug (ITS#3092)
OpenLDAP 2.2.10 Release
Build Environment
LDAP_SLAPD_F (void *) sl_malloc LDAP_P(( ber_len_t size, void *ctx ));
LDAP_SLAPD_F (void *) sl_realloc LDAP_P(( void *block, ber_len_t size, void *ctx ));
LDAP_SLAPD_F (void *) sl_calloc LDAP_P(( ber_len_t nelem, ber_len_t size, void *ctx ));
+#undef sl_free
+#define sl_free slap_sl_free /* MACOSX quick fix */
LDAP_SLAPD_F (void) sl_free LDAP_P(( void *, void *ctx ));
LDAP_SLAPD_F (void) sl_mem_init LDAP_P(( void ));
LDAP_SLAPD_F (void *) sl_mem_create LDAP_P(( ber_len_t size, void *ctx ));