Skip to content
Snippets Groups Projects
  1. Jul 16, 1999
    • Kurt Zeilenga's avatar
      Import experimental referral implementation from OPENLDAP_DEVEL_REFERRALS. · 73276e84
      Kurt Zeilenga authored
      Includes support for update referral for each replicated backend.
      	Reworked replication test to use update referral.
      Includes major rewrite of response encoding codes (result.c).
      Includes reworked alias support and eliminates old suffix alias codes
      (can be emulated using named alias).
      Includes (untested) support for the Manage DSA IT control.
      Works in LDAPv2 world.  Still testing in LDAPv3 world.
      Added default referral (test009) test.
      73276e84
  2. Jul 14, 1999
  3. Jul 13, 1999
  4. Jul 07, 1999
  5. Jul 05, 1999
  6. Jun 29, 1999
  7. Jun 28, 1999
  8. Jun 17, 1999
    • Kurt Zeilenga's avatar
      Separate autoconf generated values from "defaults". · 21e081dc
      Kurt Zeilenga authored
      	ldap_defaults.h incorporates non-generated ldapconfig.h values.
      	ldap_config.h.in is new template for autoconf generated defaults
      		(namely directories and paths)
      	ldap_config.h.nt, NT template (must be manually copied)
      	s/<ldapconfig.h>/<ldap_defaults.h>/
      	s/DIRSEP/LDAP_DIRSEP/ & s/DEFAULT_/LDAP_/
      21e081dc
  9. Jun 15, 1999
  10. Jun 10, 1999
  11. Jun 03, 1999
  12. May 29, 1999
    • Kurt Zeilenga's avatar
      DEFAULT_DIRSEP -> DIRSEP · 2c6f4abc
      Kurt Zeilenga authored
      2c6f4abc
    • Kurt Zeilenga's avatar
      Fix allocator typo · 6c9aa52b
      Kurt Zeilenga authored
      6c9aa52b
    • Kurt Zeilenga's avatar
      Add LBER_ and LDAP_ memory allocators/deallocators for internal · 1bcec8bf
      Kurt Zeilenga authored
      library use:
        LBER_ macros expand to system routines.
        LDAP_ macros expand to new ber_ allocators.
      
      Add ber_ and ldap_ memory allocators/deallocator:
        ber_ routines are wrappers of LBER_ macros.
        ldap_ routines are wrappers of ber_ routines.
      
      Removed safe_realloc() macro from various files.  This issue
      (if an issue) should be resolved across whole package.
      
      ldapmodify.c now uses ber_ allocators to resolve ber_bvfree()
      vs. WIN32 multiple heaps issue.
      
      These changes should facilate implementation of
        ber_set_option( NULL, LBER_OPT_MEMORY_FN, ...)
      and
        ldap_set_option( NULL, LDAP_OPT_MEMORY_FN, ...).
      1bcec8bf
  13. May 27, 1999
  14. May 26, 1999
  15. May 21, 1999
  16. May 12, 1999
  17. Apr 30, 1999
  18. Apr 29, 1999
  19. Apr 23, 1999
  20. Apr 21, 1999
  21. Apr 11, 1999
  22. Apr 10, 1999
  23. Apr 08, 1999
Loading