mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
9d6fd22e27
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
|
||
---|---|---|
.. | ||
cli_ds.c | ||
cli_lsarpc.c | ||
cli_netlogon.c | ||
cli_pipe.c | ||
cli_reg.c | ||
cli_samr.c | ||
cli_spoolss_notify.c | ||
cli_spoolss.c | ||
cli_svcctl.c | ||
ndr.c |