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)
commit74b89d5f960d6b936751e3f057b4540eb80b79cd
treed7b95c7e591392a5b38b27658276f9fa4a22b266
parentbe94cc4032b23fd99823902ddcd1472a72314a88
r513: added a generic ldb debug system to allow the Samba debug functions to
be cleanly interfaced to ldb
14 files changed:
source/lib/ldb/Makefile.ldb
source/lib/ldb/common/ldb.c
source/lib/ldb/common/ldb_debug.c [new file with mode: 0644]
source/lib/ldb/common/ldb_ldif.c
source/lib/ldb/config.m4
source/lib/ldb/include/ldb.h
source/lib/ldb/ldb_ldap/ldb_ldap.c
source/lib/ldb/tools/ldbadd.c
source/lib/ldb/tools/ldbdel.c
source/lib/ldb/tools/ldbedit.c
source/lib/ldb/tools/ldbmodify.c
source/lib/ldb/tools/ldbsearch.c
source/lib/ldb/tools/ldbtest.c
source/rpc_server/samr/samdb.c