Skip to content
Snippets Groups Projects
  1. Dec 26, 2001
  2. Dec 24, 2001
  3. Dec 07, 2001
  4. Sep 28, 2001
    • Howard Chu's avatar
      Resurrection/rewrite of CLDAP (RFC1798 Connectionless LDAP). · 647b5f84
      Howard Chu authored
      Compile with -DLDAP_CONNECTIONLESS to use this code.
      For slapd, use "-h cldap://" to listen on UDP.
      For ldapsearch, use "-H cldap://" to query on UDP.
      Client-side support is very minimal:
        no automatic timeout/retries
        no basedn wildcard expansion on results
        no support for specifying multiple servers at once.
      647b5f84
  5. May 29, 2001
  6. May 04, 2001
  7. Jan 26, 2001
  8. Oct 13, 2000
  9. Oct 12, 2000
  10. Oct 11, 2000
  11. Aug 18, 2000
  12. Jul 04, 2000
  13. Jun 18, 2000
    • Kurt Zeilenga's avatar
      Round one of LDAP_F() macro changes. In this round we rename · 9ef1a740
      Kurt Zeilenga authored
      macros into our namespace and limit use to headers.  A subsequent
      round will add macros to separately handle forward declarations
      of variables from declaration of function prototypes.  The last
      round will add additional macros for declaring actual variables and
      functions.
      9ef1a740
  14. Jun 10, 2000
  15. Jun 05, 2000
  16. Jun 01, 2000
  17. May 13, 2000
  18. May 11, 2000
  19. Feb 14, 2000
    • Kurt Zeilenga's avatar
      Another round of changes behind -DSLAPD_SCHEMA_NOT_COMPAT · 0dbaf877
      Kurt Zeilenga authored
      plus these changes unhidden changes:
      	remove now meaning --enable-discreteaci configure option
      	fix ITS#451, slapd filters
      	Add ber_bvecadd() to support above
      	constify ldap_pvt_find_wildcard() and misc slapd routines
      	renamed some slap.h macros
      	likely broken something
      0dbaf877
  20. Dec 17, 1999
  21. Dec 13, 1999
  22. Dec 06, 1999
  23. Nov 27, 1999
  24. Nov 17, 1999
  25. Nov 08, 1999
  26. Oct 28, 1999
  27. Oct 19, 1999
  28. Aug 31, 1999
  29. Aug 01, 1999
  30. Jun 18, 1999
    • Kurt Zeilenga's avatar
      ber_int_t, ber_tag_t, ber_socket_t, ber_len_t · 669b8f40
      Kurt Zeilenga authored
      added lber_types.h.nt, lber_types.h.in
      removal of NULLxxx internal macros (in favor of NULL).
      ch_free added to slapd,slurpd/ch_malloc.c
      #define free ch_free (should be removed after s/free/ch_free/g) in proto-slap.h
      ch_malloc and friends use ber_memalloc and friends
      669b8f40
  31. Jun 15, 1999
  32. Jun 03, 1999
  33. Jun 02, 1999
  34. Jun 01, 1999
  35. May 30, 1999
    • Kurt Zeilenga's avatar
      Initial round 2 memory allocation changes. THIS IS A WORK IN PROGRESS. · 2e5a5241
      Kurt Zeilenga authored
      includes single to multiple hooks changes.
      ber_mem* reimplementation.
      namespace glue (finally naming has not be decided upon nor implemented).
      Added ldap_int_strdup to handle "internal" strdup'ing, this version uses hooks.
      ldap_pvt_strdup still available for when strdup() is missing, this version
      directly uses system allocators.
      Updated -lldif to use ber allocators.  Items returned by ldif routines
      should be ber_memfree()d as needed.
      2e5a5241
Loading