Skip to content
Snippets Groups Projects
  1. Sep 02, 1999
  2. Aug 26, 1999
  3. Aug 17, 1999
  4. Jul 30, 1999
    • Kurt Zeilenga's avatar
      Enhance LDIF handling · b73b0c61
      Kurt Zeilenga authored
      ldapsearch:
          use draft guidelines for determining when to use
          -t only writes binary attributes to files
          -tt writes all attributes to files
          output now lists URL instead of path to such files
          -T dir can be used to specify directory to create temp files in
          -V urlprefix can be used to change the URL prefix
          LDIF is now commented (can be disabled using -LL)
          LDIF now contains version attribute (can be disabled with -LLL)
      LDIF:
          put interface changed to allow caller to specify how to encode
          put interface uses draft guidelines for determine when to base64 encode
          wrapping kludged to match old off by one bug
      Tests:
          removed trailing space from some attributes (to avoid base64 encoding)
          enabled -LLL in defines.sh (should sed output to remove
              wrapping/comments/redundant separators)
      Misc:
          updated codes outputting LDIF to use new put interface
      TODO:
          handling of version attribute on input
          handling of URLs on input (ie: fetch URL)
      b73b0c61
  5. Jul 29, 1999
  6. 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
  7. Jun 29, 1999
  8. Jun 28, 1999
  9. May 27, 1999
  10. May 21, 1999
  11. Apr 29, 1999
    • Kurt Zeilenga's avatar
      Update back-passwd based on patches from howard.chu@platinum.com. · 9b8a5036
      Kurt Zeilenga authored
      Modified by me to dn_*() and attr_*() functions and to use
      uidObject and to handle search scopes better.  Could use some
      more work.  A fun project for anyone wanting to learn how
      backends work.
      Modified dn_parent and dn_rdn to accept be=NULL (to bypass
      be_issuffix check).  These functions should be generalized
      and moved to -lldap.  A project for another day.
      9b8a5036
  12. Apr 23, 1999
  13. Apr 21, 1999
  14. Apr 08, 1999
  15. Apr 02, 1999
  16. Mar 17, 1999
  17. Mar 10, 1999
  18. Feb 22, 1999
  19. Feb 20, 1999
  20. Feb 15, 1999
  21. Feb 12, 1999
  22. Feb 08, 1999
  23. Jan 20, 1999
  24. Jan 10, 1999
    • Kurt Zeilenga's avatar
      Update build environment to fix VPATH support. · 334768c1
      Kurt Zeilenga authored
        make depend, make tests, and make install all work when build directory
        is not the $srcdir.
      Also modified library handling such that -lpthread more likely to be last.
      WARNING: new orderring requires use of LDFLAGS to set global loader options
        such as -L/usr/local/lib.  If you put this in LIBS, some libraries
        may not be found a link time.
      Likely broke Kerberos/LDAPD support.  Don't have those in my testbed.
      334768c1
  25. Aug 19, 1998
  26. Aug 15, 1998
  27. Aug 14, 1998
  28. Aug 09, 1998
Loading