summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r2807: OK I think winreg_EnumValue() finally works. The previous versionTim Potter2007-10-101-5/+19
* r2782: Reformat IDL for winreg_EnumValue()Tim Potter2007-10-101-36/+14
* r2781: Got winreg_EnumValue() working. Check it in so I don't break it tryingTim Potter2007-10-101-3/+18
* r2763: use no-auth bind on ncacn_np unless we specify at least one of "sign",...Andrew Tridgell2007-10-101-1/+2
* r2741: Definition for ISystemActivator...Jelmer Vernooij2007-10-101-1/+5
* r2740: Finish the RemoteActivation interface. Torture tests will followJelmer Vernooij2007-10-102-20/+11
* r2735: More DCOM updates:Jelmer Vernooij2007-10-103-134/+148
* r2710: continue with the new style of providing a parent context wheneverAndrew Tridgell2007-10-102-4/+4
* r2705: Don't try RemQueryInterface2 for now (doesn't validate)Jelmer Vernooij2007-10-101-2/+2
* r2699: Correct handle ServerAlive() and ServerAlive2() + add torture testsJelmer Vernooij2007-10-102-16/+13
* r2696: DCOM updates:Jelmer Vernooij2007-10-103-79/+96
* r2687: Add ORPC flag (used by DCOM)Jelmer Vernooij2007-10-101-0/+1
* r2680: switched the libcli/raw/ code over to use talloc_reference(), which si...Andrew Tridgell2007-10-101-15/+7
* r2674: I have realised that talloc() should have its context marked const, asAndrew Tridgell2007-10-101-2/+7
* r2671: we're getting too many errors caused by the talloc_realloc() API notAndrew Tridgell2007-10-104-4/+5
* r2668: steal the cli pointer into the pipe context so a single free destroys ...Andrew Tridgell2007-10-101-1/+2
* r2660: - converted the libcli/raw/ library to use talloc_increase_ref_count()Andrew Tridgell2007-10-102-3/+3
* r2643: convert more of the auth subsyystem to the new talloc methods. ThisAndrew Tridgell2007-10-101-10/+3
* r2634: use discard_const_p() in a few placesAndrew Tridgell2007-10-101-2/+2
* r2629: convert gensec to the new talloc modelAndrew Tridgell2007-10-104-5/+5
* r2628: got rid of some warnings and converted a few more places to use hierar...Andrew Tridgell2007-10-103-4/+3
* r2626: the symbol gai_error is defined in /usr/include, so don't use that nam...Andrew Tridgell2007-10-101-4/+4
* r2625: use talloc_p, not talloc when possible (when allocating a structure in...Andrew Tridgell2007-10-101-1/+1
* r2614: support CONNECT level DCE/RPC security in both client andAndrew Tridgell2007-10-104-21/+67
* r2552: Character set conversion and string handling updates.Andrew Bartlett2007-10-101-4/+4
* r2538: Support IPv6 as transport for MSRPC. Tested against Win2k3Jelmer Vernooij2007-10-102-11/+35
* r2518: Some long overdue changes:Jelmer Vernooij2007-10-101-2/+1
* r2489: Rename account_flags in EnumDomainAliases() to acct_flags.Tim Potter2007-10-101-1/+1
* r2458: Rename policy handle parameters for the SAMR pipe. Parameters nowTim Potter2007-10-101-65/+65
* r2443: check return code of event_loop_once() to catch thet cases where the s...Stefan Metzmacher2007-10-101-2/+6
* r2399: Display text description of rpc fault in debug message.Tim Potter2007-10-101-1/+1
* r2383: fixed the handling of sending zero length dcerpc packets (I broke thisAndrew Tridgell2007-10-101-1/+3
* r2382: considerably improved the Bind and Unbind IDL and test code. We canAndrew Tridgell2007-10-101-8/+14
* r2304: fixed a bug in old style NTLM signingAndrew Tridgell2007-10-101-1/+1
* r2294: this fixes the NTLM2 sign+seal combination. I have now tested:Andrew Tridgell2007-10-101-5/+8