s3:libads Make ads_get_dn() take a talloc context
authorAndrew Bartlett <abartlet@samba.org>
Wed, 18 Mar 2009 06:35:03 +0000 (17:35 +1100)
committerGünther Deschner <gd@samba.org>
Mon, 6 Apr 2009 13:54:41 +0000 (15:54 +0200)
commit20501876735fc4656083747ba8aa0de9da8fb820
treed75bfbfe09fca5c751855d5bde0e255358d71383
parent9d9f9452815f99dae61976b843af14f54c42009c
s3:libads Make ads_get_dn() take a talloc context

Also remove ads_memfree(), which was only ever a wrapper around
SAFE_FREE, used only to free the DN from ads_get_ds().

This actually makes libgpo more consistant, as it mixed a talloc and a
malloc based string on the same element.

Andrew Bartlett

Signed-off-by: Günther Deschner <gd@samba.org>
source3/include/ads_protos.h
source3/libads/ldap.c
source3/libgpo/gpo_ldap.c
source3/libnet/libnet_join.c
source3/printing/nt_printing.c
source3/utils/net_ads.c
source3/utils/net_ads_gpo.c
source3/winbindd/idmap_adex/gc_util.c
source3/winbindd/idmap_adex/likewise_cell.c
source3/winbindd/idmap_adex/provider_unified.c
source3/winbindd/winbindd_ads.c