openldap/servers/slapd/back-ldbm
Kurt Zeilenga b39fdc0bcd Add normalized dn to Entry structure as field e_ndn. Entry
creation codes to provide this field.  Update cache_entrydn_cmp
to strcasecmp() the e_ndn instead of e_dn.  Note: strcasecmp()
is still used as e_ndn isn't in uppercase.  Maybe it should
be.  Did not update other codes to use e_ndn.  Hence, there
are lots of dn_normalize() calls that could be eliminated.
(The case determination of e_ndn should be made first).
1999-01-13 01:17:22 +00:00
..
abandon.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
add.c Modify Add/Delete/Modrdn operations to require write perms on 1999-01-07 02:51:08 +00:00
alias.c Fix tmp file removal. 1999-01-08 19:51:15 +00:00
attr.c Replace strdup() with ch_strdup() such that exit() will be called 1998-11-27 20:21:54 +00:00
back-ldbm.h Modify Add/Delete/Modrdn operations to require write perms on 1999-01-07 02:51:08 +00:00
bind.c Fix --disable-crypt and --disable-cleartext 1998-12-29 21:45:08 +00:00
cache.c Add normalized dn to Entry structure as field e_ndn. Entry 1999-01-13 01:17:22 +00:00
close.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
compare.c Changed dn2entry to always returned a modified matched. 1998-11-23 20:08:25 +00:00
config.c Replace strdup() with ch_strdup() such that exit() will be called 1998-11-27 20:21:54 +00:00
dbcache.c Patch for Berkeley DB 2.6.4 (beta) (DB)->cursor() call. 1998-12-29 17:28:45 +00:00
delete.c Modify Add/Delete/Modrdn operations to require write perms on 1999-01-07 02:51:08 +00:00
dn2id.c Patch for Berkeley DB 2.6.4 (beta) (DB)->cursor() call. 1998-12-29 17:28:45 +00:00
filterindex.c Plug some memory leaks 1998-12-27 03:55:57 +00:00
group.c I thought the bdn was normalized already... guess not. 1998-12-30 05:21:40 +00:00
id2children.c Wrap db2 mutex with -DHAVE_BERKELEY_DB2 (should be hidden in -lldbm) ITS#35 1999-01-07 03:28:08 +00:00
id2entry.c Patch for Berkeley DB 2.6.4 (beta) (DB)->cursor() call. 1998-12-29 17:28:45 +00:00
idl.c Wrap db2 mutex with -DHAVE_BERKELEY_DB2 (should be hidden in -lldbm) ITS#35 1999-01-07 03:28:08 +00:00
index.c Patch for Berkeley DB 2.6.4 (beta) (DB)->cursor() call. 1998-12-29 17:28:45 +00:00
init.c Wrap db2 mutex with -DHAVE_BERKELEY_DB2 (should be hidden in -lldbm) ITS#35 1999-01-07 03:28:08 +00:00
kerberos.c
Makefile.in Fix server --without-xxx build issues... 1998-12-20 00:55:39 +00:00
modify.c LDAP C-API changes 1998-12-21 00:21:58 +00:00
modrdn.c Modify Add/Delete/Modrdn operations to require write perms on 1999-01-07 02:51:08 +00:00
nextid.c Add a couple minor safety checks. 1998-11-25 23:45:57 +00:00
proto-back-ldbm.h LDAP C-API changes 1998-12-21 00:21:58 +00:00
search.c matched needs to be initialized to NULL as we may never 1998-12-28 16:41:39 +00:00
unbind.c Protoized, moved extern definitions to .h files, fixed related bugs. 1998-11-15 22:40:11 +00:00
Version.c