Skip to content
Snippets Groups Projects
  1. 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
    • Kurt Zeilenga's avatar
      Patch: Escape character troubles (ITS#1753) · 02e85272
      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.
      			================
      
      maildap could address buf[-1] if len was < 2.
      
      REWRITE_SUBMATCH_ESCAPE is '%', not '\'.
      
      librewrite and saslautz could walk past the end of a string which
      ended with an escape character.
      
      Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, April 2002.
      02e85272
    • Kurt Zeilenga's avatar
      Trim finger from HEAD · bf662a8c
      Kurt Zeilenga authored
      bf662a8c
  2. 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
  3. Mar 18, 2002
  4. Mar 11, 2002
  5. Feb 10, 2002
  6. Feb 08, 2002
  7. Feb 06, 2002
  8. Jan 31, 2002
  9. Jan 30, 2002
  10. Jan 29, 2002
    • Kurt Zeilenga's avatar
      Initial ldapcompare(1) implementation. Adapted from patch · abf91ca1
      Kurt Zeilenga authored
      submitted by Jeff Costlow <j.costlow@f5.com> (ITS#1560).
      
      Portions:
      Copyright 2002, F5 Networks, Inc, All rights reserved.
      This software is not subject to any license of F5 Networks.
      
      This is free software; you can redistribute and use it
      under the same terms as OpenLDAP itself.
      abf91ca1
  11. Jan 28, 2002
  12. Jan 04, 2002
  13. Dec 20, 2001
  14. Dec 19, 2001
  15. Dec 18, 2001
  16. Dec 17, 2001
  17. Dec 12, 2001
  18. Dec 09, 2001
  19. Dec 07, 2001
  20. Dec 06, 2001
  21. Dec 05, 2001
  22. Dec 02, 2001
  23. Dec 01, 2001
  24. Oct 27, 2001
  25. Sep 29, 2001
  26. Sep 25, 2001
  27. Sep 04, 2001
  28. Aug 28, 2001
  29. Jul 07, 2001
  30. Jun 21, 2001
  31. Jun 15, 2001
Loading