r8273: fixed some memory leaks in smbscript. This required converting
authorAndrew Tridgell <tridge@samba.org>
Sun, 10 Jul 2005 01:10:09 +0000 (01:10 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:19:29 +0000 (13:19 -0500)
commit76ecf81428c161a98a5621b55a64cb8515f80585
tree542798f01d1582b00d7d20a93effba33f98ee1fc
parentc6881d1e650fd284a366af76f5a214a5de05cc0c
r8273: fixed some memory leaks in smbscript. This required converting
file_load() to use talloc, which impacted quite a few bits of code,
including our smb.conf processing.

took the opportunity to remove the gloabls in params.c while doing this
(This used to be commit b220756cb4f1d201ba3e771ca67e4bfae5eae748)
source4/intl/lang_tdb.c
source4/lib/util_file.c
source4/param/params.c
source4/scripting/ejs/ejsrpc.c
source4/scripting/ejs/ejsrpc.h
source4/scripting/ejs/smbcalls_rpc.c
source4/scripting/ejs/smbscript.c
source4/torture/gentest.c
source4/torture/torture.c
source4/utils/ndrdump.c