r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c
authorAndrew Tridgell <tridge@samba.org>
Fri, 20 Oct 2006 23:32:23 +0000 (23:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:21:30 +0000 (14:21 -0500)
commitaf870da6194b47c6cd09445c1e03832d00e951bb
treed8693e9c9fc8055d98d4275b7669e2186c86aafa
parentb316b78cd5d2c511f59ef325c5e8fec68e02ddfe
r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c

tdbutil.c is Samba specific, so should not be part of the generic tdb
library
(This used to be commit 979dd24f5e44605fc1603b690913b8c31be7478f)
18 files changed:
source4/lib/gencache/gencache.c
source4/lib/messaging/config.mk
source4/lib/messaging/messaging.c
source4/lib/samba3/group.c
source4/lib/samba3/idmap.c
source4/lib/samba3/policy.c
source4/lib/samba3/registry.c
source4/lib/samba3/secrets.c
source4/lib/samba3/share_info.c
source4/lib/samba3/tdbsam.c
source4/lib/tdb/config.mk
source4/lib/tdb/include/tdbutil.h [deleted file]
source4/lib/util/config.mk
source4/lib/util/util_tdb.c [moved from source4/lib/tdb/common/tdbutil.c with 98% similarity]
source4/ntvfs/common/notify.c
source4/passdb/config.mk
source4/passdb/secrets.c
source4/torture/basic/mangle_test.c