summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/dcerpc_server.h
Commit message (Expand)AuthorAgeFilesLines
* torture: Link against rpc server itself, not service module. (against which w...Jelmer Vernooij2010-10-111-0/+5
* s4:rpc_server: remove 'socket_address' based functionsStefan Metzmacher2010-04-271-2/+0
* s4:rpc_server: remember the local and remote addressStefan Metzmacher2010-04-271-0/+5
* s4:rpc_server Add a 'if_version' parameter to the bind operation.Andrew Bartlett2010-02-201-1/+1
* s4:rpc_server Record the remote connections association group IDAndrew Bartlett2010-02-191-0/+3
* s4-rpcserver: added support for shared handlesAndrew Tridgell2009-09-221-1/+6
* s4-rpcserver: added shared association groupsAndrew Tridgell2009-09-221-5/+12
* s4:rpc_server: remove some now unused codeStefan Metzmacher2009-09-181-15/+0
* s4:rpc_server: convert the socket based part to use the tstream interfaceStefan Metzmacher2009-05-011-0/+3
* s4:rpc_server: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-4/+4
* Rename dom_sid.idl -> server_id.idl (since it no longer actually contains the...Jelmer Vernooij2008-12-161-1/+1
* s4:rpc_server: make it possible for iface->bind() to specify the assoc_group_idStefan Metzmacher2008-12-081-0/+2
* Fix the build.Jelmer Vernooij2008-11-021-0/+2
* Fix includes.Jelmer Vernooij2008-10-151-1/+1
* rpc_server: add support for DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGNStefan Metzmacher2008-08-071-0/+1
* Move handle utility functions to public header, remove more public headers.Jelmer Vernooij2008-04-021-0/+38
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-1/+47
* r26296: Store loadparm context in DCE/RPC server context.Jelmer Vernooij2007-12-211-0/+3
* r24814: Fix headers, trim core.h even more.Jelmer Vernooij2007-10-101-1/+0
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-3/+3
* r24532: rename struct dcerpc_syntax_id into struct ndr_syntax_idStefan Metzmacher2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21835: fixed a rpc server bug where we failed to remove a call from oneAndrew Tridgell2007-10-101-0/+12
* r20646: first preparations for cluster enablement. This changes "Andrew Tridgell2007-10-101-1/+1
* r18363: Found a rather nasty bug in our fragment handling.Andrew Bartlett2007-10-101-2/+5
* r17340: initialize elements od dcesrc_call_state in one central placeStefan Metzmacher2007-10-101-1/+8
* r15772: pass the messaging context and server_id to the dcerpc server subsystemStefan Metzmacher2007-10-101-0/+6
* r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhereJelmer Vernooij2007-10-101-2/+1
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-101-1/+1
* r14486: remove the need of a stream_connection on a dcesrv_connection,Stefan Metzmacher2007-10-101-1/+8
* r14484: Install more headersJelmer Vernooij2007-10-101-0/+5
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-0/+2
* r13923: make the state_flags per dcesrv_connectionStefan Metzmacher2007-10-101-3/+4
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-101-0/+1
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-101-0/+2
* r12512: Use GUID structs in API functions everywhere rather then converting b...Jelmer Vernooij2007-10-101-2/+2
* r10078: - add a 'struct data_blob_list_item'Stefan Metzmacher2007-10-101-4/+1
* r8036: revert rev 8023/8024 as they have a bugs.Stefan Metzmacher2007-10-101-1/+1
* r8023: use a pointer to a DATA_BLOB for each reply,Stefan Metzmacher2007-10-101-1/+1
* r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell2007-10-101-1/+1
* r7800: added the same request serialisation logic to our socket based rpcAndrew Tridgell2007-10-101-0/+2
* r7312: Add IDL for ncadg packets.Jelmer Vernooij2007-10-101-1/+1
* r6192: remove handle->destroy function pointer, this should be done by talloc...Stefan Metzmacher2007-10-101-1/+0
* r5902: A rather large change...Andrew Bartlett2007-10-101-1/+1
* r5437: Allow Samba4 to be compiled by tcc (www.tinycc.org). It still crashes ...Jelmer Vernooij2007-10-101-1/+1
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-1/+1
* r4690: - add support for async rpc server repliesStefan Metzmacher2007-10-101-2/+39
* r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell2007-10-101-12/+24
* r4288: don't use struct dcerpc_interface_table anymore in theStefan Metzmacher2007-10-101-7/+17