summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/winreg.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell1-0/+2
2003-11-22Convert all NTSTATUS return codes to WERROR.Tim Potter1-12/+227
2003-11-21Implement DeleteKey, DeleteValue, FlushKey.Tim Potter1-0/+52
2003-11-21Start of winreg idl. Implement OpenHKLM, GetVersion and CloseKey.Tim Potter1-0/+124