mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
ef721333ab
the new talloc() features: Note that the REGSUB_CTR and REGVAL_CTR objects *must* be talloc()'d since the methods use the object pointer as the talloc context for internal private data. There is no longer a regXXX_ctr_intit() and regXXX_ctr_destroy() pair of functions. Simply TALLOC_ZERO_P() and TALLOC_FREE() the object. Also had to convert the printer_info_2->NT_PRINTER_DATA field to be talloc()'d as well. This is just a stop on the road to cleaning up the printer memory management. |
||
---|---|---|
.. | ||
cli_dfs.c | ||
cli_ds.c | ||
cli_echo.c | ||
cli_lsarpc.c | ||
cli_netlogon.c | ||
cli_pipe.c | ||
cli_reg.c | ||
cli_samr.c | ||
cli_shutdown.c | ||
cli_spoolss_notify.c | ||
cli_spoolss.c | ||
cli_srvsvc.c | ||
cli_svcctl.c | ||
cli_wkssvc.c |