Skip to content
Snippets Groups Projects
  1. Jun 03, 1999
  2. 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
  3. May 27, 1999
  4. May 26, 1999
  5. May 21, 1999
  6. May 12, 1999
  7. Apr 30, 1999
  8. Apr 29, 1999
  9. Apr 23, 1999
  10. Apr 21, 1999
  11. Apr 11, 1999
  12. Apr 10, 1999
  13. Apr 08, 1999
  14. Apr 06, 1999
  15. Apr 04, 1999
  16. Apr 02, 1999
  17. Mar 29, 1999
  18. Mar 22, 1999
  19. Mar 17, 1999
  20. Mar 10, 1999
Loading