openldap/servers/slapd
Howard Chu 349e05ff4d Added config keyword "searchstack" for setting search stack cache depth.
Default is still 16.

Added IDL caching, modified from ITS#2182. Uses "idlcachesize" config
keyword. Code is #ifdef'd, currently defined, with default cache of 0.
2002-12-10 20:33:49 +00:00
..
back-bdb Added config keyword "searchstack" for setting search stack cache depth. 2002-12-10 20:33:49 +00:00
back-dnssrv
back-ldap Added SLAP_MR_VALUE_NORMALIZED_MATCH, avoid redundant normalize when 2002-12-04 18:19:46 +00:00
back-ldbm Added SLAP_MR_VALUE_NORMALIZED_MATCH, avoid redundant normalize when 2002-12-04 18:19:46 +00:00
back-meta Added SLAP_MR_VALUE_NORMALIZED_MATCH, avoid redundant normalize when 2002-12-04 18:19:46 +00:00
back-monitor fix handling of anomalous databases, like subordinate ones (as suggested by Howard) 2002-11-29 17:43:28 +00:00
back-null
back-passwd
back-perl
back-shell
back-sql improve limits handling and consistency; return "Admin limit exceeded" instead of "Unwilling to perform" 2002-11-21 12:58:59 +00:00
back-tcl
schema
shell-backends
slapi some todo stuff 2002-12-07 18:31:25 +00:00
tools fix previous commit 2002-12-07 19:19:26 +00:00
abandon.c
acl.c fix initialization size and silence warning 2002-12-05 11:47:44 +00:00
aclparse.c much better fix for ITS#2196 (dnattr without sat_equality is bounced at config) 2002-11-25 18:37:04 +00:00
ad.c A search requesting 'cn;lang-en-' did not find 'cn;lang-en'. 2002-11-30 20:00:01 +00:00
add.c SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani <somrani@us.ibm.com> as ITS#2073 2002-12-07 17:19:29 +00:00
at.c
attr.c
ava.c
backend.c SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani <somrani@us.ibm.com> as ITS#2073 2002-12-07 17:19:29 +00:00
backglue.c Fix ITS#2214, clear gs->matched after freeing it. 2002-11-28 17:20:17 +00:00
bind.c SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani <somrani@us.ibm.com> as ITS#2073 2002-12-07 17:19:29 +00:00
ch_malloc.c
compare.c SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani <somrani@us.ibm.com> as ITS#2073 2002-12-07 17:19:29 +00:00
config.c SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani <somrani@us.ibm.com> as ITS#2073 2002-12-07 17:19:29 +00:00
connection.c SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani <somrani@us.ibm.com> as ITS#2073 2002-12-07 17:19:29 +00:00
controls.c Catch NULL control OID up front. 2002-12-07 18:35:22 +00:00
cr.c
daemon.c expand authid buffer 2002-12-08 07:56:49 +00:00
delete.c SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani <somrani@us.ibm.com> as ITS#2073 2002-12-07 17:19:29 +00:00
dn.c
entry.c Never let ldif_parse_line() return a NULL value with success. 2002-12-02 22:46:07 +00:00
extended.c fix previous commit 2002-12-07 19:00:34 +00:00
filter.c fix typo in comment :) 2002-11-21 02:18:13 +00:00
filterentry.c remove #ifdef SLAP_FILTER_HASSUBORDINATES 2002-11-10 19:48:36 +00:00
index.c
init.c #unifdef paged results, remove lint 2002-11-28 04:38:41 +00:00
kerberos.c
libslapd.dsp
limits.c #unifdef paged results, remove lint 2002-11-28 04:38:41 +00:00
lock.c
main.c SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani <somrani@us.ibm.com> as ITS#2073 2002-12-07 17:19:29 +00:00
Makefile.in another attempt to fix slapi build sequence ... 2002-12-09 12:17:23 +00:00
matchedValues.c
modify.c SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani <somrani@us.ibm.com> as ITS#2073 2002-12-07 17:19:29 +00:00
modrdn.c SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani <somrani@us.ibm.com> as ITS#2073 2002-12-07 17:19:29 +00:00
mods.c fix possible uninitialized use of nmods 2002-11-21 00:31:36 +00:00
module.c Patch: Wrong args to Debug() and LDAP_LOG() (ITS#2170,2171) 2002-11-09 16:09:50 +00:00
mr.c remove cruft 2002-11-21 02:18:31 +00:00
mra.c
nt_svc.c
oc.c Fix is_entry_objectclass flag comparisons (from Jason Townsend @ Apple) 2002-11-18 03:56:54 +00:00
oidm.c Converted ch_malloc and ch_calloc calls to SLAP_MALLOC and SLAP_CALLOC. 2002-11-19 20:20:00 +00:00
operation.c SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani <somrani@us.ibm.com> as ITS#2073 2002-12-07 17:19:29 +00:00
operational.c
passwd.c ITS#2176: Change password on slave when multimaster is enabled (do not use multimaster) 2002-11-22 00:56:20 +00:00
phonetic.c
proto-slap.h SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani <somrani@us.ibm.com> as ITS#2073 2002-12-07 17:19:29 +00:00
referral.c Converted ch_calloc and ch_malloc calls to SLAP_CALLOC and SLAP_MALLOC. 2002-11-19 17:06:17 +00:00
repl.c
result.c SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani <somrani@us.ibm.com> as ITS#2073 2002-12-07 17:19:29 +00:00
root_dse.c SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani <somrani@us.ibm.com> as ITS#2073 2002-12-07 17:19:29 +00:00
sasl.c Treat all EXTERNAL DNs are already normalized. 2002-12-04 04:13:20 +00:00
saslauthz.c Allow the root DN to switch to any authorization identity. 2002-12-05 12:25:16 +00:00
schema_check.c
schema_init.c Make digit a local static variable instead of a global 2002-12-10 16:44:02 +00:00
schema_prep.c
schema.c
schemaparse.c
search.c SLAPI - Netscape plugin API for slapd - based on patch contributed by Steve Omrani <somrani@us.ibm.com> as ITS#2073 2002-12-07 17:19:29 +00:00
sets.c Converted ch_calloc and ch_malloc calls to SLAP_CALLOC and SLAP_MALLOC. 2002-11-19 17:06:17 +00:00
sets.h
slap.h ITS#2215: Let Statslog() work if only one of LDAP_DEBUG/LDAP_SYSLOG is #defined 2002-12-09 18:18:14 +00:00
slapd.conf Clean up examples 2002-11-26 17:56:51 +00:00
slapd.dsp
starttls.c Add AUTHZ stats logging 2002-11-11 18:55:45 +00:00
str2filter.c silence warning 2002-11-25 23:37:10 +00:00
suffixalias.c
syntax.c
unbind.c
user.c
value.c Added SLAP_MR_VALUE_NORMALIZED_MATCH, avoid redundant normalize when 2002-12-04 18:19:46 +00:00