r4591: - converted the other _p talloc functions to not need _p
commit6e7754abd0c225527fb38363996a6e241b87b37e
authorAndrew Tridgell <tridge@samba.org>
Fri, 7 Jan 2005 04:39:16 +0000 (7 04:39 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:30 +0000 (10 13:08 -0500)
treee5d507fce2050d4c2a11083acd6e2ea603b07995
parent7bb00a80ac55252b8c05b33fd576b8606470e9be
r4591: - converted the other _p talloc functions to not need _p

- added #if TALLOC_DEPRECATED around the _p functions

- fixes the code that broke from the above

while doing this I fixed quite a number of places that were
incorrectly using the non type-safe talloc functions to use the type
safe ones. Some were even doing multiplies for array allocation, which
is potentially unsafe.
39 files changed:
source/auth/auth_sam.c
source/dsdb/samdb/samdb.c
source/include/includes.h
source/lib/charcnv.c
source/lib/registry/common/reg_util.c
source/lib/talloc/talloc.c
source/lib/talloc/talloc.h
source/lib/talloc/talloc_guide.txt
source/lib/talloc/testsuite.c
source/libcli/auth/spnego_parse.c
source/libcli/clilist.c
source/libcli/ldap/ldap_ldif.c
source/libcli/raw/rawnotify.c
source/libcli/raw/rawrequest.c
source/libcli/raw/rawtrans.c
source/libcli/util/asn1.c
source/librpc/ndr/libndr.h
source/librpc/ndr/ndr.c
source/librpc/rpc/dcerpc.c
source/librpc/rpc/dcerpc_smb.c
source/librpc/rpc/dcerpc_sock.c
source/ntvfs/posix/pvfs_dirlist.c
source/ntvfs/posix/pvfs_streams.c
source/ntvfs/posix/xattr_system.c
source/rpc_server/dcerpc_server.c
source/smb_server/nttrans.c
source/smb_server/reply.c
source/smb_server/request.c
source/smb_server/smb_server.c
source/smb_server/trans2.c
source/torture/gentest.c
source/torture/local/idtree.c
source/torture/rap/rap.c
source/torture/raw/read.c
source/torture/raw/search.c
source/torture/raw/write.c
source/torture/rpc/samsync.c
source/torture/rpc/winreg.c
source/utils/ndrdump.c