summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/epmapper
Commit message (Expand)AuthorAgeFilesLines
* s4:epmapper RPC - make this one "signed-safe"Matthias Dieter Wallnöfer2010-03-011-2/+2
* s4:epmapper Create a proper talloc tree of endpoint floorsAndrew Bartlett2009-10-211-1/+1
* s4-rpc: remove some unnecessary #include linesAndrew Tridgell2009-09-191-1/+0
* Add a talloc failure checkVolker Lendecke2009-01-061-0/+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
* r23551: Change data_blob_equal to data_blob_cmp, suitable for sorting with qs...Andrew Bartlett2007-10-101-2/+2
* r22077: Import only necessary test variables, more refactoring.Jelmer Vernooij2007-10-101-2/+1
* r20850: Prefix all server calls with dcesrv_Jelmer Vernooij2007-10-101-8/+8
* r19844: Fix warnings and errors in epmapper IDL.Jelmer Vernooij2007-10-101-3/+5
* r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhereJelmer Vernooij2007-10-101-7/+5
* r12513: Similar change as my previous commit, but now for transfer syntaxes.Jelmer Vernooij2007-10-101-14/+2
* r12512: Use GUID structs in API functions everywhere rather then converting b...Jelmer Vernooij2007-10-101-1/+1
* r5902: A rather large change...Andrew Bartlett2007-10-101-4/+4
* r5209: Fix the endpoint mapper to work with IPX endpoints (whichJelmer Vernooij2007-10-101-7/+10
* r5102: This is a major simplification of the logic for controlling top levelAndrew Tridgell2007-10-101-2/+3
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-6/+6
* r4640: first stage in the server side support for multiple context_ids on one...Andrew Tridgell2007-10-101-3/+2
* r4394: Use 'raw' protocol towers in the lists in the endpoint rather thenJelmer Vernooij2007-10-101-29/+22
* r4288: don't use struct dcerpc_interface_table anymore in theStefan Metzmacher2007-10-101-5/+3
* r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher2007-10-101-1/+1
* r3468: split out dcerpc_server.hAndrew Tridgell2007-10-101-0/+1
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+1
* r3158: Use the new tower build functions to generate protocol towers, making itJelmer Vernooij2007-10-101-89/+38
* r3118: Eliminate struct dcesrv_ep_description and replace it withJelmer Vernooij2007-10-101-5/+8
* r3114: - More work on merging the various structs that describe endpointsJelmer Vernooij2007-10-101-4/+4
* r3112: Fix two more instances of epm_towers (sorry, metze!)Jelmer Vernooij2007-10-101-1/+1
* r3111: Add a few more protocol identifiers, rhs for ncalrpcJelmer Vernooij2007-10-101-4/+4
* r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij2007-10-101-2/+1
* r2938: Use IDL to dissect the RHS of floors in protocol towersJelmer Vernooij2007-10-101-10/+7
* r2921: Add a few more protocols and fix the numbers associated with some ofJelmer Vernooij2007-10-101-10/+10
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-101-3/+4
* r2663: fix an epmapper server leak - another talloc_realloc(NULL, ) leakAndrew Tridgell2007-10-101-3/+3
* r2627: use the new talloc capabilities in a bunch more places in the rpcAndrew Tridgell2007-10-101-2/+2
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-1/+1
* r1818: _really_ fixed epmapper this time, it was using more than one old rpc ...Andrew Tridgell2007-10-101-32/+28
* r1817: fixed fault code generation for unimplemented functions in epmapperAndrew Tridgell2007-10-101-5/+5
* r1814: Fix the build.Volker Lendecke2007-10-101-0/+5
* r1703: - Lots of RPC updates, adding new pipes and protocols.Jelmer Vernooij2007-10-101-10/+10
* r1046: initialise a structure element caught by valgrindAndrew Tridgell2007-10-101-0/+1
* r995: - renamed many of our crypto routines to use the industry standardAndrew Tridgell2007-10-101-1/+3
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-6/+6
* fixed the rpc epmapper server. This fixes rpc over tcp.Andrew Tridgell2004-01-091-1/+18
* This patch adds a better dcerpc server infastructure.Stefan Metzmacher2004-01-081-35/+24
* a fairly large commit!Andrew Tridgell2003-12-161-1/+1
* added auto-generation of the server side boilerplate code for eachAndrew Tridgell2003-12-141-76/+2
* completed the linkage between the endpoint mapper and the dcerpcAndrew Tridgell2003-12-131-1/+5
* dcerpc over tcp in the samba4 server now works to some extent. ItAndrew Tridgell2003-12-131-18/+35
* rpcdump.exe now works fine against a Samba4 serverAndrew Tridgell2003-12-131-4/+7
* added the epm_Map() call.Andrew Tridgell2003-12-131-67/+166