openldap/servers/slapd
2002-12-07 18:35:22 +00:00
..
back-bdb Added SLAP_MR_VALUE_NORMALIZED_MATCH, avoid redundant normalize when 2002-12-04 18:19:46 +00:00
back-dnssrv Return default referral if DN maps to empty domain. 2002-09-26 16:12:39 +00:00
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 second round at ITS#1749 2002-05-01 16:38:30 +00:00
back-passwd remove lint 2002-08-26 20:11:19 +00:00
back-perl Moved slap_strcopy, slap_strncopy to lutil_strcopy, lutil_strncopy 2002-07-27 00:24:02 +00:00
back-shell Patch: Delete the buggy surrogate parent code (ITS#1815) 2002-10-10 20:28:36 +00:00
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 Fix dynamic module linking 2002-06-21 01:34:53 +00:00
schema Minor updates 2002-09-22 19:09:47 +00:00
shell-backends operationsError != Internal Error 2002-07-31 22:49:02 +00:00
slapi some todo stuff 2002-12-07 18:31:25 +00:00
tools 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
abandon.c LCUP persistent search code drop 2002-10-25 17:51:30 +00:00
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 Converted ch_malloc, ch_calloc and ch_realloc calls to SLAP_MALLOC and 2002-11-01 18:59:52 +00:00
attr.c added attr_merge/value_add functions that dela with single attribute; bervals for '*', '+' and '1.1' made available 2002-08-23 08:49:19 +00:00
ava.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
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 Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
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 Converted ch_malloc, ch_calloc and ch_realloc calls to SLAP_MALLOC and 2002-11-01 18:59:52 +00:00
daemon.c Avoid magic constant (32) in allocation. Use sizeof instead 2002-12-07 18:34:25 +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 - added the capability to filter based on hasSubordinate attribute 2002-08-29 10:55:48 +00:00
entry.c Never let ldif_parse_line() return a NULL value with success. 2002-12-02 22:46:07 +00:00
extended.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
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 remove deadwood, e.g. slap_index2prefix() 2002-01-31 00:11:44 +00:00
init.c #unifdef paged results, remove lint 2002-11-28 04:38:41 +00:00
kerberos.c Update copyright statements 2002-01-04 21:17:25 +00:00
libslapd.dsp Basic framework for DIT Content Rules (not yet enforced) 2002-10-09 07:11:50 +00:00
limits.c #unifdef paged results, remove lint 2002-11-28 04:38:41 +00:00
lock.c benign buffer overflow fix (ITS#1964) 2002-09-25 04:34:33 +00:00
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 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
matchedValues.c unifdef -DSLAP_X_MRA_MATCH_DNATTRS 2002-09-01 00:33:20 +00:00
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 unifdef -DSLAP_X_MRA_MATCH_DNATTRS 2002-09-01 00:33:20 +00:00
nt_svc.c Update copyright statements 2002-01-04 21:17:25 +00:00
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 #unifdef -DSCHEMA_DN 2002-09-29 04:30:38 +00:00
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 Add comment attributing origin of the Metaphone algorithm 2002-10-22 04:52:57 +00:00
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 Fix ITS#2075, NULL moddn->newsup->bv_val 2002-09-11 10:59:41 +00:00
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 Fix typo 2002-10-27 00:41:52 +00:00
schema_init.c Converted ch_malloc and ch_calloc calls to SLAP_MALLOC and SLAP_CALLOC. 2002-11-19 18:24:18 +00:00
schema_prep.c Add superiorUUID to system schema 2002-10-28 20:01:55 +00:00
schema.c Converted ch_malloc, ch_calloc and ch_realloc calls to SLAP_MALLOC and 2002-11-01 18:59:52 +00:00
schemaparse.c Basic framework for DIT Content Rules (not yet enforced) 2002-10-09 07:11:50 +00:00
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 Some more struct berval conversions 2002-01-28 10:11:36 +00:00
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
slapd.conf Clean up examples 2002-11-26 17:56:51 +00:00
slapd.dsp Update control framework 2002-03-24 02:17:21 +00:00
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 Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
syntax.c Converted ch_calloc calls to SLAP_CALLOC. 2002-11-08 18:17:21 +00:00
unbind.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
user.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
value.c Added SLAP_MR_VALUE_NORMALIZED_MATCH, avoid redundant normalize when 2002-12-04 18:19:46 +00:00