r14860: create libcli/security/security.h
[abartlet/samba.git/.git] / source4 / torture / rpc / winreg.c
2007-10-10 Stefan Metzmacherr14860: create libcli/security/security.h
2007-10-10 Jelmer Vernooijr14720: Add torture_context argument to all torture...
2007-10-10 Jelmer Vernooijr14470: Remove some unnecessary headers.
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr14402: Generate seperate headers for RPC client functions.
2007-10-10 Jelmer Vernooijr14379: Build torture/rpc/ as a seperate smbtorture...
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Jelmer Vernooijr12693: Move core data structures out of smb.h into...
2007-10-10 Jelmer Vernooijr12510: Change the DCE/RPC interfaces to take a pointer...
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 Tim Potterr11210: Log registry open function name when starting...
2007-10-10 Andrew Tridgellr9578: fixed an endless loop and memory leak in the...
2007-10-10 Andrew Tridgellr9575: more automatic cleanup code in winreg test
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 Tridgellr9338: fixed the winreg IDL to be correct for the EnumK...
2007-10-10 Tim Potterr8171: According to Samba 3 and Ethereal, the winreg_Op...
2007-10-10 Jelmer Vernooijr6961: Add RPC-WINREG to list of win2k3 tests
2007-10-10 Andrew Bartlettr5941: Commit this patch much earlier than I would...
2007-10-10 Jelmer Vernooijr5866: Add InitShutdown IDL and torture test.
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4591: - converted the other _p talloc functions to...
2007-10-10 Stefan Metzmacherr4422: make lp_set_cmdline("torture:dangerous", "Yes...
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 Jelmer Vernooijr4142: Check result value of OpenHKU and OpenHKCR
2007-10-10 Andrew Tridgellr4138: initialise 'type' in RPC-WINREG EnumValue test
2007-10-10 Jelmer Vernooijr4132: - Bunch of rather large fixes in the registry
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 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...