Skip to content
Snippets Groups Projects
  1. Sep 13, 2000
  2. Sep 10, 2000
  3. Sep 08, 2000
  4. Sep 06, 2000
  5. Jul 26, 2000
  6. Jul 20, 2000
  7. Jul 16, 2000
  8. Jul 04, 2000
  9. Jun 25, 2000
    • Kurt Zeilenga's avatar
      Update slurpd to use LDAPv3 w/ ManageDSAit · 7ced4605
      Kurt Zeilenga authored
      Remove slurpd kbind support as this requires LDAPv2
      Backout back-ldbm/referrals.c update_ndn hack
      7ced4605
    • Kurt Zeilenga's avatar
      Modified slapd to be slurpd friendly. · 6020fe58
      Kurt Zeilenga authored
      	Slurpd incorrectly sends a separate attribute for each value of an
      	attribute which caused slapd to complain.  Hacked slapd/add.c
      	to merge values.
      	Slurpd uses version 2 and hence cannot set ManageDSAit.  Hack
      	slapd/back-ldbm/referral.c such that if update_ndn matches
      	o_ndn, no referrals are returned.
      Fix replication tests
      	ldapmodify must be made against master as no rebind proc exists
      	final ldapsearch should not chase
      Fix referral tests
      	Use -C option as needed
      6020fe58
    • Kurt Zeilenga's avatar
      Modify ldapsearch(1) significantly. Now handles LDAPv3 search · 5f20cf1e
      Kurt Zeilenga authored
      references, extended results, and extended partial results.  LDIF
      extended to support these new features and reported version 2.
      -L now limits output to LDIFv1 for compatibility reasons.  No
      -L is now LDIFv2.  Old alternative form is no longer supported.
      
      Use LDAP_TMPDIR (in ldap_config.h) instead of hardcoded /tmp
      Use LDAP_FILE_URI_PREFIX (in ldap_config.h) instead of hardcoded
      	file://tmp/
      5f20cf1e
  10. May 28, 2000
  11. May 27, 2000
  12. May 26, 2000
  13. May 23, 2000
  14. Feb 03, 2000
  15. Dec 12, 1999
  16. Sep 29, 1999
  17. Sep 10, 1999
  18. Sep 02, 1999
  19. Aug 26, 1999
  20. Aug 22, 1999
  21. Aug 17, 1999
  22. Aug 03, 1999
  23. Aug 01, 1999
  24. Jul 31, 1999
  25. 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
  26. Jul 29, 1999
  27. 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
  28. Jul 14, 1999
Loading