summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/remote
Commit message (Expand)AuthorAgeFilesLines
* r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhereJelmer Vernooij2007-10-101-5/+4
* r13265: Clarify how delegation works with the remote RPC backend.Andrew Bartlett2007-10-101-1/+32
* r12622: Move table.c prototypes to seperate header to prevent circular depend...Jelmer Vernooij2007-10-101-0/+1
* r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij2007-10-101-0/+3
* r12512: Use GUID structs in API functions everywhere rather then converting b...Jelmer Vernooij2007-10-101-3/+3
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-9/+12
* r11513: Add the ability to use the local machine account instead of a staticAndrew Bartlett2007-10-101-11/+46
* r10528: Add credentials.h back into includes.h as some compilers don'tJelmer Vernooij2007-10-101-1/+0
* r10510: Decrease the amount of data included by includes.h a bitJelmer Vernooij2007-10-101-0/+1
* r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell2007-10-101-1/+1
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-101-1/+1
* r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2007-10-101-7/+14
* r5928: Use cli_credentials in:Jelmer Vernooij2007-10-101-5/+7
* r5902: A rather large change...Andrew Bartlett2007-10-101-0/+1
* r5300: more uint32 and system/filesys.h build fixes when developer mode is en...Andrew Tridgell2007-10-101-1/+1
* r5221: replace the str_list_*() code with new code based on talloc(). This isAndrew Tridgell2007-10-101-4/+4
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-1/+1
* r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell2007-10-101-7/+7
* r4616: the first phase in the addition of proper support forAndrew Tridgell2007-10-101-6/+7
* r4549: got rid of a lot more uses of plain talloc(), instead usingAndrew Tridgell2007-10-101-1/+1
* r4288: don't use struct dcerpc_interface_table anymore in theStefan Metzmacher2007-10-101-16/+67
* r4086: - make dcerpc_ndr_request_table_send() the default and rename it to justStefan Metzmacher2007-10-101-17/+21
* r3790: use a registration function that is called from dcerpc_*_init functionsJelmer Vernooij2007-10-101-10/+9
* r3737: - Get rid of the register_subsystem() and register_backend() functions.Jelmer Vernooij2007-10-101-1/+1
* r3586: Fix some of the issues with the module init functions.Jelmer Vernooij2007-10-101-1/+1
* r3513: Add (the infrastructure for) DCOM support. Contents:Jelmer Vernooij2007-10-101-1/+1
* r3497: removed some include cruft, and split out librpc/gen_ndr/tables.hAndrew Tridgell2007-10-101-0/+1
* r3468: split out dcerpc_server.hAndrew Tridgell2007-10-101-0/+1
* r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell2007-10-101-1/+1
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-1/+1
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-1/+1
* r441: added an example of how to use the remote rpc interfaceAndrew Tridgell2007-10-101-0/+7
* - add 'print' to the DCERPC binding stringsStefan Metzmacher2004-02-031-5/+15
* some DEBUG and comment fixesStefan Metzmacher2004-02-021-1/+1
* This patch adds a better dcerpc server infastructure.Stefan Metzmacher2004-01-081-0/+198