1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source3/rpc_client
Gerald Carter 44707ad2e0 r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use
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.
(This used to be commit ef721333ab)
2007-10-10 11:03:25 -05:00
..
cli_dfs.c r5511: Fix pipe-mismatch for NETDFS. 2007-10-10 10:55:43 -05:00
cli_ds.c r7415: * big change -- volker's new async winbindd from trunk 2007-10-10 10:57:08 -05:00
cli_echo.c r4561: This looks a lot larger than it is, this is to reduce the clutter on future 2007-10-10 10:53:47 -05:00
cli_lsarpc.c r7415: * big change -- volker's new async winbindd from trunk 2007-10-10 10:57:08 -05:00
cli_netlogon.c r7415: * big change -- volker's new async winbindd from trunk 2007-10-10 10:57:08 -05:00
cli_pipe.c r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds. 2007-10-10 11:00:18 -05:00
cli_reg.c r7995: * privileges are local except when they're *not* 2007-10-10 10:58:07 -05:00
cli_samr.c r7415: * big change -- volker's new async winbindd from trunk 2007-10-10 10:57:08 -05:00
cli_shutdown.c r6014: rather large change set.... 2007-10-10 10:56:15 -05:00
cli_spoolss_notify.c r4561: This looks a lot larger than it is, this is to reduce the clutter on future 2007-10-10 10:53:47 -05:00
cli_spoolss.c r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use 2007-10-10 11:03:25 -05:00
cli_srvsvc.c r7632: Cleanup "net share migrate"-code. 2007-10-10 10:57:17 -05:00
cli_svcctl.c r6071: * clean up UNISTR2_ARRAY ( really just an array of UNISTR4 + count ) 2007-10-10 10:56:20 -05:00
cli_wkssvc.c r5339: Fix 'net rpc trustdom establish'. Use the right pipe name, therefore the 2007-10-10 10:55:38 -05:00