summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/dcerpc_util.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3972: use GUID_* naming context and move GUID_* functions to one placeStefan Metzmacher1-1/+1
2007-10-10r3792: improved the posix -> nt error mapping, so we get things likeAndrew Tridgell1-1/+2
2007-10-10r3790: use a registration function that is called from dcerpc_*_init functionsJelmer Vernooij1-20/+18
2007-10-10r3611: DCOM client support works!!Jelmer Vernooij1-0/+4
2007-10-10r3602: Add looking up transport by endpoint protocolJelmer Vernooij1-0/+16
2007-10-10r3600: fixed two debug typosAndrew Tridgell1-2/+2
2007-10-10r3542: Re-indent, and fix a use-after-free by doing the talloc_destroy just aAndrew Bartlett1-4/+4
2007-10-10r3516: dcerpc_epm_map_binding now checks the endpoints it nows firstJelmer Vernooij1-37/+24
2007-10-10r3515: Fix RemoteActivation correctly this time (-:Jelmer Vernooij1-1/+7
2007-10-10r3497: removed some include cruft, and split out librpc/gen_ndr/tables.hAndrew Tridgell1-0/+1
2007-10-10r3457: s_addr is a macro on solaris, so we can't use it in structure names. a...Andrew Tridgell1-1/+1
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 Tridgell1-1/+1
2007-10-10r3412: Add NCACN_SPX and NCADG_IPX transportsJelmer Vernooij1-0/+6
2007-10-10r3392: fixed schannel over ncalrpcAndrew Tridgell1-0/+10
2007-10-10r3391: fixed some memory leaks in the schannel codeAndrew Tridgell1-0/+2
2007-10-10r3388: when doing schannel use a anonymous session setup (as the machine acctAndrew Tridgell1-1/+2
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 Tridgell1-4/+5
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 Vernooij1-8/+11
2007-10-10r3205: Create ncalrpc directory if it didn't exist yetJelmer Vernooij1-1/+1
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 Vernooij1-36/+136
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 Vernooij1-0/+108
2007-10-10r3157: Add ncacn_httpJelmer Vernooij1-0/+2
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 Vernooij1-19/+19
2007-10-10r3125: Store object UUID directly instead of using a pointer (struct dcerpc_b...Jelmer Vernooij1-16/+7
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 Vernooij1-11/+36
2007-10-10r3111: Add a few more protocol identifiers, rhs for ncalrpcJelmer Vernooij1-22/+22
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 Vernooij1-9/+28
2007-10-10r3032: Somewhat stricter syntax for binding strings:Jelmer Vernooij1-43/+56
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 Tridgell1-3/+2
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 Tridgell1-1/+1
2007-10-10r2634: use discard_const_p() in a few placesAndrew Tridgell1-2/+2