summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3444: Don't use random data as endpoint if no default endpoint is known and noJelmer Vernooij1-1/+6
2007-10-10r3443: the next stage in the include files re-organisation.Andrew Tridgell1-2/+3
2007-10-10r3434: Fix memleakVolker Lendecke1-2/+3
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell4-1/+4
2007-10-10r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell1-0/+1
2007-10-10r3412: Add NCACN_SPX and NCADG_IPX transportsJelmer Vernooij2-1/+7
2007-10-10r3392: fixed schannel over ncalrpcAndrew Tridgell2-0/+13
2007-10-10r3391: fixed some memory leaks in the schannel codeAndrew Tridgell2-13/+7
2007-10-10r3390: fixed schannel server side support. RPC-SCHANNEL now works against Sam...Andrew Tridgell1-1/+0
2007-10-10r3389: fixed schannel client side code. RPC-SCHANNEL now works against w2k3Andrew Tridgell1-0/+6
2007-10-10r3388: when doing schannel use a anonymous session setup (as the machine acctAndrew Tridgell1-1/+2
2007-10-10r3383: avoid multi-part SMBtrans and SMBtrans2 replies until our client libra...Andrew Tridgell1-1/+1
2007-10-10r3330: Use IPv6 for RPC client connections if we canJelmer Vernooij1-1/+9
2007-10-10r3322: fixed a bunch of warnings in the build, including one case where it wa...Andrew Tridgell1-1/+1
2007-10-10r3304: changed the API to lib/socket/ a little.Andrew Tridgell1-14/+14
2007-10-10r3280: fixed byte order of rhs IPAndrew Tridgell1-1/+1
2007-10-10r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2-228/+83
2007-10-10r3277: don't use the non-portable getaddrinfo() function, instead useAndrew Tridgell1-18/+3
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