summaryrefslogtreecommitdiff
path: root/source4/librpc
AgeCommit message (Expand)AuthorFilesLines
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 Vernooij13-29/+41
2007-10-10r3036: Add function to pull an array of structures. Abstracts away theTim Potter1-0/+21
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-10r2993: fix commentStefan Metzmacher1-1/+0
2007-10-10r2992: drsuapi uses WERROR not NTSTATUSStefan Metzmacher1-25/+25
2007-10-10r2991: add drsuapi_DsGetDomainControllerInfo() idl and torture testStefan Metzmacher1-1/+74
2007-10-10r2990: Add support to pidl for autogenerating ndr_size_*() functions. AddingJelmer Vernooij4-54/+19
2007-10-10r2989: fix the printing of unions with negative cases when :print is usedAndrew Tridgell1-2/+2
2007-10-10r2987: added support for signed 32 bit integers in pidlAndrew Tridgell1-0/+31
2007-10-10r2972: make names more consistentStefan Metzmacher1-2/+2
2007-10-10r2971: fix DsBind idlStefan Metzmacher1-3/+2
2007-10-10r2970: - give somefields names and typdef enums for the possible valuesStefan Metzmacher1-20/+53
2007-10-10r2968: fixed the byte order problem with the new RHS parsing on ncacn_ip_tcpAndrew Tridgell3-1/+13
2007-10-10r2967: Add some printer enum constants from Samba3's rpc_spoolss.hTim Potter1-0/+9
2007-10-10r2956: Fix towers_length for now. I'm currently working on a pidl extensionJelmer Vernooij2-1/+53
2007-10-10r2952: add idl and torture test for DsCrackNamesStefan Metzmacher1-2/+40
2007-10-10r2950: 0x40000 is clearer than 262144Andrew Tridgell1-1/+1
2007-10-10r2949: added some range checks in samr.idlAndrew Tridgell1-4/+4
2007-10-10r2948: added support for the [range(low,high)] attribute in pidl. This allowsAndrew Tridgell1-1/+2
2007-10-10r2939: Use /* */ style commentsJelmer Vernooij1-4/+4
2007-10-10r2938: Use IDL to dissect the RHS of floors in protocol towersJelmer Vernooij2-40/+108
2007-10-10r2925: added the definition for a new rpc fault code I am seeing on epmapper ...Andrew Tridgell1-0/+1
2007-10-10r2921: Add a few more protocols and fix the numbers associated with some ofJelmer Vernooij3-20/+30
2007-10-10r2910: I noticed that the samr torture test was doing its own DOS->UNIXAndrew Tridgell1-129/+138
2007-10-10r2888: - add 'Ds' prefix to Bind and Unbind call on drsuapiStefan Metzmacher1-27/+27
2007-10-10r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots o...Andrew Tridgell1-7/+3
2007-10-10r2833: - added a call to SamrQueryGroupMember for every group, and fix theAndrew Tridgell1-28/+11
2007-10-10r2831: // style comments are not supported by pure C preprocessors. Please DO...Volker Lendecke1-2/+2
2007-10-10r2830: // style comments are not supported by pure C preprocessors. Please DO...Volker Lendecke2-153/+153
2007-10-10r2818: On AIX, for some reason pidl fails in dcom.idl:29. The only thingVolker Lendecke1-2/+2
2007-10-10r2817: Get winreg_GetKeySecurity() working but use data blob instead ofTim Potter1-7/+14
2007-10-10r2807: OK I think winreg_EnumValue() finally works. The previous versionTim Potter1-5/+19
2007-10-10r2782: Reformat IDL for winreg_EnumValue()Tim Potter1-36/+14
2007-10-10r2781: Got winreg_EnumValue() working. Check it in so I don't break it tryingTim Potter1-3/+18
2007-10-10r2763: use no-auth bind on ncacn_np unless we specify at least one of "sign",...Andrew Tridgell1-1/+2
2007-10-10r2741: Definition for ISystemActivator...Jelmer Vernooij1-1/+5
2007-10-10r2740: Finish the RemoteActivation interface. Torture tests will followJelmer Vernooij2-20/+11
2007-10-10r2735: More DCOM updates:Jelmer Vernooij3-134/+148
2007-10-10r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2-4/+4
2007-10-10r2705: Don't try RemQueryInterface2 for now (doesn't validate)Jelmer Vernooij1-2/+2
2007-10-10r2699: Correct handle ServerAlive() and ServerAlive2() + add torture testsJelmer Vernooij2-16/+13
2007-10-10r2696: DCOM updates:Jelmer Vernooij3-79/+96
2007-10-10r2687: Add ORPC flag (used by DCOM)Jelmer Vernooij1-0/+1
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 Tridgell4-4/+5
2007-10-10r2668: steal the cli pointer into the pipe context so a single free destroys ...Andrew Tridgell1-1/+2