r13998: From now on ldb_request() will require an alloced request
authorSimo Sorce <idra@samba.org>
Wed, 8 Mar 2006 01:01:14 +0000 (01:01 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:52:36 +0000 (13:52 -0500)
commit82da2d401e54d0b3124b727fab755d94dd5402d4
tree96670e28213628ea78e1d0bec751a24d17ec61ae
parent257598424e63c2cfa118b5ea84b7dc719d1dc5aa
r13998: From now on ldb_request() will require an alloced request
By freeing the request you will be sure everything down the path get freed.

this also means you have to steal the results if you want to keep them :)

simo.
(This used to be commit e8075e6a062ce5edb84485e45d0b841c2ee2af7d)
source4/dsdb/samdb/ldb_modules/extended_dn.c
source4/dsdb/samdb/ldb_modules/proxy.c
source4/ldap_server/ldap_backend.c
source4/lib/ldb/common/ldb.c
source4/lib/ldb/modules/paged_results.c
source4/lib/ldb/modules/sort.c
source4/lib/ldb/tools/ldbsearch.c