summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/epmapper.c
Commit message (Expand)AuthorAgeFilesLines
* r12693: Move core data structures out of smb.h into core.hJelmer Vernooij2007-10-101-0/+1
* r12622: Move table.c prototypes to seperate header to prevent circular depend...Jelmer Vernooij2007-10-101-0/+1
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12514: Move DCE/RPC interface table to a seperate fileJelmer Vernooij2007-10-101-1/+1
* r12512: Use GUID structs in API functions everywhere rather then converting b...Jelmer Vernooij2007-10-101-3/+1
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-5/+1
* r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2007-10-101-3/+3
* r5902: A rather large change...Andrew Bartlett2007-10-101-2/+2
* r5209: Fix the endpoint mapper to work with IPX endpoints (whichJelmer Vernooij2007-10-101-91/+13
* r5155: define ipv4address as a based IDL type, mapped to a "const char *" inAndrew Tridgell2007-10-101-7/+2
* r5148: use ipv4_addr also in epmapper idlStefan Metzmacher2007-10-101-2/+2
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-4/+4
* r4631: don't consider an epmapper insert as a failure for the momentAndrew Tridgell2007-10-101-1/+2
* r4621: Add torture tests for epm_Insert and epm_DeleteJelmer Vernooij2007-10-101-0/+71
* r4559: prevent the RPC-EPMAPPER test from looping forever against w2k3Andrew Tridgell2007-10-101-4/+11
* r4457: Fix IDL + add torture test for InqObjectJelmer Vernooij2007-10-101-1/+22
* r3626: More minor DCOM fixesJelmer Vernooij2007-10-101-0/+13
* r3457: s_addr is a macro on solaris, so we can't use it in structure names. a...Andrew Tridgell2007-10-101-1/+1
* r3443: the next stage in the include files re-organisation.Andrew Tridgell2007-10-101-2/+3
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+1
* r3414: RemoteActivation torture testJelmer Vernooij2007-10-101-24/+47
* r3413: RemoteActivation updates and fixesJelmer Vernooij2007-10-101-47/+24
* r3324: made the smbtorture code completely warning freeAndrew Tridgell2007-10-101-1/+1
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2007-10-101-1/+3
* r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...Jelmer Vernooij2007-10-101-5/+2
* r3136: - Allow specifying socket type when adding smbd serviceJelmer Vernooij2007-10-101-1/+1
* 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-28/+28
* r2969: inet_ntoa() takes an address in network byte order, so now that weAndrew Tridgell2007-10-101-1/+1
* r2938: Use IDL to dissect the RHS of floors in protocol towersJelmer Vernooij2007-10-101-28/+18
* r2921: Add a few more protocols and fix the numbers associated with some ofJelmer Vernooij2007-10-101-24/+36
* r2100: rework the dcerpc client side library so that it is async. We nowAndrew Tridgell2007-10-101-6/+6
* r1818: _really_ fixed epmapper this time, it was using more than one old rpc ...Andrew Tridgell2007-10-101-5/+5
* r1703: - Lots of RPC updates, adding new pipes and protocols.Jelmer Vernooij2007-10-101-13/+34
* - add 'print' to the DCERPC binding stringsStefan Metzmacher2004-02-031-2/+0
* a fairly large commit!Andrew Tridgell2003-12-161-1/+1
* added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell2003-12-131-6/+6
* * added a bunch of placeholder IDL filesAndrew Tridgell2003-11-281-0/+5
* more epmapper and mgmt magicAndrew Tridgell2003-11-271-17/+60
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-261-0/+8
* * fixed byte order in epmapper parsingAndrew Tridgell2003-11-241-7/+7
* initial implementation of dcerpc over tcp. RPC-EPMAPPER works, now toAndrew Tridgell2003-11-241-4/+4
* added tests for epm_Map endpointer map callsAndrew Tridgell2003-11-241-23/+55
* give far more detail in the EPMAPPER resultsAndrew Tridgell2003-11-241-9/+82
* a fairly major upgrade to the dcerpc systemAndrew Tridgell2003-11-221-0/+2
* print out the UUIDs from the end point mapperAndrew Tridgell2003-11-211-0/+7
* * changed the way strings are handled in pidl to a much more generalAndrew Tridgell2003-11-211-0/+87