r4547: - added talloc_new(ctx) macro that is a neater form of the common talloc(ctx...
authorAndrew Tridgell <tridge@samba.org>
Thu, 6 Jan 2005 02:32:43 +0000 (02:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:20 +0000 (13:08 -0500)
commitcc55aef7c116d03ba2817625b0ba9edb378525e3
treee36f5694a422c5b80cb1f631c9dd182994aab9e2
parent66bd6142a2fc4679e1d6cc98237a23927dda5f63
r4547: - added talloc_new(ctx) macro that is a neater form of the common talloc(ctx, 0) call.

- cleaned up some talloc usage in various files

I'd like to get to the point that we have no calls to talloc(), at
which point we will rename talloc_p() to talloc(), to encourage
everyone to use the typesafe functions.
(This used to be commit e6c81d7c9f8a6938947d3c1c8a971a0d6d50b67a)
21 files changed:
source4/client/client.c
source4/dsdb/samdb/samdb_privilege.c
source4/ldap_server/ldap_parse.c
source4/ldap_server/ldap_server.c
source4/lib/events.c
source4/lib/ldb/ldb_ldap/ldb_ldap.c
source4/lib/talloc/talloc.h
source4/lib/talloc/talloc_guide.txt
source4/lib/talloc/testsuite.c
source4/libcli/clilist.c
source4/libcli/raw/rawfile.c
source4/libcli/util/clilsa.c
source4/ntvfs/common/sidmap.c
source4/ntvfs/posix/pvfs_rename.c
source4/ntvfs/posix/pvfs_xattr.c
source4/ntvfs/posix/xattr_tdb.c
source4/ntvfs/unixuid/vfs_unixuid.c
source4/torture/basic/denytest.c
source4/torture/local/idtree.c
source4/torture/raw/search.c
source4/torture/torture_util.c