r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface
authorAndrew Tridgell <tridge@samba.org>
Wed, 13 Sep 2006 02:33:51 +0000 (02:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:29 +0000 (14:18 -0500)
commit05cdd9ccafeeb384792b9ce7ca044bcec1bfc839
tree5e34e06ecfa90d4248e4d511af80f67636c759ac
parent24fe49a3d10633fa9be5547e89d10be1d5f9ccb1
r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface
exposed.

Unfortunately this generates a large number of type punning
warnings. We'll have to find some magic to hide those.
(This used to be commit 254cbf09dee5a1e20c47e47a298f1a8d172b41b9)
14 files changed:
source4/lib/ldb/common/ldb.c
source4/lib/ldb/ldb_ildap/ldb_ildap.c
source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
source4/lib/ldb/ldb_tdb/ldb_index.c
source4/lib/ldb/ldb_tdb/ldb_search.c
source4/lib/ldb/modules/asq.c
source4/lib/ldb/modules/objectclass.c
source4/lib/ldb/modules/paged_results.c
source4/lib/ldb/modules/sort.c
source4/lib/ldb/tools/ad2oLschema.c
source4/lib/ldb/tools/ldbsearch.c
source4/lib/talloc/talloc.3.xml
source4/lib/talloc/talloc.h
source4/lib/talloc/testsuite.c