openldap/servers/slapd
2004-12-23 10:43:58 +00:00
..
back-bdb Fixing bug in extensible filter indexing 2004-12-22 01:23:27 +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 more cleanup 2004-12-11 18:36:31 +00:00
back-ldbm More Operation/Opheader fixes 2004-11-26 09:39:14 +00:00
back-meta fix typos leading to memory issues 2004-12-23 10:43:58 +00:00
back-monitor fix schema (1.3.6.1.4.1.4203.666.3.13 for 'monitoredObject' was already assigned to 'lastmod') 2004-12-08 19:21: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 don't try to send results on abandon (ITS#3434) 2004-12-12 23:23:00 +00:00
back-shell remove back-*/external.h 2004-11-15 19:45:49 +00:00
back-sql cleanup 2004-12-11 18:04:38 +00:00
overlays Fix playlog uninit'd fields 2004-12-12 07:00:58 +00:00
schema 1) <select> and <content> type component reference support 2004-12-13 16:26:58 +00:00
shell-backends
slapi improve usability of global ovrlays for write operations; may need to anticipate SLAPI accordingly. More work needed for add (overlays need to understand they're global and call slap_mods2entry() explicitly) 2004-12-11 17:48:15 +00:00
abandon.c improve usability of global ovrlays for write operations; may need to anticipate SLAPI accordingly. More work needed for add (overlays need to understand they're global and call slap_mods2entry() explicitly) 2004-12-11 17:48:15 +00:00
acl.c fix dynacl compile 2004-11-26 00:34:48 +00:00
aclparse.c fix ITS#3416 2004-12-03 08:41:06 +00:00
ad.c silence warnings 2004-11-12 12:45:40 +00:00
add.c improve usability of global ovrlays for write operations; may need to anticipate SLAPI accordingly. More work needed for add (overlays need to understand they're global and call slap_mods2entry() explicitly) 2004-12-11 17:48:15 +00:00
at.c multiple precision with BIGNUM/gmp/ulong 2004-09-26 22:58:47 +00:00
attr.c Component Indexing support for BDB 2004-12-20 03:31:44 +00:00
ava.c unifdef -UNEW_LOGGING 2004-09-04 04:54:28 +00:00
backend.c Remove obsolete comment 2004-12-17 10:24:54 +00:00
backover.c better fix to ITS#3433 2004-12-11 15:41:50 +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 Bug fix 2004-12-23 05:44:52 +00:00
component.h 1) <select> and <content> type component reference support 2004-12-13 16:26:58 +00:00
config.c use pre-formatted log string in configure; note the failure reason for DN syntax checks 2004-12-08 19:07:24 +00:00
config.h use pre-formatted log string in configure; note the failure reason for DN syntax checks 2004-12-08 19:07:24 +00:00
connection.c improve usability of global ovrlays for write operations; may need to anticipate SLAPI accordingly. More work needed for add (overlays need to understand they're global and call slap_mods2entry() explicitly) 2004-12-11 17:48:15 +00:00
controls.c Revert previous, unnecessary 2004-12-17 09:48:26 +00:00
cr.c multiple precision with BIGNUM/gmp/ulong 2004-09-26 22:58:47 +00:00
ctxcsn.c rework fix for NULL be_pcl_mutexp 2004-12-11 15:44:30 +00:00
daemon.c ITS#3422, restore original select() behavior 2004-12-08 03:47:48 +00:00
DB_CONFIG
delete.c Always exclude subordinates from top-level ops so glue overlay can 2004-12-04 19:26:22 +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 adaptive caching code 2004-12-14 17:25:35 +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 Bug fix 2004-12-23 05:44:52 +00:00
frontend.c rework fix for NULL be_pcl_mutexp 2004-12-11 15:44:30 +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 Moved cookie validation into slap_parse_sync_cookie so consumer uses it too 2004-12-10 03:18:33 +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 Delete backglue.c in favor of glue overlay 2004-12-04 19:41:58 +00:00
Makefile.in include zn_malloc.c 2004-12-09 17:35:05 +00:00
matchedValues.c value_match cleanup 2004-09-18 06:04:57 +00:00
modify.c improve usability of global ovrlays for write operations; may need to anticipate SLAPI accordingly. More work needed for add (overlays need to understand they're global and call slap_mods2entry() explicitly) 2004-12-11 17:48:15 +00:00
modrdn.c Always exclude subordinates from top-level ops so glue overlay can 2004-12-04 19:26:22 +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 1) <select> and <content> type component reference support 2004-12-13 16:26:58 +00:00
nt_svc.c
oc.c allow undefined schema items to be returned by back-ldap and remapped by the rwm overlay 2004-12-01 21:47:13 +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 Always exclude subordinates from top-level ops so glue overlay can 2004-12-04 19:26:22 +00:00
phonetic.c
proto-slap.h Component Indexing support for BDB 2004-12-20 03:31:44 +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 improve usability of global ovrlays for write operations; may need to anticipate SLAPI accordingly. More work needed for add (overlays need to understand they're global and call slap_mods2entry() explicitly) 2004-12-11 17:48:15 +00:00
saslauthz.c clarify why we don't accept scheme other than ldap:// in authz-regexps 2004-12-08 19:09:54 +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 cleanup 2004-12-07 18:40:47 +00:00
schema_prep.c cleanup 2004-12-07 18:40:47 +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 misc cleanup 2004-12-08 08:12:15 +00:00
slap.h Bug fix 2004-12-23 05:44:52 +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 ITS#3419: values in built auth DNs may need DN escaping, so build them via ldap_dn2bv 2004-12-06 15:17:23 +00:00
slapcat.c Add "slapcat -a filter" support 2004-09-08 21:44:28 +00:00
slapcommon.c ITS#3419: values in built auth DNs may need DN escaping, so build them via ldap_dn2bv 2004-12-06 15:17:23 +00:00
slapcommon.h ITS#3419: values in built auth DNs may need DN escaping, so build them via ldap_dn2bv 2004-12-06 15:17:23 +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 ITS#3443 fix shutdown test 2004-12-16 13:48:36 +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
zn_malloc.c ITS#3445 2004-12-16 15:59:35 +00:00