openldap/servers/slapd
Howard Chu 9953574b47 Fix: if slapadd was used with an un-ordered LDIF file, we can't rely on
entries having ascending entry IDs. Always start from the beginning of
the candidate list. (This should be fine in the general case as well,
since the subtree index will also have refined the candidates.)
2002-09-09 04:24:38 +00:00
..
back-bdb Fix: if slapadd was used with an un-ordered LDIF file, we can't rely on 2002-09-09 04:24:38 +00:00
back-dnssrv use ldap_charray_*() instead of charray_*() 2002-08-24 00:55:24 +00:00
back-ldap added referral support to back-{ldap,meta}; need to allow send_serch_reference() handle NULL entry pointer 2002-08-31 10:35:23 +00:00
back-ldbm back_attribute() should use ACL_AUTH not ACL_READ (at 2002-09-05 02:37:10 +00:00
back-meta added referral support to back-{ldap,meta}; need to allow send_serch_reference() handle NULL entry pointer 2002-08-31 10:35:23 +00:00
back-monitor define macros for appropriate sizing of lutil buffers 2002-08-31 10:48:02 +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 use ldap_charray_*() instead of charray_*() 2002-08-24 00:55:24 +00:00
back-sql various fixes and improvements 2002-09-02 19:39:31 +00:00
back-tcl Fix dynamic module linking 2002-06-21 01:34:53 +00:00
schema Update comment 2002-09-02 22:07:23 +00:00
shell-backends operationsError != Internal Error 2002-07-31 22:49:02 +00:00
tools More memory cleanup 2002-09-09 00:56:57 +00:00
abandon.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
acl.c use bvmatch() instead of ber_bvcmp() when testing for match without ordering 2002-09-02 19:39:06 +00:00
aclparse.c Add #include "lutil.h" for lutil_str* functions 2002-08-06 02:36:34 +00:00
ad.c ITS#2004 AD lang bug fix 2002-08-20 19:08:18 +00:00
add.c /* 2002-09-02 19:41:03 +00:00
at.c Extend checks to substrings rules. Need to kludge around 2002-09-03 07:28:57 +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 use bvmatch() instead of ber_bvcmp() when testing for match without ordering 2002-09-02 19:39:06 +00:00
backglue.c Fix typo in one-level searches, left over from -r1.23 cleanup 2002-09-06 12:37:24 +00:00
bind.c use bvmatch() instead of ber_bvcmp() when testing for match without ordering 2002-09-02 19:39:06 +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 ITS#1893, use "schemadn" to configure subschemasubentry DN. (diff was 2002-08-10 03:10:52 +00:00
config.c Fix inverted bvmatch logic in modrdn 2002-08-12 08:45:20 +00:00
connection.c Remove c_sasl_bindmutex, Binds are already serialized. 2002-08-26 22:20:30 +00:00
controls.c Some LCUP clean up 2002-09-06 00:29:20 +00:00
daemon.c use ldap_charray_*() instead of charray_*() 2002-08-24 00:55:24 +00:00
delete.c ITS#1893, use "schemadn" to configure subschemasubentry DN. (diff was 2002-08-10 03:10:52 +00:00
dn.c - added the capability to filter based on hasSubordinate attribute 2002-08-29 10:55:48 +00:00
entry.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
extended.c use bvmatch() instead of ber_bvcmp() when testing for match without ordering 2002-09-02 19:39:06 +00:00
filter.c unifdef -DSLAP_X_MRA_MATCH_DNATTRS 2002-09-01 00:33:20 +00:00
filterentry.c unifdef -DSLAP_X_MRA_MATCH_DNATTRS 2002-09-01 00:33:20 +00:00
index.c remove deadwood, e.g. slap_index2prefix() 2002-01-31 00:11:44 +00:00
init.c add server side controls to back-ldap and back-meta 2002-08-29 14:39:31 +00:00
kerberos.c Update copyright statements 2002-01-04 21:17:25 +00:00
libslapd.dsp use ldap_charray_*() instead of charray_*() 2002-08-24 00:55:24 +00:00
limits.c fixed bug in reading size/time limits without style, in the form 'size=number', 'time=number' 2002-08-23 08:50:34 +00:00
lock.c Patch: lutil_progname() and lutil_strcopy() are not declared (ITS#2021) 2002-08-13 02:33:20 +00:00
main.c Fix cargv leak in recursive read_config() 2002-08-07 08:22:43 +00:00
Makefile.in ITS#2065 omit libbackends.a when no static backends configured. 2002-09-04 10:58:25 +00:00
matchedValues.c unifdef -DSLAP_X_MRA_MATCH_DNATTRS 2002-09-01 00:33:20 +00:00
modify.c define macros for appropriate sizing of lutil buffers 2002-08-31 10:48:02 +00:00
modrdn.c added assertions to catch helper function misuse 2002-08-23 08:46:45 +00:00
mods.c optimize also duplicate/existence check in value delete operations 2002-09-07 16:08:30 +00:00
module.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
mr.c Add mr_usable_with_at() routine. Use both in generation 2002-08-31 21:23:45 +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 Round one of subclass indexing for objectClass and structualObjectClasss. 2002-08-29 01:12:59 +00:00
oidm.c use ldap_charray_*() instead of charray_*() 2002-08-24 00:55:24 +00:00
operation.c Revert previous commit 2002-08-07 06:37:11 +00:00
operational.c cleanup hasSubordinate operational attr merge 2002-08-29 10:49:41 +00:00
passwd.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +00:00
phonetic.c Update copyright statements 2002-01-04 21:17:25 +00:00
proto-slap.h /* 2002-09-02 19:41:03 +00:00
referral.c Two more bervals instead of strings... 2002-08-29 08:47:53 +00:00
repl.c Changed be_[n]suffix, be_[n]suffixAlias to BerVarray. No more bvec's anywhere. 2002-05-01 18:50:14 +00:00
result.c Add NOOP search support. 2002-09-02 17:38:17 +00:00
root_dse.c use ldap_charray_*() instead of charray_*() 2002-08-24 00:55:24 +00:00
sasl.c Replace HACK in slap_sasl_canonicalize with safer test. 2002-09-05 11:01:12 +00:00
saslauthz.c back_attribute() should use ACL_AUTH not ACL_READ (at 2002-09-05 02:37:10 +00:00
schema.c add {create,modify}Timestamp to subschema subentry (SHOULD per RFC2251; use server startup time to be conservative) 2002-08-31 10:49:03 +00:00
schema_check.c Add another safety check 2002-08-27 17:51:35 +00:00
schema_init.c LDAP Client Update Protocol - non-persistent update (TODO: response control ...) 2002-09-04 02:00:42 +00:00
schema_prep.c LDAP Client Update Protocol - non-persistent update (TODO: response control ...) 2002-09-04 02:00:42 +00:00
schemaparse.c Add appropriate matching rule checks. 2002-09-03 07:01:09 +00:00
search.c cleanup 2002-08-29 10:50:12 +00:00
sets.c C translator portability changes (ITS#1609) 2002-02-23 23:47:37 +00:00
sets.h Some more struct berval conversions 2002-01-28 10:11:36 +00:00
slap.h Some LCUP clean up 2002-09-06 00:29:20 +00:00
slapd.conf Add back_bdb to modules 2002-08-11 21:06:03 +00:00
slapd.dsp Update control framework 2002-03-24 02:17:21 +00:00
starttls.c Renamed BVarray to BerVarray. Moved slapd:bvarray_{add,free} to 2002-01-14 01:43:17 +00:00
str2filter.c Coverted LDAP_LOG macro to use subsystem ID int values instead of string values 2002-07-11 20:33:24 +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 add matchingRuleUse to schema; use a berval instead of _oidlen in syntax and matching rule 2002-08-31 10:45:22 +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 /* 2002-09-02 19:41:03 +00:00