]> git.sur5r.net Git - openldap/commit
ldap.h:
authorKurt Zeilenga <kurt@openldap.org>
Sat, 22 May 1999 06:11:48 +0000 (06:11 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 22 May 1999 06:11:48 +0000 (06:11 +0000)
commit22d98c85c3ece96dd2e3d9b76195973d0639cd49
tree2f57005187c00ab2fcaddc3881dd4376cd370343
parent6b45dde2e67888cb4cd25c1fb5975745e6774b8a
ldap.h:
 added comments
 removed LDAP_MAX_ATTR_LEN
 removed LDAP_COMPAT* from <ldap.h> but not code.
 move LDAP_DEFAULT_REFHOPCOUNT to ldap-int.h
 added experimental options macros
 added LDAP_CONTROL_REFERRALS macros
libldap:
 Replace ld_attrbuffer with per use allocated attributed.
 ldap_first/next_attribute attributes now must be freed (as per draft).
 unifdef -DLDAP_API_FEATURE_X_OPENLDAP_V2_REFERRALS
20 files changed:
include/ldap.h
libraries/libldap/abandon.c
libraries/libldap/bind.c
libraries/libldap/cldap.c
libraries/libldap/getattr.c
libraries/libldap/getvalues.c
libraries/libldap/init.c
libraries/libldap/kbind.c
libraries/libldap/ldap-int.h
libraries/libldap/open.c
libraries/libldap/os-ip.c
libraries/libldap/references.c
libraries/libldap/request.c
libraries/libldap/result.c
libraries/libldap/test.c
libraries/libldap/unbind.c
libraries/libldap/url.c
servers/slapd/bind.c
servers/slapd/connection.c
servers/slapd/slap.h