Skip to content
Snippets Groups Projects
  1. Jul 31, 2004
  2. Jul 26, 2004
  3. Jun 23, 2004
  4. Apr 07, 2004
  5. Jan 01, 2004
  6. Dec 28, 2003
  7. Dec 16, 2003
  8. Nov 27, 2003
  9. Oct 24, 2003
  10. May 15, 2003
  11. Apr 30, 2003
  12. Apr 14, 2003
  13. Apr 12, 2003
  14. Apr 11, 2003
  15. Apr 05, 2003
  16. Mar 31, 2003
  17. Mar 30, 2003
    • Howard Chu's avatar
      Major API change - (SLAP_OP_BLOCKS) All request parameters are · e8c58b4e
      Howard Chu authored
      consolidated into the Operation structure. All reply parameters
      are consolidated into the new SlapReply structure. Most operations
      now have identical call signatures... Changes are not #ifdef'd,
      revert to -r NO_SLAP_OP_BLOCKS if necessary to back out.
      e8c58b4e
  18. Mar 24, 2003
  19. Mar 16, 2003
  20. Feb 27, 2003
    • Kurt Zeilenga's avatar
      SLAP_NVALUES: · 152829be
      Kurt Zeilenga authored
      	schema engine updated (but not schema routines so things don't run yet)
      	nvalues mostly populated, enough for tests 0-2 to pass
      	schema routines needs lots of work
      	modify/mods codes needs lots of work
      152829be
  21. Feb 10, 2003
  22. Feb 09, 2003
  23. Feb 07, 2003
  24. Jan 27, 2003
  25. Jan 23, 2003
  26. Jan 21, 2003
  27. Jan 20, 2003
    • Luke Howard's avatar
      Conform SLAPI to Netscape, iPlanet and Sun ONE Directory Server · d484a978
      Luke Howard authored
      behaviour:
      
      1. Plugins never return LDAP result codes, instead they return a
         small integer (0 or -1, others for special cases)
      2. Preoperation plugins can abort processing by returning a non-
         zero value to the frontend
      3. Postoperation plugins never abort processing (all are called)
         and their return values are ignored
      d484a978
  28. Jan 19, 2003
  29. Jan 03, 2003
  30. Dec 27, 2002
  31. Dec 07, 2002
  32. Oct 09, 2002
  33. Sep 29, 2002
  34. Aug 10, 2002
  35. Jul 11, 2002
    • Julius Enarusai's avatar
      · 6107ba67
      Julius Enarusai authored
      Coverted LDAP_LOG macro to use subsystem ID int values instead of string values
      6107ba67
  36. Apr 08, 2002
    • Pierangelo Masarati's avatar
      Mostly based on patches provided by Hallvard B. Furuseth · 4a8ab5db
      Pierangelo Masarati authored
      ITS#1677 - cast away const warnings
      ITS#1678 - unsigned char args to ctype funcs
      ITS#1682 - don't redefine ldap_debug
      ITS#1683 - uninitialized vars
      ITS#1703 - ldo_debug initialization
      ITS#1705 - unsigned testing
      ITS#1706 - socklen_t args
      ITS#1719 - back-tcl update (other cleanups/fixes/improvements; yet untested)
      ITS#1724 - integerNormalize/integerFilter/integerIndexer bugs
      ITS#1725 - libdes not required
      
      Implement back-null (/dev/null style backend)
      Cleanup some misc warnings ("%lu" format, unused/uninitialized vars,
              ambiguous operator precedence)
      
      Kurt, please regenerate configure
      4a8ab5db
Loading