openldap/servers/slapd
Kurt Zeilenga 64f028a6ab New schema code is now the default.
Use -DSLAPD_SCHEMA_COMPAT to use 1.x compatible schema (deprecated).
2000-05-29 16:39:16 +00:00
..
back-bdb2 SLAPD_SCHEMA_NOT_COMPAT: cleanup 2000-05-23 17:00:46 +00:00
back-dnssrv Additional clarification... and fix second typo 2000-05-27 00:49:55 +00:00
back-ldap const'ification 2000-05-22 03:55:03 +00:00
back-ldbm SLAPD_SCHEMA_NOT_COMPAT: working tests 1-4! 2000-05-29 01:08:09 +00:00
back-passwd SLAPD_SCHEMA_NOT_COMPAT: Update back-passwd (that was too easy) 2000-05-25 01:15:09 +00:00
back-perl Const'ification 2000-05-22 03:46:57 +00:00
back-shell Const'ification 2000-05-22 03:46:57 +00:00
back-sql Summary of changes: 2000-05-26 16:03:32 +00:00
back-tcl Const'ification 2000-05-22 03:59:32 +00:00
schema Working test001 and test002. 2000-05-27 19:21:28 +00:00
shell-backends
tools CSRI malloc compat fix 2000-05-27 17:06:11 +00:00
abandon.c
acl.c SLAPD_SCHEMA_NOT_COMPAT: fix typo 2000-05-29 04:57:31 +00:00
aclparse.c SLAPD_SCHEMA_NOT_COMPAT: ACI cleanup 2000-05-28 22:17:34 +00:00
ad.c SLAPD_SCHEMA_NOT_COMPAT: fix up add framework 2000-05-23 01:21:47 +00:00
add.c SLAPD_SCHEMA_NOT_COMPAT: fix bugs in add/modify logic 2000-05-23 18:08:19 +00:00
at.c SLAPD_SCHEMA_NOT_COMPAT: add subtype aware is_at_syntax() 2000-05-28 19:15:37 +00:00
attr.c SLAPD_SCHEMA_NOT_COMPAT: working modify? need additional match 2000-05-28 23:51:39 +00:00
ava.c SLAPD_SCHEMA_NOT_COMPAT: Fix UTF8StringNormalizer 2000-05-24 23:27:33 +00:00
backend.c SLAPD_SCHEMA_NOT_COMPAT: Mostly work modify 2000-05-28 16:36:34 +00:00
bind.c Const'ification 2000-05-22 03:46:57 +00:00
ch_malloc.c
charray.c Const'ification 2000-05-22 03:46:57 +00:00
compare.c Const'ification 2000-05-22 03:46:57 +00:00
config.c
configinfo.c Const'ification 2000-05-22 03:46:57 +00:00
connection.c Const'ification 2000-05-22 03:46:57 +00:00
controls.c
daemon.c Const'ification 2000-05-22 03:46:57 +00:00
delete.c Const'ification 2000-05-22 03:46:57 +00:00
dn.c Const'ification 2000-05-22 03:46:57 +00:00
entry.c Const'ification 2000-05-22 03:46:57 +00:00
extended.c Const'ification 2000-05-22 03:46:57 +00:00
filter.c s/substring/substrings/ 2000-05-27 22:46:37 +00:00
filterentry.c SLAPD_SCHEMA_NOT_COMPAT: framework for substring searching 2000-05-27 21:41:04 +00:00
init.c Const'ification 2000-05-22 03:46:57 +00:00
kerberos.c
libslapd.dsp
lock.c
main.c Fix build problems under NT... likely broken service manager code. 2000-05-27 06:21:23 +00:00
Makefile.in install $(localstatedir)/openldap-ldbm with mode 700 2000-05-29 05:51:24 +00:00
modify.c SLAPD_SCHEMA_NOT_COMPAT: copy mod op 2000-05-28 21:45:49 +00:00
modrdn.c Const'ification 2000-05-22 03:46:57 +00:00
module.c
monitor.c SLAPD_SCHEMA_NOT_COMPAT: cleanup 2000-05-23 17:00:46 +00:00
mr.c SLAPD_SCHEMA_NOT_COMPAT: working modify? need additional match 2000-05-28 23:51:39 +00:00
nt_svc.c
oc.c SLAPD_SCHEMA_NOT_COMPAT: Mostly work modify 2000-05-28 16:36:34 +00:00
operation.c
passwd.c Const'ification 2000-05-22 03:46:57 +00:00
phonetic.c
proto-slap.h SLAPD_SCHEMA_NOT_COMPAT: add subtype aware is_at_syntax() 2000-05-28 19:15:37 +00:00
repl.c SLAPD_SCHEMA_NOT_COMPAT: framework for value_match() and value_find() 2000-05-21 22:46:51 +00:00
result.c Add debugging... 2000-05-26 07:01:33 +00:00
root_dse.c Const'ification 2000-05-22 03:46:57 +00:00
sasl.c Const'ification 2000-05-22 03:46:57 +00:00
schema_check.c SLAPD_SCHEMA_NOT_COMPAT: Mostly work modify 2000-05-28 16:36:34 +00:00
schema_init.c New schema code is now the default. 2000-05-29 16:39:16 +00:00
schema_prep.c SLAPD_SCHEMA_NOT_COMPAT: 2000-05-28 18:58:09 +00:00
schema.c Const'ification 2000-05-22 03:46:57 +00:00
schemaparse.c Let the caller decide how liberal the schema parsing routines will be. 2000-05-28 22:45:56 +00:00
search.c SLAPD_SCHEMA_NOT_COMPAT: Add more three value filter logic code 2000-05-24 00:13:27 +00:00
slap.h SLAPD_SCHEMA_NOT_COMPAT: ACI cleanup 2000-05-28 22:17:34 +00:00
slapd.at.conf
slapd.conf Update directory comment 2000-05-29 05:54:36 +00:00
slapd.dsp
slapd.dsw
slapd.oc.conf Fix typo in last commit and in schema_check.c 2000-05-23 20:33:40 +00:00
starttls.c Const'ification 2000-05-22 03:46:57 +00:00
str2filter.c SLAPD_SCHEMA_NOT_COMPAT: 2000-05-28 18:58:09 +00:00
suffixalias.c
syntax.c Let the caller decide how liberal the schema parsing routines will be. 2000-05-28 22:45:56 +00:00
unbind.c
user.c
value.c SLAPD_SCHEMA_NOT_COMPAT: ACL cleanup (not yet working) 2000-05-29 03:44:06 +00:00