summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/winreg.idl
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r4175: InitiateSystemShutdownEx IDL and torture testJelmer Vernooij1-1/+7
2007-10-10r4168: Implement QueryValue in the serverJelmer Vernooij1-0/+7
2007-10-10r4167: Fix CreateKeyJelmer Vernooij1-3/+2
2007-10-10r4158: Fix IDL for InitiateShutdown and AbortShutdown and run both onlyJelmer Vernooij1-5/+5
2007-10-10r4157: QueryMultipleValues IDL and torture testJelmer Vernooij1-2/+17
2007-10-10r4156: GetKeySecurity() IDL and torture testJelmer Vernooij1-10/+4
2007-10-10r4113: modified EnumValue in winreg to take advantage of the new pidl handlingAndrew Tridgell1-31/+19
2007-10-10r4111: fixed winreg to use much simpler (and I believe correct) IDL for Query...Andrew Tridgell1-16/+8
2007-10-10r4105: Fix IDL for QueryValue() and add a torture test for it.Jelmer Vernooij1-8/+7
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-1/+2
2007-10-10r3283: converted to quoted uuid() defines in all our IDL. This should helpAndrew Tridgell1-1/+1
2007-10-10r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...Jelmer Vernooij1-1/+1
2007-10-10r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij1-1/+1
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-10r2518: Some long overdue changes:Jelmer Vernooij1-2/+1
2007-10-10r1838: Updates from the airplane:Jelmer Vernooij1-2/+8
2007-10-10r1799: List more uuids. FromJelmer Vernooij1-1/+6
2007-10-10r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell1-0/+1
2007-10-10r199: More registry rpc updatesJelmer Vernooij1-1/+1
2007-10-10r190: More RPC updatesJelmer Vernooij1-1/+14
2007-10-10r165: Add support for viewing registry values in gregeditJelmer Vernooij1-1/+3
2007-10-10r128: Another registry update. Changes:Jelmer Vernooij1-5/+30
2007-10-10r62: Fix the buildJelmer Vernooij1-1/+1
2007-10-10r46: Add CreateKey function (still working on it)Jelmer Vernooij1-0/+8
2007-10-10r31: More registry updates. regdiff/regpatch work now.Jelmer Vernooij1-14/+1
2003-12-12Small cleanup of test code. Rename enum indexes to be the same nameTim Potter1-2/+2
2003-12-12Got winreg_EnumValue working - what a mess!Tim Potter1-4/+24
2003-11-23Add a strlen_m_term() function for returning the length of a stringTim Potter1-2/+2
2003-11-23Strings in the winreg pipe are terminated.Tim Potter1-3/+3
2003-11-22 * you can't have two parameters with the same name (pidl doesn't enforceAndrew Tridgell1-3/+3
2003-11-22Convert all NTSTATUS return codes to WERROR.Tim Potter1-41/+107
2003-11-21* changed the way strings are handled in pidl to a much more generalAndrew Tridgell1-0/+2
2003-11-21Implement DeleteKey, DeleteValue, FlushKey.Tim Potter1-6/+11
2003-11-21Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter1-0/+206