Annuaire LDAP
Find a file
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
build Trim finger from HEAD 2002-04-15 18:12:42 +00:00
clients Re: Patch: ctype functions require 'unsigned char' args (ITS#1678) 2002-04-15 20:42:42 +00:00
contrib removed default arguments from cpp-Files (to build on newer gcc) 2002-04-08 11:51:22 +00:00
doc document the -t switch 2002-04-15 19:18:54 +00:00
include use BVC() macro (changed in BER_BVC) to initialize constant bervals 2002-04-08 18:37:37 +00:00
libraries Re: Patch: ctype functions require 'unsigned char' args (ITS#1678) 2002-04-15 20:42:42 +00:00
servers Re: Patch: ctype functions require 'unsigned char' args (ITS#1678) 2002-04-15 20:42:42 +00:00
tests Some cleanup 2002-03-24 01:55:11 +00:00
acconfig.h Update copyright statements 2002-01-04 21:17:25 +00:00
acinclude.m4 Update copyright statements 2002-01-04 21:17:25 +00:00
aclocal.m4 Update Cyrus SASL detection to always look for <sasl.h> regardless 2002-02-10 17:51:19 +00:00
configure Trim finger from HEAD 2002-04-15 18:12:42 +00:00
configure.in Trim finger from HEAD 2002-04-15 18:12:42 +00:00
COPYRIGHT Update copyright statements 2002-01-04 21:17:25 +00:00
INSTALL Updates from SDF 2002-02-18 18:10:25 +00:00
LICENSE Update to 2.7 2001-09-08 04:30:14 +00:00
Makefile.in Misc. DN fixes and cleanups, namely don't muck with AVA_BINARY values 2002-02-13 06:35:27 +00:00
README Minor rewording 2001-09-28 21:22:00 +00:00

OpenLDAP Devel README
	This software was obtained from the development branch (HEAD) of
	the OpenLDAP Software Repository.  This copy is likely already
	not current, the development branch changes frequently.  These
	changes include code implementing experimental features and
	unproven bug fixes.  Please do NOT redistribute copies of the
	development branch.

	The OpenLDAP Developer's FAQ is available at:
		http://www.openldap.org/faq/index.cgi?file=4

	Client developers seeking a suitable development platform
	should use "release" or "stable" versions.
		http://www.openldap.org/software/

---
$OpenLDAP$