openldap/servers/slapd
2005-01-01 20:38:40 +00:00
..
back-bdb list permissive in supported controls (ITS#3453) 2004-12-28 10:54:49 +00:00
back-dnssrv
back-hdb
back-ldap trim comment 2005-01-01 16:14:40 +00:00
back-ldbm list permissive in supported controls (ITS#3453) 2004-12-28 10:54:49 +00:00
back-meta set LDAPURLDesc lud_scope to LDAP_SCOPE_DEFAULT if set to LDAP_SCOPE_BASE, so no trailing '??base' is added to referrals... 2005-01-01 16:12:09 +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 cleanup 2005-01-01 16:13:25 +00:00
back-passwd
back-perl
back-relay don't try to send results on abandon (ITS#3434) 2004-12-12 23:23:00 +00:00
back-shell
back-sql Update notice. 2005-01-01 20:38:40 +00:00
overlays rework internal handling of strings to minimize temporary allocation; impacts rewrite() and rewrite_session() behavior in case of no rewriting; set LDAPURLDesc lud_scope to LDAP_SCOPE_DEFAULT if set to LDAP_SCOPE_BASE, so no trailing '??base' is added to referrals... 2005-01-01 16:11:38 +00:00
schema Move test.schema to tests/data 2004-12-31 04:32:49 +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
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
attr.c Cleanup 2004-12-30 19:15:52 +00:00
ava.c
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
cancel.c
ch_malloc.c
compare.c
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 fix comment 2005-01-01 16:14:11 +00:00
controls.c Cleanup 2004-12-30 19:15:52 +00:00
cr.c
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
filter.c
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
kerberos.c
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
lock.c
main.c Delete backglue.c in favor of glue overlay 2004-12-04 19:41:58 +00:00
Makefile.in cleanup 2004-12-31 12:02:35 +00:00
matchedValues.c
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 fix error return when there's no write access to naming attributes (ITS#3450) 2004-12-29 13:45:16 +00:00
mods.c
module.c
mr.c
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
operation.c More migration of syncrepl from frontend to syncprov overlay 2004-11-27 00:57:37 +00:00
operational.c
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
repl.c
result.c
root_dse.c
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 rework internal handling of strings to minimize temporary allocation; impacts rewrite() and rewrite_session() behavior in case of no rewriting 2005-01-01 16:10:25 +00:00
schema_check.c
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
schemaparse.c
search.c Cleanup 2004-12-30 19:15:52 +00:00
sessionlog.c More migration of syncrepl from frontend to syncprov overlay 2004-11-27 00:57:37 +00:00
sets.c
sets.h
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
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
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
slapindex.c
slappasswd.c
slaptest.c
starttls.c
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
unbind.c
user.c
value.c
zn_malloc.c ITS#3445 2004-12-16 15:59:35 +00:00