summaryrefslogtreecommitdiffstats
path: root/source4/librpc/idl/winreg.idl
Commit message (Expand)AuthorAgeFilesLines
* r11457: fixed the winreg IDL and torture code so key and value enumerationsAndrew Tridgell2007-10-101-1/+4
* r11261: Rename access_required field in winreg idl to access_mask so it matchesTim Potter2007-10-101-10/+10
* r11243: length and size can now be filled in automatically.Jelmer Vernooij2007-10-101-5/+2
* r11101: Remove last instances of unistrJelmer Vernooij2007-10-101-1/+1
* r9574: - made the sec_info fields in lsa and samr use a IDL bitmapAndrew Tridgell2007-10-101-2/+10
* r9567: fixed the winreg IDL for CreateKey, including a securityAndrew Tridgell2007-10-101-12/+20
* r9495: - added an enum for winreg key types, making it easier to read the deb...Andrew Tridgell2007-10-101-10/+20
* r9360: fixed the IDL for winreg_SetValue()Andrew Tridgell2007-10-101-1/+1
* r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValueAndrew Tridgell2007-10-101-39/+19
* r9157: fix white spacesStefan Metzmacher2007-10-101-3/+3
* r9146: - enable winreg pipe from ejsAndrew Tridgell2007-10-101-1/+1
* r8171: According to Samba 3 and Ethereal, the winreg_OpenUnkown stuff isTim Potter2007-10-101-14/+9
* r7870: fixed the RPC-SCHANNEL test. It turned out it was my const changes, asAndrew Tridgell2007-10-101-1/+1
* r7552: Use ParseExpr() for [value] attributes; allowsJelmer Vernooij2007-10-101-2/+2
* r7029: Make array support in pidl similar to that in other IDL compilers. We ...Jelmer Vernooij2007-10-101-7/+7
* r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij2007-10-101-0/+1
* r5866: Add InitShutdown IDL and torture test.Jelmer Vernooij2007-10-101-3/+3
* r5775: Remove some unused functions (unions are no longer as special as they ...Jelmer Vernooij2007-10-101-1/+2
* r5661: Be a little stricter on syntax regarding arrays. A pointer to anJelmer Vernooij2007-10-101-7/+7
* r4175: InitiateSystemShutdownEx IDL and torture testJelmer Vernooij2007-10-101-1/+7
* r4168: Implement QueryValue in the serverJelmer Vernooij2007-10-101-0/+7
* r4167: Fix CreateKeyJelmer Vernooij2007-10-101-3/+2
* r4158: Fix IDL for InitiateShutdown and AbortShutdown and run both onlyJelmer Vernooij2007-10-101-5/+5
* r4157: QueryMultipleValues IDL and torture testJelmer Vernooij2007-10-101-2/+17
* r4156: GetKeySecurity() IDL and torture testJelmer Vernooij2007-10-101-10/+4
* r4113: modified EnumValue in winreg to take advantage of the new pidl handlingAndrew Tridgell2007-10-101-31/+19
* r4111: fixed winreg to use much simpler (and I believe correct) IDL for Query...Andrew Tridgell2007-10-101-16/+8
* r4105: Fix IDL for QueryValue() and add a torture test for it.Jelmer Vernooij2007-10-101-8/+7
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-1/+2
* r3283: converted to quoted uuid() defines in all our IDL. This should helpAndrew Tridgell2007-10-101-1/+1
* r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transp...Jelmer Vernooij2007-10-101-1/+1
* r3043: Use binding strings for specifying endpoints. The property forJelmer Vernooij2007-10-101-1/+1
* 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
* r2518: Some long overdue changes:Jelmer Vernooij2007-10-101-2/+1
* r1838: Updates from the airplane:Jelmer Vernooij2007-10-101-2/+8
* r1799: List more uuids. FromJelmer Vernooij2007-10-101-1/+6
* r937: - added a simple QuerySecurity implementation in samr serverAndrew Tridgell2007-10-101-0/+1
* r199: More registry rpc updatesJelmer Vernooij2007-10-101-1/+1
* r190: More RPC updatesJelmer Vernooij2007-10-101-1/+14
* r165: Add support for viewing registry values in gregeditJelmer Vernooij2007-10-101-1/+3
* r128: Another registry update. Changes:Jelmer Vernooij2007-10-101-5/+30
* r62: Fix the buildJelmer Vernooij2007-10-101-1/+1
* r46: Add CreateKey function (still working on it)Jelmer Vernooij2007-10-101-0/+8
* r31: More registry updates. regdiff/regpatch work now.Jelmer Vernooij2007-10-101-14/+1
* Small cleanup of test code. Rename enum indexes to be the same nameTim Potter2003-12-121-2/+2
* Got winreg_EnumValue working - what a mess!Tim Potter2003-12-121-4/+24
* Add a strlen_m_term() function for returning the length of a stringTim Potter2003-11-231-2/+2