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
rdbms_depend
back-sql.h
backsql.dsp
bind.c fix for acl state 2002-02-09 17:31:49 +00:00
config.c
entry-id.c
entry-id.h
external.h Changed search attrs to struct berval **. 2001-12-26 08:47:04 +00:00
init.c
Makefile.in
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
schema-map.c
schema-map.h
search.c ITS#1733 eliminate o_abandonmutex 2002-04-11 08:03:40 +00:00
sql-types.h
sql-wrap.c
sql-wrap.h
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