Skip to content
Snippets Groups Projects
  1. Jun 12, 2004
  2. Apr 08, 2004
  3. Apr 07, 2004
  4. Mar 17, 2004
  5. Mar 08, 2004
  6. Jan 01, 2004
  7. Dec 07, 2003
  8. Nov 27, 2003
  9. Nov 26, 2003
  10. Jun 12, 2003
  11. May 25, 2003
  12. May 14, 2003
  13. Apr 29, 2003
  14. Apr 11, 2003
  15. Apr 01, 2003
  16. 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
  17. Mar 26, 2003
  18. Feb 26, 2003
  19. Aug 26, 2002
  20. Jul 31, 2002
  21. Jun 21, 2002
  22. May 22, 2002
  23. May 15, 2002
  24. May 09, 2002
    • Kurt Zeilenga's avatar
      Patch: back-passwd needs pwent mutex (ITS#1794) · 445b7982
      Kurt Zeilenga authored
      			================
      Written by Hallvard B. Furuseth and placed into the public domain.
      This software is not subject to any license of the University of Oslo.
      			================
      
      back-passwd uses getpwent() and setpwfile(), which use static data.
      It needs a mutex to make sure these operations can complete without
      interference from another back-passwd call.  Here is a patch.
      
      Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, May 2002.
      445b7982
  25. May 01, 2002
  26. Apr 15, 2002
    • Kurt Zeilenga's avatar
      Re: Patch: ctype functions require 'unsigned char' args (ITS#1678) · 709ce4fa
      Kurt Zeilenga authored
      			================
      Written by Hallvard B. Furuseth and placed into the public domain.
      This software is not subject to any license of the University of Oslo.
      			================
      
      Here are fixes for more places where the argument to ctype.h functions
      should be in the range of `unsigned char'.
      
      Explanation of the last patch (to schema_init.c:bvcasechr()):
      TOLOWER() and TOUPPER() return values in the range of `unsigned char',
      but bvcasechr() then compares those values with a plain `char'.  So I
      convert the return values from TOLOWER()/TOUPPER() to `char' first.
      
      Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, April 2002.
      709ce4fa
  27. Apr 11, 2002
  28. Feb 13, 2002
  29. Jan 26, 2002
  30. Jan 09, 2002
  31. Jan 02, 2002
  32. Jan 01, 2002
  33. Dec 31, 2001
  34. Dec 29, 2001
  35. Dec 28, 2001
Loading