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)
commite6c81d7c9f8a6938947d3c1c8a971a0d6d50b67a
tree411d0f08479a91b00057aff2aeaa6e4dcf9ebba5
parent2ec3a137d7fd8a912bc70e865f7a7798190b8869
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.
21 files changed:
source/client/client.c
source/dsdb/samdb/samdb_privilege.c
source/ldap_server/ldap_parse.c
source/ldap_server/ldap_server.c
source/lib/events.c
source/lib/ldb/ldb_ldap/ldb_ldap.c
source/lib/talloc/talloc.h
source/lib/talloc/talloc_guide.txt
source/lib/talloc/testsuite.c
source/libcli/clilist.c
source/libcli/raw/rawfile.c
source/libcli/util/clilsa.c
source/ntvfs/common/sidmap.c
source/ntvfs/posix/pvfs_rename.c
source/ntvfs/posix/pvfs_xattr.c
source/ntvfs/posix/xattr_tdb.c
source/ntvfs/unixuid/vfs_unixuid.c
source/torture/basic/denytest.c
source/torture/local/idtree.c
source/torture/raw/search.c
source/torture/torture_util.c