openldap/servers/slapd/back-sql
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
..
docs fix case-insensitive matching 2000-10-25 21:23:04 +00:00
rdbms_depend A big bunch of improvements, contributed by Sam Drake and Raj Damani. 2001-08-02 17:28:59 +00:00
back-sql.h some cosmetics and minor problems fixed, pointed out by Mei-Hui Su (c++-style comments, newlines etc.) 2001-09-07 13:04:11 +00:00
backsql.dsp
bind.c fix for acl state 2002-02-09 17:31:49 +00:00
config.c
entry-id.c finish the prefious fixes... it is really hard to commit a truly good patch without even a chance to check if it is compilable ;) 2001-09-07 18:50:52 +00:00
entry-id.h some cosmetics and minor problems fixed, pointed out by Mei-Hui Su (c++-style comments, newlines etc.) 2001-09-07 13:04:11 +00:00
external.h Changed search attrs to struct berval **. 2001-12-26 08:47:04 +00:00
init.c some cosmetics and minor problems fixed, pointed out by Mei-Hui Su (c++-style comments, newlines etc.) 2001-09-07 13:04:11 +00:00
Makefile.in NT updates from jon@symas.com. 2001-12-07 04:03:25 +00:00
modify.c Converted all use of dn_parent to the in-place version. (Fixed a pdn leak 2001-12-08 10:37:42 +00:00
other.c fix ITS #855 (back-sql crashes with malformed filters), 2000-10-30 20:36:29 +00:00
schema-map.c finish the prefious fixes... it is really hard to commit a truly good patch without even a chance to check if it is compilable ;) 2001-09-07 18:50:52 +00:00
schema-map.h some cosmetics and minor problems fixed, pointed out by Mei-Hui Su (c++-style comments, newlines etc.) 2001-09-07 13:04:11 +00:00
search.c ITS#1733 eliminate o_abandonmutex 2002-04-11 08:03:40 +00:00
sql-types.h some cosmetics and minor problems fixed, pointed out by Mei-Hui Su (c++-style comments, newlines etc.) 2001-09-07 13:04:11 +00:00
sql-wrap.c some cosmetics and minor problems fixed, pointed out by Mei-Hui Su (c++-style comments, newlines etc.) 2001-09-07 13:04:11 +00:00
sql-wrap.h some cosmetics and minor problems fixed, pointed out by Mei-Hui Su (c++-style comments, newlines etc.) 2001-09-07 13:04:11 +00:00
util.c Re: Patch: ctype functions require 'unsigned char' args (ITS#1678) 2002-04-15 20:42:42 +00:00
util.h Changed search attrs to struct berval **. 2001-12-26 08:47:04 +00:00