Skip to content
Snippets Groups Projects
  1. Jul 26, 2004
  2. Jul 02, 2004
  3. Jun 23, 2004
  4. May 27, 2004
  5. Jan 01, 2004
  6. Nov 27, 2003
  7. Apr 15, 2003
    • Julius Enarusai's avatar
      · 5094d6ab
      Julius Enarusai authored
      Fixed minor compile errors
      5094d6ab
  8. Mar 31, 2003
  9. Mar 30, 2003
    • Howard Chu's avatar
      Major API change - (SLAP_OP_BLOCKS) All request parameters are · e8c58b4e
      Howard Chu authored
      consolidated into the Operation structure. All reply parameters
      are consolidated into the new SlapReply structure. Most operations
      now have identical call signatures... Changes are not #ifdef'd,
      revert to -r NO_SLAP_OP_BLOCKS if necessary to back out.
      e8c58b4e
  10. Feb 17, 2003
  11. Feb 14, 2003
  12. Feb 05, 2003
  13. Jan 03, 2003
  14. Oct 25, 2002
  15. Jul 11, 2002
    • Julius Enarusai's avatar
      · 6107ba67
      Julius Enarusai authored
      Coverted LDAP_LOG macro to use subsystem ID int values instead of string values
      6107ba67
  16. Apr 11, 2002
  17. Jan 04, 2002
  18. Jan 03, 2002
  19. Jan 02, 2002
  20. Dec 31, 2001
  21. Jan 17, 2001
  22. Jan 11, 2001
  23. May 13, 2000
  24. Sep 08, 1999
  25. Sep 02, 1999
  26. Aug 19, 1999
  27. Aug 06, 1999
  28. 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
  29. Jul 07, 1999
  30. Jul 05, 1999
  31. Jul 01, 1999
    • Kurt Zeilenga's avatar
      Add macros to support testing of error categories to ldap.h · 97bc1075
      Kurt Zeilenga authored
      Modify ldap_result to assert returned error is not an one reserved
      for API use.
      Modify frontend LDAP operation routines to return an error code.
      The returned value will be used to determine if an unsolicited notification
      should be sent to the client.
      Need to review returned error codes.  Namely some LDAP_PROTOCOL_ERROR
      will like need to be changed (as they will cause unsolicited notifications).
      97bc1075
  32. Jun 30, 1999
  33. 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
  34. Apr 23, 1999
  35. Mar 22, 1999
  36. Mar 09, 1999
  37. Jan 28, 1999
    • Kurt Zeilenga's avatar
      Use -lldap_r instead of -lldap -lthread. · 72ba4cfb
      Kurt Zeilenga authored
      	Likely broke things for non-posix threadings....
      
      Update -lldap_r implementation to:
      	remove attribute support
      	hide thread detachment
      	provide concurrency accessors
      	provide initialization function
      	fix gethostby{addr,name}_r codes (not coverred by HAVE_REENTRANT_FUNCTIONS)
      Update servers/libraries to use ldap_pvt_thread_ calls.
      Cleanup server codes (no #ifdef HAVE_PTHREAD_THIS or _THATs)!
      Removed -llthread
      72ba4cfb
Loading