r3162: Add client-side support for the ncalrpc: and ncacn_unix_stream: transports.
[abartlet/samba.git/.git] / source4 / librpc / idl / winreg.idl
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...