r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
[kai/samba.git] / source4 / librpc / idl / winreg.idl
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Stefan Metzmacherr13131: windows sends termination here, this fixes...
2007-10-10 Andrew Tridgellr11457: fixed the winreg IDL and torture code so key...
2007-10-10 Tim Potterr11261: Rename access_required field in winreg idl...
2007-10-10 Jelmer Vernooijr11243: length and size can now be filled in automatically.
2007-10-10 Jelmer Vernooijr11101: Remove last instances of unistr
2007-10-10 Andrew Tridgellr9574: - made the sec_info fields in lsa and samr use...
2007-10-10 Andrew Tridgellr9567: fixed the winreg IDL for CreateKey, including...
2007-10-10 Andrew Tridgellr9495: - added an enum for winreg key types, making...
2007-10-10 Andrew Tridgellr9360: fixed the IDL for winreg_SetValue()
2007-10-10 Andrew Tridgellr9338: fixed the winreg IDL to be correct for the EnumK...
2007-10-10 Stefan Metzmacherr9157: fix white spaces
2007-10-10 Andrew Tridgellr9146: - enable winreg pipe from ejs
2007-10-10 Tim Potterr8171: According to Samba 3 and Ethereal, the winreg_Op...
2007-10-10 Andrew Tridgellr7870: fixed the RPC-SCHANNEL test. It turned out it...
2007-10-10 Jelmer Vernooijr7552: Use ParseExpr() for [value] attributes; allows
2007-10-10 Jelmer Vernooijr7029: Make array support in pidl similar to that in...
2007-10-10 Jelmer Vernooijr6973: Merge new version of pidl into the main SAMBA_4_...
2007-10-10 Jelmer Vernooijr5866: Add InitShutdown IDL and torture test.
2007-10-10 Jelmer Vernooijr5775: Remove some unused functions (unions are no...
2007-10-10 Jelmer Vernooijr5661: Be a little stricter on syntax regarding arrays...
2007-10-10 Jelmer Vernooijr4175: InitiateSystemShutdownEx IDL and torture test
2007-10-10 Jelmer Vernooijr4168: Implement QueryValue in the server
2007-10-10 Jelmer Vernooijr4167: Fix CreateKey
2007-10-10 Jelmer Vernooijr4158: Fix IDL for InitiateShutdown and AbortShutdown...
2007-10-10 Jelmer Vernooijr4157: QueryMultipleValues IDL and torture test
2007-10-10 Jelmer Vernooijr4156: GetKeySecurity() IDL and torture test
2007-10-10 Andrew Tridgellr4113: modified EnumValue in winreg to take advantage...
2007-10-10 Andrew Tridgellr4111: fixed winreg to use much simpler (and I believe...
2007-10-10 Jelmer Vernooijr4105: Fix IDL for QueryValue() and add a torture test...
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Tridgellr3283: converted to quoted uuid() defines in all our...
2007-10-10 Jelmer Vernooijr3162: Add client-side support for the ncalrpc: and...
2007-10-10 Jelmer Vernooijr3043: Use binding strings for specifying endpoints...
2007-10-10 Tim Potterr2817: Get winreg_GetKeySecurity() working but use...
2007-10-10 Tim Potterr2807: OK I think winreg_EnumValue() finally works...
2007-10-10 Tim Potterr2782: Reformat IDL for winreg_EnumValue()
2007-10-10 Tim Potterr2781: Got winreg_EnumValue() working. Check it in...
2007-10-10 Jelmer Vernooijr2518: Some long overdue changes:
2007-10-10 Jelmer Vernooijr1838: Updates from the airplane:
2007-10-10 Jelmer Vernooijr1799: List more uuids. From
2007-10-10 Andrew Tridgellr937: - added a simple QuerySecurity implementation...
2007-10-10 Jelmer Vernooijr199: More registry rpc updates
2007-10-10 Jelmer Vernooijr190: More RPC updates
2007-10-10 Jelmer Vernooijr165: Add support for viewing registry values in gregedit
2007-10-10 Jelmer Vernooijr128: Another registry update. Changes:
2007-10-10 Jelmer Vernooijr62: Fix the build
2007-10-10 Jelmer Vernooijr46: Add CreateKey function (still working on it)
2007-10-10 Jelmer Vernooijr31: More registry updates. regdiff/regpatch work now.
2003-12-12 Tim PotterSmall cleanup of test code. Rename enum indexes to...
2003-12-12 Tim PotterGot winreg_EnumValue working - what a mess!
2003-11-23 Tim PotterAdd a strlen_m_term() function for returning the length...
2003-11-23 Tim PotterStrings in the winreg pipe are terminated.
2003-11-22 Andrew Tridgell * you can't have two parameters with the same name...
2003-11-22 Tim PotterConvert all NTSTATUS return codes to WERROR.
2003-11-21 Andrew Tridgell* changed the way strings are handled in pidl to a...
2003-11-21 Tim PotterImplement DeleteKey, DeleteValue, FlushKey.
2003-11-21 Tim PotterStart of winreg idl. Implement OpenHKLM, GetVersion...