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)
commit45f0c967b58e7c1b2e900a4d74cfde2a2c527dfa
tree09c9227a92c4b63bea33da3d2dc5445c9d63e977
parent3c5f3032fcb092545580b986e0ce58bb49e4d9cb
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
source/dsdb/samdb/ldb_modules/objectguid.c
source/dsdb/samdb/ldb_modules/samldb.c
source/lib/ldb/common/ldb.c
source/lib/ldb/common/ldb_modules.c
source/lib/ldb/modules/ldb_map.c
source/lib/ldb/modules/rdn_name.c
source/lib/ldb/modules/schema.c
source/lib/ldb/modules/timestamps.c