r18031: Merge my replace fixes:
authorJelmer Vernooij <jelmer@samba.org>
Mon, 4 Sep 2006 12:21:42 +0000 (12:21 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:17:05 +0000 (14:17 -0500)
commit38fdde5d9bf15b10caa60ee216d278ba8d870c2e
treef5da0712c3bd704a0af17aa6d12d8c616a2d6e1b
parentf6f4d868ea7d3a01ec28c6855240882911cae039
r18031: Merge my replace fixes:
 * libreplace can now build stand-alone
 * add stub testsuite for libreplace
 * make talloc/tdb/ldb use libreplace
(This used to be commit fe7ca4b1454e01a33ed0d53791ebffdd349298b4)
31 files changed:
.bzrignore
source4/dsdb/samdb/ldb_modules/config.mk
source4/heimdal/lib/com_err/lex.c
source4/heimdal/lib/hdb/hdb.c
source4/heimdal_build/config.h
source4/lib/ldb/Makefile.in
source4/lib/ldb/autogen.sh
source4/lib/ldb/config.mk
source4/lib/ldb/configure.in
source4/lib/ldb/include/includes.h
source4/lib/ldb/replace/config.m4 [deleted file]
source4/lib/ldb/replace/replace.c [deleted file]
source4/lib/replace/Makefile.in [new file with mode: 0644]
source4/lib/replace/README
source4/lib/replace/autogen.sh [new file with mode: 0755]
source4/lib/replace/config.m4
source4/lib/replace/config.mk
source4/lib/replace/configure.ac [new file with mode: 0644]
source4/lib/replace/dlfcn.c
source4/lib/replace/getpass.c
source4/lib/replace/repdir/repdir.c
source4/lib/replace/replace.c
source4/lib/replace/replace.h
source4/lib/replace/replace.m4 [new file with mode: 0644]
source4/lib/replace/snprintf.c
source4/lib/replace/test/testsuite.c [new file with mode: 0644]
source4/lib/replace/timegm.c [moved from source4/lib/ldb/replace/timegm.c with 100% similarity]
source4/lib/talloc/config.mk
source4/lib/talloc/configure.ac [moved from source4/lib/talloc/configure.in with 100% similarity]
source4/lib/tdb/Makefile.in
source4/lib/tdb/configure.ac [moved from source4/lib/tdb/configure.in with 100% similarity]