r513: added a generic ldb debug system to allow the Samba debug functions to
authorAndrew Tridgell <tridge@samba.org>
Thu, 6 May 2004 09:55:05 +0000 (09:55 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:51:46 +0000 (12:51 -0500)
commit68293565de0b799dcc51e001dabf53adf88ee7ad
treecc8710f307f2f4ed31bd5d4fdd1e17433fc692a5
parent404c319a5013132edf402e18da0144d7566d2623
r513: added a generic ldb debug system to allow the Samba debug functions to
be cleanly interfaced to ldb
(This used to be commit 74b89d5f960d6b936751e3f057b4540eb80b79cd)
14 files changed:
source4/lib/ldb/Makefile.ldb
source4/lib/ldb/common/ldb.c
source4/lib/ldb/common/ldb_debug.c [new file with mode: 0644]
source4/lib/ldb/common/ldb_ldif.c
source4/lib/ldb/config.m4
source4/lib/ldb/include/ldb.h
source4/lib/ldb/ldb_ldap/ldb_ldap.c
source4/lib/ldb/tools/ldbadd.c
source4/lib/ldb/tools/ldbdel.c
source4/lib/ldb/tools/ldbedit.c
source4/lib/ldb/tools/ldbmodify.c
source4/lib/ldb/tools/ldbsearch.c
source4/lib/ldb/tools/ldbtest.c
source4/rpc_server/samr/samdb.c