summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/winreg.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r62: Fix the buildJelmer Vernooij2007-10-101-3/+6
* r61: - Implement first call in the winreg rpc serverJelmer Vernooij2007-10-101-1/+22
* r46: Add CreateKey function (still working on it)Jelmer Vernooij2007-10-101-6/+49
* r33: Fix torture test after IDL changes.Jelmer Vernooij2007-10-101-11/+2
* - add 'print' to the DCERPC binding stringsStefan Metzmacher2004-02-031-2/+0
* Small cleanup of test code. Rename enum indexes to be the same nameTim Potter2003-12-121-112/+86
* Got winreg_EnumValue working - what a mess!Tim Potter2003-12-121-16/+62
* Modify WINREG test program to recursively enumerate keys in all knownTim Potter2003-11-231-64/+47
* Check NT_STATUS code from dcerpc call function before checking theTim Potter2003-11-231-2/+2
* Actually call right function name.Tim Potter2003-11-231-1/+1
* Call enumkey for tridge.Tim Potter2003-11-231-0/+4
* String termination fix.Tim Potter2003-11-231-30/+87
* reduced the number of magic types we need in mkproto.plAndrew Tridgell2003-11-231-1/+1
* a fairly major upgrade to the dcerpc systemAndrew Tridgell2003-11-221-0/+2
* Convert all NTSTATUS return codes to WERROR.Tim Potter2003-11-221-12/+227
* Implement DeleteKey, DeleteValue, FlushKey.Tim Potter2003-11-211-0/+52
* Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter2003-11-211-0/+124