1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source3/rpc_client
Michael Adam 9d6fd22e27 r23073: In the internal rpccli_lsa_lookup_sids_noalloc(), use a temporary
talloc context for use with the actual rpc query and response.
So the the parent context does not get flooded by the posslibly
large amount of response data (when looking up a lot of sids).

Note: It not possible, to simply use the names and domains arrays
as talloc contexts for the talloc_strdup calls, because from
rpccli_lsa_lookup_sids_all, this is called with names + offset
and domains + offset where names and domains are talloced
arraye for the complete response.
(This used to be commit 8e60900c5c)
2007-10-10 12:22:18 -05:00
..
cli_ds.c r22589: Make TALLOC_ARRAY consistent across all uses. 2007-10-10 12:19:49 -05:00
cli_lsarpc.c r23073: In the internal rpccli_lsa_lookup_sids_noalloc(), use a temporary 2007-10-10 12:22:18 -05:00
cli_netlogon.c r20970: Allow to define workstation for samlogon in rpcclient (for testing). 2007-10-10 12:17:22 -05:00
cli_pipe.c r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and 2007-10-10 12:22:01 -05:00
cli_reg.c r21462: Fix EnumValue (?) 2007-10-10 12:18:06 -05:00
cli_samr.c r22589: Make TALLOC_ARRAY consistent across all uses. 2007-10-10 12:19:49 -05:00
cli_spoolss_notify.c r10656: BIG merge from trunk. Features not copied over 2007-10-10 11:04:48 -05:00
cli_spoolss.c r22589: Make TALLOC_ARRAY consistent across all uses. 2007-10-10 12:19:49 -05:00
cli_svcctl.c r22675: Simo's patch for 0 size allocation. Still need 2007-10-10 12:19:54 -05:00
ndr.c r18395: have the ndr layer alloc outgoing structure members for us 2007-10-10 11:51:21 -05:00