summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
...
* r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead ofJelmer Vernooij2007-10-102-36/+137
* r3164: Look up ncalrpc identifiers using the EPMAPPER. ncalrpc now works nice...Jelmer Vernooij2007-10-102-8/+118
* r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...Jelmer Vernooij2007-10-1013-391/+657
* r3157: Add ncacn_httpJelmer Vernooij2007-10-102-1/+4
* r3156: Couple of fixes in the conversion functions between binding structs andJelmer Vernooij2007-10-101-24/+29
* r3136: - Allow specifying socket type when adding smbd serviceJelmer Vernooij2007-10-102-19/+20
* r3125: Store object UUID directly instead of using a pointer (struct dcerpc_b...Jelmer Vernooij2007-10-102-17/+8
* r3124: Add dcerpc_binding_from_tower()Jelmer Vernooij2007-10-101-2/+134
* r3123: Add dcerpc_binding_build_tower()Jelmer Vernooij2007-10-102-11/+185
* r3114: - More work on merging the various structs that describe endpointsJelmer Vernooij2007-10-103-19/+46
* r3113: make us able to generate the PAC with the same align as a MS KDCStefan Metzmacher2007-10-101-1/+3
* r3111: Add a few more protocol identifiers, rhs for ncalrpcJelmer Vernooij2007-10-102-30/+62
* r3103: use a destructor to ensure that on abnormnal rpc request terminationAndrew Tridgell2007-10-101-0/+12
* r3075: Initialise (and check for intialisation) of the private pointer toAndrew Bartlett2007-10-101-0/+4
* r3074: Add in a new 'field present' flag samr.idl for the Account FlagsAndrew Bartlett2007-10-101-1/+3
* r3073: Fix bug in the handling of null-terminated ASCII strings in RPC.Andrew Bartlett2007-10-101-1/+1
* r3047: Always include a \ again before the pipe name we're opening. Without aJelmer Vernooij2007-10-101-0/+4
* r3046: \\PIPE\\ is internal (not actually included on the wire)Jelmer Vernooij2007-10-101-5/+2
* r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij2007-10-1013-29/+41
* r3036: Add function to pull an array of structures. Abstracts away theTim Potter2007-10-101-0/+21
* r3032: Somewhat stricter syntax for binding strings:Jelmer Vernooij2007-10-102-43/+57
* r3016: - converted the events code to tallocAndrew Tridgell2007-10-101-1/+1
* r2993: fix commentStefan Metzmacher2007-10-101-1/+0
* r2992: drsuapi uses WERROR not NTSTATUSStefan Metzmacher2007-10-101-25/+25
* r2991: add drsuapi_DsGetDomainControllerInfo() idl and torture testStefan Metzmacher2007-10-101-1/+74
* r2990: Add support to pidl for autogenerating ndr_size_*() functions. AddingJelmer Vernooij2007-10-104-54/+19
* r2989: fix the printing of unions with negative cases when :print is usedAndrew Tridgell2007-10-101-2/+2
* r2987: added support for signed 32 bit integers in pidlAndrew Tridgell2007-10-101-0/+31
* r2972: make names more consistentStefan Metzmacher2007-10-101-2/+2
* r2971: fix DsBind idlStefan Metzmacher2007-10-101-3/+2
* r2970: - give somefields names and typdef enums for the possible valuesStefan Metzmacher2007-10-101-20/+53
* r2968: fixed the byte order problem with the new RHS parsing on ncacn_ip_tcpAndrew Tridgell2007-10-103-1/+13
* r2967: Add some printer enum constants from Samba3's rpc_spoolss.hTim Potter2007-10-101-0/+9
* r2956: Fix towers_length for now. I'm currently working on a pidl extensionJelmer Vernooij2007-10-102-1/+53
* r2952: add idl and torture test for DsCrackNamesStefan Metzmacher2007-10-101-2/+40
* r2950: 0x40000 is clearer than 262144Andrew Tridgell2007-10-101-1/+1
* r2949: added some range checks in samr.idlAndrew Tridgell2007-10-101-4/+4
* r2948: added support for the [range(low,high)] attribute in pidl. This allowsAndrew Tridgell2007-10-101-1/+2
* r2939: Use /* */ style commentsJelmer Vernooij2007-10-101-4/+4
* r2938: Use IDL to dissect the RHS of floors in protocol towersJelmer Vernooij2007-10-102-40/+108
* r2925: added the definition for a new rpc fault code I am seeing on epmapper ...Andrew Tridgell2007-10-101-0/+1
* r2921: Add a few more protocols and fix the numbers associated with some ofJelmer Vernooij2007-10-103-20/+30
* r2910: I noticed that the samr torture test was doing its own DOS->UNIXAndrew Tridgell2007-10-101-129/+138
* r2888: - add 'Ds' prefix to Bind and Unbind call on drsuapiStefan Metzmacher2007-10-101-27/+27
* r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell2007-10-101-7/+3
* r2833: - added a call to SamrQueryGroupMember for every group, and fix theAndrew Tridgell2007-10-101-28/+11
* r2831: // style comments are not supported by pure C preprocessors. Please DO...Volker Lendecke2007-10-101-2/+2
* r2830: // style comments are not supported by pure C preprocessors. Please DO...Volker Lendecke2007-10-102-153/+153
* r2818: On AIX, for some reason pidl fails in dcom.idl:29. The only thingVolker Lendecke2007-10-101-2/+2
* r2817: Get winreg_GetKeySecurity() working but use data blob instead ofTim Potter2007-10-101-7/+14