Skip to content
Snippets Groups Projects
Forked from openldap / OpenLDAP
22797 commits behind the upstream repository.
  • Kurt Zeilenga's avatar
    22d98c85
    ldap.h: · 22d98c85
    Kurt Zeilenga authored
     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
    22d98c85
    History
    ldap.h:
    Kurt Zeilenga authored
     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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
test.c 23.69 KiB