openldap:MLEISHER

Last commit made on 2000-01-25
Get this branch:
git clone -b MLEISHER https://git.launchpad.net/openldap

Branch merges

Branch information

Name:
MLEISHER
Repository:
lp:openldap

Recent commits

c75e45f... by Kurt Zeilenga <email address hidden>

Import of UTBM 0.2

0e5efc3... by Kurt Zeilenga <email address hidden>

Import of URE 0.5

e135935... by Kurt Zeilenga <email address hidden>

Import of UCDATA 2.4

fe98d9f... by Kurt Zeilenga <email address hidden>

Initial revision

9fec129... by Kurt Zeilenga <email address hidden>

Second round of schema changes
Revert normalization to matching rule per discussions with Julio.
May need separate normalization routines for stored value and asserted
value. Currently rely on passed in syntax/mr to allow "special" behavior.
Reworked filters to pass struct berval * instead of char *. (needs work)
Validation, normalization and matching needed.

f3cb97e... by Kurt Zeilenga <email address hidden>

Add utf-8 to MSVC projects and remove lint.

4bdd788... by Kurt Zeilenga <email address hidden>

Move uppercase comment to be next to uppercasing code.

7f63755... by Kurt Zeilenga <email address hidden>

Start putting old code behind the currently defined SLAPD_SCHEMA_COMPAT.

a412a05... by Kurt Zeilenga <email address hidden>

Have compare use get_ava().
Well help when we split assertion options out from the description.

117a372... by Kurt Zeilenga <email address hidden>

Modify slapd syntax struct to have both a validation and normalization
routine. Could be combined into one routine.
Modify slapd matching rule struct to only have match function.
Modify old attribute such that 'bin' implies octetString, not 'binary'.
Add compatibility for IA5 strings. Only directoryStrings were handled
before.
Treat attribute types without syntax as incomplete, not default.
Add OctetStringValidate (always returns okay).
Add {UTF8,IA5}StringValidate/Normalize (IA5 based loosely on
case_exact_normalize). Need case{Exact,Ignore}UTFMatch, using IA5 versions
for now.
Removed default of syntax/mr handlders, should just skip
registration of syntax/mr's without handlers.
Added comments to slap.h about types versus descriptions.