summaryrefslogtreecommitdiff
path: root/source4/rpc_server/remote
AgeCommit message (Expand)AuthorFilesLines
2011-03-19rpc_server/remote: Add missing prototype.Jelmer Vernooij1-0/+1
2011-03-13s4:rpc_server/remote: use dcerpc_binding_handle_call_*() instead of dcerpc_nd...Stefan Metzmacher1-10/+14
2010-09-15s4-rpcserver: set unbind method to NULL in remote serverAndrew Tridgell1-0/+1
2010-09-15s4-rpc: fixed double free in RPC proxyAndrew Tridgell1-12/+4
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-6/+6
2010-03-01s4:rpc_server/remote: do async callsStefan Metzmacher1-6/+42
2010-03-01s4:remote RPC - make this one "signed-safe"Matthias Dieter Wallnöfer1-2/+2
2010-02-20s4:rpc_server Add a 'if_version' parameter to the bind operation.Andrew Bartlett1-1/+3
2010-02-19s4:rpc_server Record the remote connections association group IDAndrew Bartlett1-6/+36
2009-02-02s4:rpc_server: s/private/private_dataStefan Metzmacher1-8/+8
2009-02-02s4:rpc_server/remote: s/private/privStefan Metzmacher1-17/+17
2008-11-02Fix the build.Jelmer Vernooij1-1/+1
2008-11-02Remove another use of global_loadparm.Jelmer Vernooij1-1/+2
2008-10-12Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij1-1/+1
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij1-1/+1
2007-12-21r26327: Explicit loadparm_context for RPC client functions.Jelmer Vernooij1-1/+2
2007-12-21r26296: Store loadparm context in DCE/RPC server context.Jelmer Vernooij1-8/+8
2007-12-21r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)Stefan Metzmacher1-6/+6
2007-10-10r25553: Convert to standard bool type.Jelmer Vernooij1-7/+7
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-6/+6
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-2/+2
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-6/+6
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-2/+3
2007-10-10r24606: move librpc/rpc/table.c -> librpc/ndr/ndr_table.cStefan Metzmacher1-4/+4
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher1-1/+1
2007-10-10r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher1-8/+8
2007-10-10r24535: rename struct dcerpc_interface_call -> struct ndr_interface_callStefan Metzmacher1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20114: from Julien Kerihuel <j.kerihuel@openchange.org>, thanks!:Stefan Metzmacher1-0/+2
2007-10-10r20047: patch from Julien Kerihuel <j.kerihuel@openchange.org>Stefan Metzmacher1-0/+6
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-0/+1
2007-10-10r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhereJelmer Vernooij1-5/+4
2007-10-10r13265: Clarify how delegation works with the remote RPC backend.Andrew Bartlett1-1/+32
2007-10-10r12622: Move table.c prototypes to seperate header to prevent circular depend...Jelmer Vernooij1-0/+1
2007-10-10r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij1-0/+3
2007-10-10r12512: Use GUID structs in API functions everywhere rather then converting b...Jelmer Vernooij1-3/+3
2007-10-10r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij1-9/+12
2007-10-10r11513: Add the ability to use the local machine account instead of a staticAndrew Bartlett1-11/+46
2007-10-10r10528: Add credentials.h back into includes.h as some compilers don'tJelmer Vernooij1-1/+0
2007-10-10r10510: Decrease the amount of data included by includes.h a bitJelmer Vernooij1-0/+1
2007-10-10r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell1-1/+1
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell1-1/+1
2007-10-10r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett1-7/+14
2007-10-10r5928: Use cli_credentials in:Jelmer Vernooij1-5/+7
2007-10-10r5902: A rather large change...Andrew Bartlett1-0/+1
2007-10-10r5300: more uint32 and system/filesys.h build fixes when developer mode is en...Andrew Tridgell1-1/+1
2007-10-10r5221: replace the str_list_*() code with new code based on talloc(). This isAndrew Tridgell1-4/+4
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-1/+1
2007-10-10r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell1-7/+7
2007-10-10r4616: the first phase in the addition of proper support forAndrew Tridgell1-6/+7