summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/winreg.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett1-4/+4
2007-10-10r5866: Add InitShutdown IDL and torture test.Jelmer Vernooij1-6/+14
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-6/+6
2007-10-10r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for theAndrew Tridgell1-7/+7
2007-10-10r4591: - converted the other _p talloc functions to not need _pAndrew Tridgell1-1/+1
2007-10-10r4422: make lp_set_cmdline("torture:dangerous", "Yes") a bool parameterStefan Metzmacher1-1/+1
2007-10-10r4175: InitiateSystemShutdownEx IDL and torture testJelmer Vernooij1-0/+31
2007-10-10r4168: Implement QueryValue in the serverJelmer Vernooij1-0/+33
2007-10-10r4167: Fix CreateKeyJelmer Vernooij1-4/+4
2007-10-10r4158: Fix IDL for InitiateShutdown and AbortShutdown and run both onlyJelmer Vernooij1-8/+11
2007-10-10r4157: QueryMultipleValues IDL and torture testJelmer Vernooij1-0/+36
2007-10-10r4156: GetKeySecurity() IDL and torture testJelmer Vernooij1-0/+35
2007-10-10r4142: Check result value of OpenHKU and OpenHKCRJelmer Vernooij1-0/+9
2007-10-10r4138: initialise 'type' in RPC-WINREG EnumValue testAndrew Tridgell1-1/+1
2007-10-10r4132: - Bunch of rather large fixes in the registryJelmer Vernooij1-0/+1
2007-10-10r4113: modified EnumValue in winreg to take advantage of the new pidl handlingAndrew Tridgell1-18/+9
2007-10-10r4111: fixed winreg to use much simpler (and I believe correct) IDL for Query...Andrew Tridgell1-5/+2
2007-10-10r4105: Fix IDL for QueryValue() and add a torture test for it.Jelmer Vernooij1-4/+43
2007-10-10r4035: more effort on consistent naming of the access mask bits.Andrew Tridgell1-4/+4
2007-10-10r3428: switched to using minimal includes for the auto-generated RPC code.Andrew Tridgell1-0/+1
2007-10-10r3348: More registry fixes and additions. The following functions work right ...Jelmer Vernooij1-6/+16
2007-10-10r3340: Various fixes in the registry code. Implement the EnumKey callJelmer Vernooij1-0/+12
2007-10-10r3332: Check result codes in some more places...Jelmer Vernooij1-1/+11
2007-10-10r3324: made the smbtorture code completely warning freeAndrew Tridgell1-1/+1
2007-10-10r2896: Add torture test for EnumValue()Jelmer Vernooij1-24/+25
2007-10-10r2532: Don't run EnumValue torture test for now (idl needs fixing, doesn't co...Jelmer Vernooij1-1/+2
2007-10-10r1983: a completely new implementation of tallocAndrew Tridgell1-1/+2
2007-10-10r1123: Make all lp_ string functions return 'const char *'.Andrew Bartlett1-1/+2
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-1/+1
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-3/+3
2007-10-10r739: Implement GetNumRecords() call from eventlog pipe, including a torture ...Jelmer Vernooij1-0/+1
2007-10-10r355: Fix a bunch of compiler warnings in the registry code.Tim Potter1-1/+0
2007-10-10r199: More registry rpc updatesJelmer Vernooij1-2/+2
2007-10-10r190: More RPC updatesJelmer Vernooij1-26/+28
2007-10-10r168: - Cleanups in rpc backendJelmer Vernooij1-6/+10
2007-10-10r165: Add support for viewing registry values in gregeditJelmer Vernooij1-1/+5
2007-10-10r128: Another registry update. Changes:Jelmer Vernooij1-20/+77
2007-10-10r62: Fix the buildJelmer Vernooij1-3/+6
2007-10-10r61: - Implement first call in the winreg rpc serverJelmer Vernooij1-1/+22
2007-10-10r46: Add CreateKey function (still working on it)Jelmer Vernooij1-6/+49
2007-10-10r33: Fix torture test after IDL changes.Jelmer Vernooij1-11/+2
2004-02-03- add 'print' to the DCERPC binding stringsStefan Metzmacher1-2/+0
2003-12-12Small cleanup of test code. Rename enum indexes to be the same nameTim Potter1-112/+86
2003-12-12Got winreg_EnumValue working - what a mess!Tim Potter1-16/+62
2003-11-23Modify WINREG test program to recursively enumerate keys in all knownTim Potter1-64/+47
2003-11-23Check NT_STATUS code from dcerpc call function before checking theTim Potter1-2/+2
2003-11-23Actually call right function name.Tim Potter1-1/+1
2003-11-23Call enumkey for tridge.Tim Potter1-0/+4
2003-11-23String termination fix.Tim Potter1-30/+87
2003-11-23reduced the number of magic types we need in mkproto.plAndrew Tridgell1-1/+1