Skip to content
Snippets Groups Projects
  1. Nov 23, 2011
  2. Jan 05, 2011
  3. Apr 13, 2010
  4. Jan 22, 2009
  5. Feb 12, 2008
  6. Jan 08, 2008
  7. Jan 02, 2007
  8. Nov 14, 2006
  9. Jan 03, 2006
  10. Jul 14, 2005
  11. Jan 01, 2005
  12. Apr 27, 2004
  13. Jan 01, 2004
  14. Dec 06, 2003
  15. Sep 30, 2003
  16. Jun 05, 2003
  17. May 25, 2003
  18. May 15, 2003
  19. Mar 31, 2003
  20. Jul 27, 2002
  21. Apr 16, 2002
  22. Feb 02, 2002
  23. May 22, 2000
    • Kurt Zeilenga's avatar
      Const'ification · 60802201
      Kurt Zeilenga authored
      SASL mech removed from backend bind callback (as SASL is managed by frontend)
      Changes to some backends are untested (as I don't have all dependent
        software install)
      60802201
  24. Sep 18, 1999
  25. Sep 08, 1999
  26. 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
  27. Jul 01, 1999
  28. Apr 04, 1999
    • John Quillan's avatar
      · 3f1fd3bc
      John Quillan authored
      Fix bug in compare.c where obj_ref to pb_obj_ref
      
      Added call to perl "config" method so the the
      perl module can have its own configuration
      options.
      
      Fix bug in init.c where the address of the be_private
      object was being retrieved when it was already
      a pointer.
      
      Added the dn parameter to the modify.c call to the
      modify method.  Not sure why this wasn't there
      in the beginning.
      
      Expects and array from the search method instead of
      a scalar in search.c so that it can return search
      results and a return code.
      
      Added the demo file SampleLDAP.pm
      3f1fd3bc
  29. 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
  30. Jan 14, 1999
Loading