openldap/servers/slapd
2009-02-26 23:16:41 +00:00
..
back-bdb ITS#5961 fix prev commit 2009-02-19 22:12:23 +00:00
back-dnssrv Update copyright notices 2009-01-22 00:40:04 +00:00
back-hdb Update copyright notices 2009-01-22 00:40:04 +00:00
back-ldap ITS#5959 drop illegal values, only drop attr if it's left empty 2009-02-20 02:02:17 +00:00
back-ldif fix structuralObjectClass modification (glue, ITS#5921; w/ relax, ITS#5792) 2009-02-04 22:36:49 +00:00
back-meta ITS#5959, cleanup 2009-02-20 02:01:07 +00:00
back-monitor fix structuralObjectClass modification (glue, ITS#5921; w/ relax, ITS#5792) 2009-02-04 22:36:49 +00:00
back-ndb fix structuralObjectClass modification (glue, ITS#5921; w/ relax, ITS#5792) 2009-02-04 22:36:49 +00:00
back-null Update copyright notices 2009-01-22 00:40:04 +00:00
back-passwd Update copyright notices 2009-01-22 00:40:04 +00:00
back-perl Update copyright notices 2009-01-22 00:40:04 +00:00
back-relay ITS#5724 use bd_self->be_ctrls 2009-02-20 00:57:44 +00:00
back-shell Update copyright notices 2009-01-22 00:40:04 +00:00
back-sock ITS#5939 plug descriptor leak 2009-02-10 20:07:24 +00:00
back-sql cleanup (related to ITS#5760) 2009-02-15 22:16:21 +00:00
overlays ITS#5973 use the modify op to pass csn updates from syncrepl to syncprov 2009-02-24 20:11:22 +00:00
schema Update copyright notices 2009-01-22 00:40:04 +00:00
shell-backends Update copyright notices 2009-01-22 00:40:04 +00:00
slapi fix structuralObjectClass modification (glue, ITS#5921; w/ relax, ITS#5792) 2009-02-04 22:36:49 +00:00
abandon.c Update copyright notices 2009-01-22 00:40:04 +00:00
aci.c Update copyright notices 2009-01-22 00:40:04 +00:00
acl.c Update copyright notices 2009-01-22 00:40:04 +00:00
aclparse.c Update copyright notices 2009-01-22 00:40:04 +00:00
ad.c let special attrnames slip through (ITS#5760) 2009-02-14 10:39:45 +00:00
add.c Update copyright notices 2009-01-22 00:40:04 +00:00
alock.c Update copyright notices 2009-01-22 00:40:04 +00:00
alock.h Update copyright notices 2009-01-22 00:40:04 +00:00
at.c Update copyright notices 2009-01-22 00:40:04 +00:00
attr.c Update copyright notices 2009-01-22 00:40:04 +00:00
ava.c Update copyright notices 2009-01-22 00:40:04 +00:00
backend.c ITS#5857 always combine frontend and backend: restrict, requires, ssf 2009-01-28 01:45:40 +00:00
backglue.c Silence warning in prev commit 2009-02-11 01:48:09 +00:00
backover.c Revert 1.91, breaks #5346. (ITS#5724) 2009-02-20 00:56:50 +00:00
bconfig.c fix ldap namespace (part of ITS#5974) 2009-02-24 21:09:41 +00:00
bind.c Update copyright notices 2009-01-22 00:40:04 +00:00
cancel.c Update copyright notices 2009-01-22 00:40:04 +00:00
ch_malloc.c Update copyright notices 2009-01-22 00:40:04 +00:00
compare.c Update copyright notices 2009-01-22 00:40:04 +00:00
component.c Update copyright notices 2009-01-22 00:40:04 +00:00
component.h Update copyright notices 2009-01-22 00:40:04 +00:00
config.c fix ldap namespace (part of ITS#5974) 2009-02-24 21:09:41 +00:00
config.h more about ITS#5940 2009-02-13 01:12:56 +00:00
connection.c check mutex in connection_write() 2009-01-29 22:43:18 +00:00
controls.c Update copyright notices 2009-01-22 00:40:04 +00:00
cr.c Update copyright notices 2009-01-22 00:40:04 +00:00
ctxcsn.c Fix corrupted CSN issue 2009-02-16 00:12:38 +00:00
daemon.c Fix typo in prev commit 2009-02-12 17:07:21 +00:00
DB_CONFIG DB_CONFIG.example URL wrong in comments (ITS#5288) 2007-12-18 12:50:27 +00:00
delete.c Update copyright notices 2009-01-22 00:40:04 +00:00
dn.c do not allow naming attribute repetitions in RDNs (ITS#5968) 2009-02-23 00:04:48 +00:00
entry.c Update copyright notices 2009-01-22 00:40:04 +00:00
extended.c Update copyright notices 2009-01-22 00:40:04 +00:00
filter.c Update copyright notices 2009-01-22 00:40:04 +00:00
filterentry.c Update copyright notices 2009-01-22 00:40:04 +00:00
frontend.c Update copyright notices 2009-01-22 00:40:04 +00:00
globals.c Update copyright notices 2009-01-22 00:40:04 +00:00
index.c Update copyright notices 2009-01-22 00:40:04 +00:00
init.c cleanup (related to ITS#5760) 2009-02-15 22:16:21 +00:00
ldapsync.c Update copyright notices 2009-01-22 00:40:04 +00:00
limits.c Update copyright notices 2009-01-22 00:40:04 +00:00
lock.c Update copyright notices 2009-01-22 00:40:04 +00:00
main.c ITS#5925, allow online glue_sub_attach to be deferred 2009-02-05 21:44:21 +00:00
Makefile.in Update copyright notices 2009-01-22 00:40:04 +00:00
matchedValues.c Update copyright notices 2009-01-22 00:40:04 +00:00
modify.c Fix prev commit 2009-02-26 23:16:41 +00:00
modrdn.c Update copyright notices 2009-01-22 00:40:04 +00:00
mods.c fix objectClass inheritance deletion (ITS#5517, ITS#5963) 2009-02-22 23:32:00 +00:00
module.c Update copyright notices 2009-01-22 00:40:04 +00:00
mr.c Update copyright notices 2009-01-22 00:40:04 +00:00
mra.c Update copyright notices 2009-01-22 00:40:04 +00:00
nt_svc.c Update copyright notices 2009-01-22 00:40:04 +00:00
oc.c Update copyright notices 2009-01-22 00:40:04 +00:00
oidm.c Update copyright notices 2009-01-22 00:40:04 +00:00
operation.c Update copyright notices 2009-01-22 00:40:04 +00:00
operational.c Update copyright notices 2009-01-22 00:40:04 +00:00
passwd.c Update copyright notices 2009-01-22 00:40:04 +00:00
phonetic.c Update copyright notices 2009-01-22 00:40:04 +00:00
proto-slap.h cleanup (related to ITS#5760) 2009-02-15 22:16:21 +00:00
referral.c Update copyright notices 2009-01-22 00:40:04 +00:00
result.c cleanup (related to ITS#5760) 2009-02-15 22:16:21 +00:00
root_dse.c ITS#5540 sean-burford-monitor-normalize-unified-080706.patch 2009-01-27 10:05:55 +00:00
sasl.c Update copyright notices 2009-01-22 00:40:04 +00:00
saslauthz.c Update copyright notices 2009-01-22 00:40:04 +00:00
schema_check.c don't allow to add distinguished values when other values of naming attributes are already present (ITS#5965) 2009-02-21 11:31:53 +00:00
schema_init.c Update copyright notices 2009-01-22 00:40:04 +00:00
schema_prep.c more about ITS#5792 2009-02-05 21:11:05 +00:00
schema.c Update copyright notices 2009-01-22 00:40:04 +00:00
schemaparse.c Update copyright notices 2009-01-22 00:40:04 +00:00
search.c Update copyright notices 2009-01-22 00:40:04 +00:00
sets.c Update copyright notices 2009-01-22 00:40:04 +00:00
sets.h Update copyright notices 2009-01-22 00:40:04 +00:00
sl_malloc.c Update copyright notices 2009-01-22 00:40:04 +00:00
slap.h ITS#5392 use lutil_debug for Statslog if HAVE_DEBUG && !HAVE_SYSLOG 2009-02-10 11:16:31 +00:00
slapacl.c Update copyright notices 2009-01-22 00:40:04 +00:00
slapadd.c ITS#5922 - disable meter for non-default debug settings 2009-02-05 20:57:17 +00:00
slapauth.c Update copyright notices 2009-01-22 00:40:04 +00:00
slapcat.c Update copyright notices 2009-01-22 00:40:04 +00:00
slapcommon.c ITS#5925, allow online glue_sub_attach to be deferred 2009-02-05 21:44:21 +00:00
slapcommon.h Update copyright notices 2009-01-22 00:40:04 +00:00
slapd.conf
slapd.ldif
slapdn.c Update copyright notices 2009-01-22 00:40:04 +00:00
slapindex.c Update copyright notices 2009-01-22 00:40:04 +00:00
slappasswd.c Update copyright notices 2009-01-22 00:40:04 +00:00
slaptest.c Update copyright notices 2009-01-22 00:40:04 +00:00
starttls.c Update copyright notices 2009-01-22 00:40:04 +00:00
str2filter.c Update copyright notices 2009-01-22 00:40:04 +00:00
syncrepl.c ITS#5973 use the modify op to pass csn updates from syncrepl to syncprov 2009-02-24 20:11:22 +00:00
syntax.c Update copyright notices 2009-01-22 00:40:04 +00:00
txn.c Update copyright notices 2009-01-22 00:40:04 +00:00
unbind.c Update copyright notices 2009-01-22 00:40:04 +00:00
user.c Update copyright notices 2009-01-22 00:40:04 +00:00
value.c Update copyright notices 2009-01-22 00:40:04 +00:00
zn_malloc.c Update copyright notices 2009-01-22 00:40:04 +00:00