Go to file
Kurt Zeilenga 8354160f8b Patch: aclparse.c bugs (ITS#1752)
================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
			================

Bug fixes:
- acl_regex_normalized_dn(pattern):
  * used pattern->bv_len even though it claimed not to,
  * would walk past the end of strings that ended (incorrectly)
    with a single '\'.
- style=regex checked for "^.*$$" twice but not for "^.*$".
- the code did not notice if dnNormalize2() failed, and would
  (at least in one case) treat a bad DN as '*'.
Some cleanup:
- changed regtest() to return void, since the return value was unused.
- changed acl_regex_normalized_dn() to take a string input argument
  instead of a half-filled berval, it looks saner that way.

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, April 2002.
2002-04-15 20:44:05 +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 Patch: aclparse.c bugs (ITS#1752) 2002-04-15 20:44:05 +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$