openldap:OPENLDAP_DEVEL_SCHEMA

Last commit made on 1999-07-09
Get this branch:
git clone -b OPENLDAP_DEVEL_SCHEMA https://git.launchpad.net/openldap

Branch merges

Branch information

Name:
OPENLDAP_DEVEL_SCHEMA
Repository:
lp:openldap

Recent commits

4eebecb... by =?utf-8?q?Julio_S=C3=A1nchez_Fern=C3=A1ndez?= <email address hidden>

Defer normalization to later stages.

55270ce... by =?utf-8?q?Julio_S=C3=A1nchez_Fern=C3=A1ndez?= <email address hidden>

Some fixes to make it compile.
Please, someone look for SYNTAX_DN in the file, read my comment there
and try to explain what was the code doing there. I don't understand
the purpose of that. And I need it to know what to do about it.

874dae9... by =?utf-8?q?Julio_S=C3=A1nchez_Fern=C3=A1ndez?= <email address hidden>

Fix to deal with the new functions in matching rules.
Lots to do here. Possibly move matching rules to a separate file, since
new code and pieces that have been removed from here would have to come
here.

1e25bce... by =?utf-8?q?Julio_S=C3=A1nchez_Fern=C3=A1ndez?= <email address hidden>

This one, on the other hand, has to use smr_cindex.

2c6f93b... by =?utf-8?q?Julio_S=C3=A1nchez_Fern=C3=A1ndez?= <email address hidden>

Adapt to use the smr_sindex function instead of the deleted common indexing
function.

bc6ecc0... by =?utf-8?q?Julio_S=C3=A1nchez_Fern=C3=A1ndez?= <email address hidden>

Fix mr_add prototype to deal with the two indexing functions.

98e7998... by =?utf-8?q?Julio_S=C3=A1nchez_Fern=C3=A1ndez?= <email address hidden>

Explain better what each matching rule function means.
We need to indexing routines per matching rule. One (cindex) is used to
create the indexes. The other (sindex) is used to search. This is
necessary because the syntax of the value assertion may be different
from the syntax of the attributes the matching rules is used with.
They may be the same function, however, and will be the same in most
cases.

c2767c8... by =?utf-8?q?Julio_S=C3=A1nchez_Fern=C3=A1ndez?= <email address hidden>

Revert the f_sub change.

6b195e2... by =?utf-8?q?Julio_S=C3=A1nchez_Fern=C3=A1ndez?= <email address hidden>

Put in line with prototype changes in value.c.
delete_values returns LDAP_UNDEFINED_TYPE if the type is unknown,
this is suspect.

f65a09f... by =?utf-8?q?Julio_S=C3=A1nchez_Fern=C3=A1ndez?= <email address hidden>

Put in line with value_find prototype change