mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
709ce4fa6c
================ 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. |
||
---|---|---|
.. | ||
abandon.c | ||
add.c | ||
addentry.c | ||
apitest.c | ||
apitest.dsp | ||
bind.c | ||
cache.c | ||
charray.c | ||
compare.c | ||
controls.c | ||
cyrus.c | ||
delete.c | ||
dnssrv.c | ||
dntest.c | ||
dntest.dsp | ||
dsparse.c | ||
error.c | ||
extended.c | ||
filter.c | ||
free.c | ||
ftest.c | ||
ftest.dsp | ||
getattr.c | ||
getdn.c | ||
getentry.c | ||
getfilter.c | ||
getvalues.c | ||
init.c | ||
kbind.c | ||
ldap-int.h | ||
ldap.conf | ||
ldapfilter.conf | ||
libldap.dsp | ||
ltest.dsp | ||
Makefile.in | ||
messages.c | ||
modify.c | ||
modrdn.c | ||
open.c | ||
options.c | ||
os-ip.c | ||
os-local.c | ||
print.c | ||
references.c | ||
request.c | ||
result.c | ||
sasl.c | ||
sbind.c | ||
schema.c | ||
search.c | ||
sort.c | ||
sortctrl.c | ||
string.c | ||
t61.c | ||
test.c | ||
tls.c | ||
unbind.c | ||
url.c | ||
utf-8-conv.c | ||
utf-8.c | ||
util-int.c | ||
vlvctrl.c |