Skip to content
Snippets Groups Projects
  1. Jan 01, 2005
  2. Nov 15, 2004
  3. Nov 13, 2004
  4. Nov 11, 2004
  5. Sep 26, 2004
  6. Jun 12, 2004
  7. Apr 08, 2004
  8. Apr 07, 2004
  9. Mar 17, 2004
  10. Mar 08, 2004
  11. Jan 01, 2004
  12. Dec 07, 2003
  13. Nov 27, 2003
  14. Nov 26, 2003
  15. Jun 12, 2003
  16. May 25, 2003
  17. May 14, 2003
  18. Apr 29, 2003
  19. Apr 11, 2003
  20. Apr 01, 2003
  21. 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
  22. Mar 26, 2003
  23. Feb 26, 2003
  24. Aug 26, 2002
  25. Jul 31, 2002
  26. Jun 21, 2002
  27. May 22, 2002
  28. May 15, 2002
  29. 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
  30. May 01, 2002
  31. 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
  32. Apr 11, 2002
  33. Feb 13, 2002
  34. Jan 26, 2002
  35. Jan 09, 2002
  36. Jan 02, 2002
  37. Jan 01, 2002
Loading