r4035: more effort on consistent naming of the access mask bits.
[samba.git] / source4 / torture / rpc / winreg.c
2007-10-10 Andrew Tridgellr4035: more effort on consistent naming of the access...
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Jelmer Vernooijr3348: More registry fixes and additions. The following...
2007-10-10 Jelmer Vernooijr3340: Various fixes in the registry code. Implement...
2007-10-10 Jelmer Vernooijr3332: Check result codes in some more places...
2007-10-10 Andrew Tridgellr3324: made the smbtorture code completely warning...
2007-10-10 Jelmer Vernooijr2896: Add torture test for EnumValue()
2007-10-10 Jelmer Vernooijr2532: Don't run EnumValue torture test for now (idl...
2007-10-10 Andrew Tridgellr1983: a completely new implementation of talloc
2007-10-10 Andrew Bartlettr1123: Make all lp_ string functions return 'const...
2007-10-10 Stefan Metzmacherr889: convert samba4 to use [u]int16_t instead of ...
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Jelmer Vernooijr739: Implement GetNumRecords() call from eventlog...
2007-10-10 Tim Potterr355: Fix a bunch of compiler warnings in the registry...
2007-10-10 Jelmer Vernooijr199: More registry rpc updates
2007-10-10 Jelmer Vernooijr190: More RPC updates
2007-10-10 Jelmer Vernooijr168: - Cleanups in rpc backend
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 Vernooijr61: - Implement first call in the winreg rpc server
2007-10-10 Jelmer Vernooijr46: Add CreateKey function (still working on it)
2007-10-10 Jelmer Vernooijr33: Fix torture test after IDL changes.
2004-02-03 Stefan Metzmacher- add 'print' to the DCERPC binding strings
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 PotterModify WINREG test program to recursively enumerate...
2003-11-23 Tim PotterCheck NT_STATUS code from dcerpc call function before...
2003-11-23 Tim PotterActually call right function name.
2003-11-23 Tim PotterCall enumkey for tridge.
2003-11-23 Tim PotterString termination fix.
2003-11-23 Andrew Tridgellreduced the number of magic types we need in mkproto.pl
2003-11-22 Andrew Tridgella fairly major upgrade to the dcerpc system
2003-11-22 Tim PotterConvert all NTSTATUS return codes to WERROR.
2003-11-21 Tim PotterImplement DeleteKey, DeleteValue, FlushKey.
2003-11-21 Tim PotterStart of winreg idl. Implement OpenHKLM, GetVersion...