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)
commit254cbf09dee5a1e20c47e47a298f1a8d172b41b9
treeccd4b9cda6abb360b12497cdba558795027ca195
parentb0de2838829d9750817c31f28c11c6b2be6e7b64
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.
14 files changed:
source/lib/ldb/common/ldb.c
source/lib/ldb/ldb_ildap/ldb_ildap.c
source/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
source/lib/ldb/ldb_tdb/ldb_index.c
source/lib/ldb/ldb_tdb/ldb_search.c
source/lib/ldb/modules/asq.c
source/lib/ldb/modules/objectclass.c
source/lib/ldb/modules/paged_results.c
source/lib/ldb/modules/sort.c
source/lib/ldb/tools/ad2oLschema.c
source/lib/ldb/tools/ldbsearch.c
source/lib/talloc/talloc.3.xml
source/lib/talloc/talloc.h
source/lib/talloc/testsuite.c