Skip to content
Snippets Groups Projects
  1. Oct 01, 1999
  2. Sep 25, 1999
  3. Sep 23, 1999
  4. Sep 22, 1999
  5. Sep 10, 1999
  6. Sep 08, 1999
  7. Sep 05, 1999
  8. Sep 03, 1999
  9. Sep 02, 1999
    • Hallvard Furuseth's avatar
      Cleanup: · c09a2c63
      Hallvard Furuseth authored
      Fix printf formats, remove unused variables, add missing prototypes in slapd,
      add static/const, add some return types or change to void return type.
      c09a2c63
    • Kurt Zeilenga's avatar
      Add OpenLDAP RCS id · 41e57c04
      Kurt Zeilenga authored
      41e57c04
  10. Sep 01, 1999
  11. Aug 25, 1999
  12. Aug 20, 1999
  13. Aug 18, 1999
  14. Aug 17, 1999
  15. Aug 16, 1999
  16. Aug 13, 1999
  17. Aug 09, 1999
  18. Aug 05, 1999
    • Kurt Zeilenga's avatar
      create SASL_LIBS to hold -lsasl · e0691dfb
      Kurt Zeilenga authored
      create SECURITY_LIBS (top.mk) to order $SASL_LIBS $KRB_LIBS $TLS_LIBS
      use $SECURITY_LIBS in Makefile.in's instead of $KRB_LIBS $TLS_LIBS
      e0691dfb
  19. Aug 04, 1999
  20. Aug 03, 1999
  21. Aug 02, 1999
  22. Jul 31, 1999
  23. 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
Loading