summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/winreg.c
Commit message (Expand)AuthorAgeFilesLines
* r12693: Move core data structures out of smb.h into core.hJelmer Vernooij2007-10-101-0/+1
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-101-5/+1
* r11457: fixed the winreg IDL and torture code so key and value enumerationsAndrew Tridgell2007-10-101-8/+8
* r11261: Rename access_required field in winreg idl to access_mask so it matchesTim Potter2007-10-101-3/+3
* r11243: length and size can now be filled in automatically.Jelmer Vernooij2007-10-101-7/+1
* r11210: Log registry open function name when starting hive tests.Tim Potter2007-10-101-6/+12
* r9578: fixed an endless loop and memory leak in the QueryMultipleValues testAndrew Tridgell2007-10-101-3/+5
* r9575: more automatic cleanup code in winreg testAndrew Tridgell2007-10-101-2/+7
* r9574: - made the sec_info fields in lsa and samr use a IDL bitmapAndrew Tridgell2007-10-101-125/+130
* r9567: fixed the winreg IDL for CreateKey, including a securityAndrew Tridgell2007-10-101-7/+22
* r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValueAndrew Tridgell2007-10-101-21/+26
* r8171: According to Samba 3 and Ethereal, the winreg_OpenUnkown stuff isTim Potter2007-10-101-16/+4
* r6961: Add RPC-WINREG to list of win2k3 testsJelmer Vernooij2007-10-101-17/+26
* r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett2007-10-101-4/+4
* r5866: Add InitShutdown IDL and torture test.Jelmer Vernooij2007-10-101-6/+14
* r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell2007-10-101-6/+6
* r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell2007-10-101-7/+7
* r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell2007-10-101-1/+1
* r4422: make lp_set_cmdline("torture:dangerous", "Yes") a bool parameterStefan Metzmacher2007-10-101-1/+1
* r4175: InitiateSystemShutdownEx IDL and torture testJelmer Vernooij2007-10-101-0/+31
* r4168: Implement QueryValue in the serverJelmer Vernooij2007-10-101-0/+33
* r4167: Fix CreateKeyJelmer Vernooij2007-10-101-4/+4
* r4158: Fix IDL for InitiateShutdown and AbortShutdown and run both onlyJelmer Vernooij2007-10-101-8/+11
* r4157: QueryMultipleValues IDL and torture testJelmer Vernooij2007-10-101-0/+36
* r4156: GetKeySecurity() IDL and torture testJelmer Vernooij2007-10-101-0/+35
* r4142: Check result value of OpenHKU and OpenHKCRJelmer Vernooij2007-10-101-0/+9
* r4138: initialise 'type' in RPC-WINREG EnumValue testAndrew Tridgell2007-10-101-1/+1
* r4132: - Bunch of rather large fixes in the registryJelmer Vernooij2007-10-101-0/+1
* r4113: modified EnumValue in winreg to take advantage of the new pidl handlingAndrew Tridgell2007-10-101-18/+9
* r4111: fixed winreg to use much simpler (and I believe correct) IDL for Query...Andrew Tridgell2007-10-101-5/+2
* r4105: Fix IDL for QueryValue() and add a torture test for it.Jelmer Vernooij2007-10-101-4/+43
* r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell2007-10-101-4/+4
* r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell2007-10-101-0/+1
* r3348: More registry fixes and additions. The following functions work right ...Jelmer Vernooij2007-10-101-6/+16
* r3340: Various fixes in the registry code. Implement the EnumKey callJelmer Vernooij2007-10-101-0/+12
* r3332: Check result codes in some more places...Jelmer Vernooij2007-10-101-1/+11
* r3324: made the smbtorture code completely warning freeAndrew Tridgell2007-10-101-1/+1
* r2896: Add torture test for EnumValue()Jelmer Vernooij2007-10-101-24/+25
* r2532: Don't run EnumValue torture test for now (idl needs fixing, doesn't co...Jelmer Vernooij2007-10-101-1/+2
* r1983: a completely new implementation of tallocAndrew Tridgell2007-10-101-1/+2
* r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett2007-10-101-1/+2
* r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher2007-10-101-1/+1
* r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher2007-10-101-3/+3
* r739: Implement GetNumRecords() call from eventlog pipe, including a torture ...Jelmer Vernooij2007-10-101-0/+1
* r355: Fix a bunch of compiler warnings in the registry code.Tim Potter2007-10-101-1/+0
* r199: More registry rpc updatesJelmer Vernooij2007-10-101-2/+2
* r190: More RPC updatesJelmer Vernooij2007-10-101-26/+28
* r168: - Cleanups in rpc backendJelmer Vernooij2007-10-101-6/+10
* r165: Add support for viewing registry values in gregeditJelmer Vernooij2007-10-101-1/+5
* r128: Another registry update. Changes:Jelmer Vernooij2007-10-101-20/+77