1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/rpc_server
Jelmer Vernooij acd6a086b3 r12510: Change the DCE/RPC interfaces to take a pointer to a
dcerpc_interface_table struct rather then a tuple of interface
name, UUID and version.

This removes the requirement for having a global list of DCE/RPC interfaces,
except for these parts of the code that use that list explicitly
(ndrdump and the scanner torture test).

This should also allow us to remove the hack that put the authservice parameter
in the dcerpc_binding struct as it can now be read directly from
dcerpc_interface_table.

I will now modify some of these functions to take a dcerpc_syntax_id
structure rather then a full dcerpc_interface_table.
(This used to be commit 8aae0f168e)
2007-10-10 13:47:48 -05:00
..
common r8049: add function that returns the build version (of w2k3 here 3790) 2007-10-10 13:19:02 -05:00
dcom r5490: The big (D)COM commit! :-) Contains most of the changes described in the 2007-10-10 13:10:50 -05:00
drsuapi r11270: Move the core CrackNames code from rpc_server/drsuapi to dsdb/samdb. 2007-10-10 13:45:11 -05:00
dssetup r10810: This adds the hooks required to communicate the current user from the 2007-10-10 13:39:32 -05:00
echo r7865: changed pidl to take a "const void *" instead of a "void *" for the 2007-10-10 13:18:44 -05:00
epmapper r5902: A rather large change... 2007-10-10 13:11:07 -05:00
lsa r12361: Add a new function: ldb_binary_encode_string() 2007-10-10 13:47:30 -05:00
netlogon r11402: In response to comments by volker, expand our Netlogon DsRGetDCName 2007-10-10 13:45:31 -05:00
remote r12510: Change the DCE/RPC interfaces to take a pointer to a 2007-10-10 13:47:48 -05:00
samr r12507: This file has had my grubby paws all over it ;-) 2007-10-10 13:47:47 -05:00
spoolss r11597: revert a commit by mistake 2007-10-10 13:45:56 -05:00
srvsvc r12461: Some updates to the srvsvc IDL from Ronnie Sahlberg 2007-10-10 13:47:42 -05:00
unixinfo r6907: Unixinfo for samba4, not activated by default. 2007-10-10 13:16:56 -05:00
winreg r11261: Rename access_required field in winreg idl to access_mask so it matches 2007-10-10 13:45:09 -05:00
wkssvc r12085: wkssvc.idl updated based on work by Ronnie Sahlberg to bring the 2007-10-10 13:47:07 -05:00
config.mk r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using 2007-10-10 13:47:45 -05:00
dcerpc_server.c r12499: Move smb_build.h out of includes.h 2007-10-10 13:47:45 -05:00
dcerpc_server.h r10078: - add a 'struct data_blob_list_item' 2007-10-10 13:37:51 -05:00
dcerpc_sock.c r10580: More generic approach for adding endpoints 2007-10-10 13:39:07 -05:00
dcesrv_auth.c r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5 2007-10-10 13:45:00 -05:00
handles.c r6192: remove handle->destroy function pointer, this should be done by talloc destructors now 2007-10-10 13:11:25 -05:00