Skip to content
Snippets Groups Projects
  1. May 07, 2004
  2. Apr 25, 2004
  3. Apr 21, 2004
  4. Oct 12, 2003
  5. Aug 22, 2003
  6. Aug 07, 2003
  7. Feb 25, 2003
  8. Oct 04, 2002
  9. Sep 13, 2002
  10. Aug 27, 2002
  11. Dec 19, 2001
  12. Dec 06, 2001
  13. Nov 05, 2001
  14. Jun 25, 2000
    • 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
  15. May 27, 2000
  16. May 23, 2000
  17. Aug 31, 1999
  18. Aug 17, 1999
  19. 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
  20. Jul 27, 1999
  21. Aug 21, 1998
  22. Aug 09, 1998
Loading