r4436: add one more flag
[samba.git] / source4 / librpc / idl / winreg.idl
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...