summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3211: Add a graphical endpoint mapper view toolJelmer Vernooij1-8/+8
2007-10-10r3209: - Create directory for ncalrpc with correct modeJelmer Vernooij2-8/+13
2007-10-10r3205: Create ncalrpc directory if it didn't exist yetJelmer Vernooij2-2/+2
2007-10-10r3168: Use generic function for looking up endpointsJelmer Vernooij1-203/+3
2007-10-10r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead ofJelmer Vernooij2-36/+137
2007-10-10r3164: Look up ncalrpc identifiers using the EPMAPPER. ncalrpc now works nice...Jelmer Vernooij1-8/+117
2007-10-10r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...Jelmer Vernooij3-382/+644
2007-10-10r3157: Add ncacn_httpJelmer Vernooij2-1/+4
2007-10-10r3156: Couple of fixes in the conversion functions between binding structs andJelmer Vernooij1-24/+29
2007-10-10r3136: - Allow specifying socket type when adding smbd serviceJelmer Vernooij2-19/+20
2007-10-10r3125: Store object UUID directly instead of using a pointer (struct dcerpc_b...Jelmer Vernooij2-17/+8
2007-10-10r3124: Add dcerpc_binding_from_tower()Jelmer Vernooij1-2/+134
2007-10-10r3123: Add dcerpc_binding_build_tower()Jelmer Vernooij1-10/+184
2007-10-10r3114: - More work on merging the various structs that describe endpointsJelmer Vernooij2-12/+39
2007-10-10r3111: Add a few more protocol identifiers, rhs for ncalrpcJelmer Vernooij1-22/+22
2007-10-10r3103: use a destructor to ensure that on abnormnal rpc request terminationAndrew Tridgell1-0/+12
2007-10-10r3075: Initialise (and check for intialisation) of the private pointer toAndrew Bartlett1-0/+4
2007-10-10r3047: Always include a \ again before the pipe name we're opening. Without aJelmer Vernooij1-0/+4
2007-10-10r3046: \\PIPE\\ is internal (not actually included on the wire)Jelmer Vernooij1-5/+2
2007-10-10r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij2-18/+30
2007-10-10r3032: Somewhat stricter syntax for binding strings:Jelmer Vernooij2-43/+57
2007-10-10r3016: - converted the events code to tallocAndrew Tridgell1-1/+1
2007-10-10r2990: Add support to pidl for autogenerating ndr_size_*() functions. AddingJelmer Vernooij1-52/+0
2007-10-10r2956: Fix towers_length for now. I'm currently working on a pidl extensionJelmer Vernooij1-0/+52
2007-10-10r2938: Use IDL to dissect the RHS of floors in protocol towersJelmer Vernooij1-34/+7
2007-10-10r2921: Add a few more protocols and fix the numbers associated with some ofJelmer Vernooij1-3/+3
2007-10-10r2763: use no-auth bind on ncacn_np unless we specify at least one of "sign",...Andrew Tridgell1-1/+2
2007-10-10r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2-4/+4
2007-10-10r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell1-15/+7
2007-10-10r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell1-2/+7
2007-10-10r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell3-3/+4
2007-10-10r2668: steal the cli pointer into the pipe context so a single free destroys ...Andrew Tridgell1-1/+2
2007-10-10r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2-3/+3
2007-10-10r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell1-10/+3
2007-10-10r2634: use discard_const_p() in a few placesAndrew Tridgell1-2/+2
2007-10-10r2629: convert gensec to the new talloc modelAndrew Tridgell4-5/+5
2007-10-10r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell3-4/+3
2007-10-10r2626: the symbol gai_error is defined in /usr/include, so don't use that nam...Andrew Tridgell1-4/+4
2007-10-10r2614: support CONNECT level DCE/RPC security in both client andAndrew Tridgell4-21/+67
2007-10-10r2538: Support IPv6 as transport for MSRPC. Tested against Win2k3Jelmer Vernooij2-11/+35
2007-10-10r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher1-2/+6
2007-10-10r2399: Display text description of rpc fault in debug message.Tim Potter1-1/+1
2007-10-10r2383: fixed the handling of sending zero length dcerpc packets (I broke thisAndrew Tridgell1-1/+3
2007-10-10r2304: fixed a bug in old style NTLM signingAndrew Tridgell1-1/+1
2007-10-10r2294: this fixes the NTLM2 sign+seal combination. I have now tested:Andrew Tridgell1-5/+8
2007-10-10r2287: Add static.Andrew Bartlett1-1/+1
2007-10-10r2284: Thanks to some great detective work by tridge, NTLM2 signing now works.Andrew Bartlett7-80/+109
2007-10-10r2275: don't crash on a rpc BIND_NAK response ...Andrew Tridgell1-1/+6
2007-10-10r2266: yay! LSA session keys on TCP now work!Andrew Tridgell4-15/+33
2007-10-10r2247: talloc_destroy -> talloc_freeTim Potter1-1/+1