openldap/servers/slapd
Howard Chu a88c78d64e Remove syncinfo si_UUID_dn, make consumer use modify/modrdn instead of
just deleting and adding modified entries.
2004-11-29 05:56:51 +00:00
..
back-bdb More migration of syncrepl from frontend to syncprov overlay 2004-11-27 00:57:37 +00:00
back-dnssrv remove back-*/external.h 2004-11-15 19:45:49 +00:00
back-hdb remove back-*/external.h 2004-11-15 19:45:49 +00:00
back-ldap improve diagnostics 2004-11-17 17:55:44 +00:00
back-ldbm More Operation/Opheader fixes 2004-11-26 09:39:14 +00:00
back-meta remove back-*/external.h 2004-11-15 19:45:49 +00:00
back-monitor More migration of syncrepl from frontend to syncprov overlay 2004-11-27 00:57:37 +00:00
back-null remove back-*/external.h 2004-11-15 19:45:49 +00:00
back-passwd remove back-*/external.h 2004-11-15 19:45:49 +00:00
back-perl remove back-*/external.h 2004-11-15 19:45:49 +00:00
back-relay remove back-*/external.h 2004-11-15 19:45:49 +00:00
back-shell remove back-*/external.h 2004-11-15 19:45:49 +00:00
back-sql fix typo 2004-11-29 00:53:43 +00:00
overlays Partially revert previous commit. Fix startup csn generation. 2004-11-29 05:54:55 +00:00
schema remove schema which was used for component match testing 2004-11-23 17:10:38 +00:00
shell-backends
slapi Use SLAP_CONTROL_* constants 2004-11-23 16:02:07 +00:00
abandon.c unifdef -UNEW_LOGGING 2004-09-04 04:54:28 +00:00
acl.c fix dynacl compile 2004-11-26 00:34:48 +00:00
aclparse.c move ACIs under a dynamic infrastructure that allows run-time loadable custom access control logic (needs work) 2004-11-20 01:27:03 +00:00
ad.c silence warnings 2004-11-12 12:45:40 +00:00
add.c Revert ITS#3353 patch, it needs to be reworked. 2004-10-06 05:51:38 +00:00
at.c multiple precision with BIGNUM/gmp/ulong 2004-09-26 22:58:47 +00:00
attr.c ComponentFilterMatch support for userCertificate 2004-11-14 20:11:38 +00:00
ava.c unifdef -UNEW_LOGGING 2004-09-04 04:54:28 +00:00
backend.c Add SLAP_DBFLAG_OVERLAY 2004-11-27 11:45:54 +00:00
backglue.c More migration of syncrepl from frontend to syncprov overlay 2004-11-27 00:57:37 +00:00
backover.c Let the overlay run before the backend in bi_db_close 2004-11-27 14:43:07 +00:00
bind.c Dynamic control management 2004-11-23 13:08:45 +00:00
cancel.c reset o_next pointer before freeing the operation (otherwise an assertion 2004-07-02 14:57:35 +00:00
ch_malloc.c unifdef -UNEW_LOGGING 2004-09-04 04:54:28 +00:00
compare.c Revert ITS#3353 patch, it needs to be reworked. 2004-10-06 05:51:38 +00:00
component.c ComponentFilterMatch support for userCertificate 2004-11-14 20:11:38 +00:00
component.h Header file for component.c 2004-10-27 19:53:26 +00:00
config.c Remove syncinfo si_UUID_dn, make consumer use modify/modrdn instead of 2004-11-29 05:56:51 +00:00
config.h ITS#3376 table-driven config engine 2004-11-05 06:22:04 +00:00
connection.c More migration of syncrepl from frontend to syncprov overlay 2004-11-27 00:57:37 +00:00
controls.c make unregistered known controls show up as undefined; move LDAPsync cid to frontend; some cleanup 2004-11-27 15:08:24 +00:00
cr.c multiple precision with BIGNUM/gmp/ulong 2004-09-26 22:58:47 +00:00
ctxcsn.c More syncprov fixes. test019 now passes. 2004-11-26 09:40:22 +00:00
daemon.c Merge op->o_sync_mode into op->o_sync 2004-11-25 18:31:31 +00:00
DB_CONFIG
delete.c Dynamic control management 2004-11-23 13:08:45 +00:00
dn.c In build_new_dn, rdn may be part of a larger string, use strncopy. 2004-11-29 04:03:56 +00:00
entry.c ComponentFilterMatch support for userCertificate 2004-11-14 20:11:38 +00:00
extended.c Dynamic control management 2004-11-23 13:08:45 +00:00
filter.c Split Operation into Opheader and op 2004-11-25 22:59:00 +00:00
filterentry.c Component Matching module 2004-10-27 19:37:02 +00:00
frontend.c Revert ITS#3353 patch, it needs to be reworked. 2004-10-06 05:51:38 +00:00
globals.c
index.c
init.c Revert ITS#3353 patch, it needs to be reworked. 2004-10-06 05:51:38 +00:00
kerberos.c Revert ITS#3353 patch, it needs to be reworked. 2004-10-06 05:51:38 +00:00
ldapsync.c More migration of syncrepl from frontend to syncprov overlay 2004-11-27 00:57:37 +00:00
limits.c Dynamic control management 2004-11-23 13:08:45 +00:00
lock.c unifdef -UNEW_LOGGING 2004-09-04 04:54:28 +00:00
main.c move ACIs under a dynamic infrastructure that allows run-time loadable custom access control logic (needs work) 2004-11-20 01:27:03 +00:00
Makefile.in ITS#3401 avoid empty make target when SLAPD_DYNAMIC_BACKENDS is empty 2004-11-24 06:41:21 +00:00
matchedValues.c value_match cleanup 2004-09-18 06:04:57 +00:00
modify.c Revert ITS#3353 patch, it needs to be reworked. 2004-10-06 05:51:38 +00:00
modrdn.c Dynamic control management 2004-11-23 13:08:45 +00:00
mods.c more cleanup 2004-09-27 22:16:21 +00:00
module.c unifdef -UNEW_LOGGING 2004-09-04 04:54:28 +00:00
mr.c multiple precision with BIGNUM/gmp/ulong 2004-09-26 22:58:47 +00:00
mra.c Component Matching module 2004-10-27 19:37:02 +00:00
nt_svc.c
oc.c multiple precision with BIGNUM/gmp/ulong 2004-09-26 22:58:47 +00:00
oidm.c unifdef -UNEW_LOGGING 2004-09-04 04:54:28 +00:00
operation.c More migration of syncrepl from frontend to syncprov overlay 2004-11-27 00:57:37 +00:00
operational.c ITS#3369 - be is seldom NULL, now test for be == frontendDB 2004-10-27 16:28:12 +00:00
passwd.c More Opheader fixes 2004-11-26 10:10:29 +00:00
phonetic.c
proto-slap.h Remove syncinfo si_UUID_dn, make consumer use modify/modrdn instead of 2004-11-29 05:56:51 +00:00
referral.c multiple precision with BIGNUM/gmp/ulong 2004-09-26 22:58:47 +00:00
repl.c ITS#3376 Fix prev commit, handling of replogfile 2004-11-05 07:10:44 +00:00
result.c fix slap_sl_free() calls in pre / post read controls 2004-11-10 21:38:41 +00:00
root_dse.c Revert ITS#3353 patch, it needs to be reworked. 2004-10-06 05:51:38 +00:00
sasl.c Split Operation into Opheader and op 2004-11-25 22:59:00 +00:00
saslauthz.c Split Operation into Opheader and op 2004-11-25 22:59:00 +00:00
schema_check.c Revert ITS#3353 patch, it needs to be reworked. 2004-10-06 05:51:38 +00:00
schema_init.c ComponentFilterMatch support for userCertificate 2004-11-14 20:11:38 +00:00
schema_prep.c Revert ITS#3353 patch, it needs to be reworked. 2004-10-06 05:51:38 +00:00
schema.c Revert ITS#3353 patch, it needs to be reworked. 2004-10-06 05:51:38 +00:00
schemaparse.c Revert ITS#3353 patch, it needs to be reworked. 2004-10-06 05:51:38 +00:00
search.c More migration of syncrepl from frontend to syncprov overlay 2004-11-27 00:57:37 +00:00
sessionlog.c More migration of syncrepl from frontend to syncprov overlay 2004-11-27 00:57:37 +00:00
sets.c improve memory allocation in sets 2004-10-08 15:07:22 +00:00
sets.h improve memory allocation in sets 2004-10-08 15:07:22 +00:00
sl_malloc.c make unregistered known controls show up as undefined; move LDAPsync cid to frontend; some cleanup 2004-11-27 15:08:24 +00:00
slap.h Remove syncinfo si_UUID_dn, make consumer use modify/modrdn instead of 2004-11-29 05:56:51 +00:00
slapacl.c More migration of syncrepl from frontend to syncprov overlay 2004-11-27 00:57:37 +00:00
slapadd.c Revert ITS#3353 patch, it needs to be reworked. 2004-10-06 05:51:38 +00:00
slapauth.c More migration of syncrepl from frontend to syncprov overlay 2004-11-27 00:57:37 +00:00
slapcat.c Add "slapcat -a filter" support 2004-09-08 21:44:28 +00:00
slapcommon.c test "entry" as default attribute 2004-11-17 13:43:04 +00:00
slapcommon.h Add "slapcat -a filter" support 2004-09-08 21:44:28 +00:00
slapd.conf
slapdn.c unifdef -UNEW_LOGGING 2004-09-04 04:54:28 +00:00
slapindex.c
slappasswd.c
slaptest.c unifdef -UNEW_LOGGING 2004-09-04 04:54:28 +00:00
starttls.c Revert ITS#3353 patch, it needs to be reworked. 2004-10-06 05:51:38 +00:00
str2filter.c More Opheader fixes 2004-11-26 10:10:29 +00:00
syncrepl.c Remove syncinfo si_UUID_dn, make consumer use modify/modrdn instead of 2004-11-29 05:56:51 +00:00
syntax.c multiple precision with BIGNUM/gmp/ulong 2004-09-26 22:58:47 +00:00
unbind.c preformat "conn=%lu op=%lu" 2004-09-26 23:00:00 +00:00
user.c unifdef -UNEW_LOGGING 2004-09-04 04:54:28 +00:00
value.c Component Matching module 2004-10-27 19:37:02 +00:00