s4-ldb: added support for general ldb hooks in modules
authorAndrew Tridgell <tridge@samba.org>
Mon, 1 Nov 2010 07:41:32 +0000 (18:41 +1100)
committerAndrew Tridgell <tridge@samba.org>
Mon, 1 Nov 2010 07:55:19 +0000 (18:55 +1100)
commitd103f2d346d721de6975f32649a8c75d5230dc5b
tree0b8cc98f67901cc73549025c4b99deb67b3d2fa0
parentc74601e0b333f81570dfca6959e047d83e6ab32c
s4-ldb: added support for general ldb hooks in modules

this allows a ldb module to register a hook function called at various
stages of processing. It will be initially used for ldb command line
hooks, but should work generally.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source4/lib/ldb/common/ldb_modules.c
source4/lib/ldb/include/ldb_module.h