r4591: - converted the other _p talloc functions to not need _p
authorAndrew Tridgell <tridge@samba.org>
Fri, 7 Jan 2005 04:39:16 +0000 (04:39 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:08:30 +0000 (13:08 -0500)
commit11ce2cfd70df264c5c91b4daaa9a01c5abc673b0
treef00bf95389509ca8655f3b1cf1dfec76289790b3
parent066134f2414e8688fd980b619f9e597538c8766d
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.
(This used to be commit 6e7754abd0c225527fb38363996a6e241b87b37e)
39 files changed:
source4/auth/auth_sam.c
source4/dsdb/samdb/samdb.c
source4/include/includes.h
source4/lib/charcnv.c
source4/lib/registry/common/reg_util.c
source4/lib/talloc/talloc.c
source4/lib/talloc/talloc.h
source4/lib/talloc/talloc_guide.txt
source4/lib/talloc/testsuite.c
source4/libcli/auth/spnego_parse.c
source4/libcli/clilist.c
source4/libcli/ldap/ldap_ldif.c
source4/libcli/raw/rawnotify.c
source4/libcli/raw/rawrequest.c
source4/libcli/raw/rawtrans.c
source4/libcli/util/asn1.c
source4/librpc/ndr/libndr.h
source4/librpc/ndr/ndr.c
source4/librpc/rpc/dcerpc.c
source4/librpc/rpc/dcerpc_smb.c
source4/librpc/rpc/dcerpc_sock.c
source4/ntvfs/posix/pvfs_dirlist.c
source4/ntvfs/posix/pvfs_streams.c
source4/ntvfs/posix/xattr_system.c
source4/rpc_server/dcerpc_server.c
source4/smb_server/nttrans.c
source4/smb_server/reply.c
source4/smb_server/request.c
source4/smb_server/smb_server.c
source4/smb_server/trans2.c
source4/torture/gentest.c
source4/torture/local/idtree.c
source4/torture/rap/rap.c
source4/torture/raw/read.c
source4/torture/raw/search.c
source4/torture/raw/write.c
source4/torture/rpc/samsync.c
source4/torture/rpc/winreg.c
source4/utils/ndrdump.c