openldap/clients/tools
Kurt Zeilenga 709ce4fa6c Re: Patch: ctype functions require 'unsigned char' args (ITS#1678)
================
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.
2002-04-15 20:42:42 +00:00
..
ldapcompare.c Fix misplaced "search" references 2002-02-08 19:10:06 +00:00
ldapcompare.dsp Add a project for ldapcompare(1) 2002-01-30 04:01:38 +00:00
ldapdelete.c Fix misplaced "search" references 2002-02-08 19:10:06 +00:00
ldapdelete.dsp New indexer/filter codes (test suite works) with cheats 2000-06-04 22:59:38 +00:00
ldapmodify.c Re: Patch: ctype functions require 'unsigned char' args (ITS#1678) 2002-04-15 20:42:42 +00:00
ldapmodify.dsp New indexer/filter codes (test suite works) with cheats 2000-06-04 22:59:38 +00:00
ldapmodrdn.c Fix misplaced "search" references 2002-02-08 19:10:06 +00:00
ldapmodrdn.dsp New indexer/filter codes (test suite works) with cheats 2000-06-04 22:59:38 +00:00
ldappasswd.c Return EXIT_FAILURE if result code is not success. 2002-03-11 00:25:20 +00:00
ldappasswd.dsp New indexer/filter codes (test suite works) with cheats 2000-06-04 22:59:38 +00:00
ldapsearch.c Fix ITS#1649, a filter constructed from a BUFSIZ input line combined with 2002-03-18 16:16:47 +00:00
ldapsearch.dsp New indexer/filter codes (test suite works) with cheats 2000-06-04 22:59:38 +00:00
ldapwhoami.c Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
Makefile.in Update libtool usage 2002-02-10 22:42:51 +00:00