r10759: make modules easier to write by allowing modules to only implement the
authorAndrew Tridgell <tridge@samba.org>
Thu, 6 Oct 2005 06:57:09 +0000 (06:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:39:27 +0000 (13:39 -0500)
commit78d0e79c9f9263e7f3798aa2e174a347ea1a3df1
treeb6407a778000a9fb9ea039d8f70a3396777874df
parent01e6c562086b42a59fc1ac6aa1a3359747b96fe6
r10759: make modules easier to write by allowing modules to only implement the
functions they care about, instead of all functions. This also makes
it more likely that future changes to ldb will not break existing
modules
(This used to be commit 45f0c967b58e7c1b2e900a4d74cfde2a2c527dfa)
source4/dsdb/samdb/ldb_modules/objectguid.c
source4/dsdb/samdb/ldb_modules/samldb.c
source4/lib/ldb/common/ldb.c
source4/lib/ldb/common/ldb_modules.c
source4/lib/ldb/modules/ldb_map.c
source4/lib/ldb/modules/rdn_name.c
source4/lib/ldb/modules/schema.c
source4/lib/ldb/modules/timestamps.c