summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Expand)AuthorFilesLines
2010-03-17s4-smbtorture: workaround broken REG_MULTI_SZ from winreg in s3Günther Deschner1-0/+7
2010-03-17s4-smbtorture: workaround the fact that you cannot fully rename a printer in ...Günther Deschner1-3/+8
2010-03-17s4-smbtorture: only use "friendly" data in extended SetPrinterDataEx test.Günther Deschner1-1/+18
2010-03-17s4-smbtorture: skip security descriptor tests against Samba in RPC-WINREG.Günther Deschner1-0/+5
2010-03-17s4-smbtorture: re-arrange tests in RPC-WINREG.Günther Deschner1-155/+145
2010-03-17s4-smbtorture: add test to check different keytypes.Günther Deschner1-0/+153
2010-03-17s4-smbtorture: add test_DeleteKey_opts to RPC-WINREG.Günther Deschner1-8/+18
2010-03-17s4-smbtorture: add test_OpenKey_opts() to RPC-WINREG.Günther Deschner1-47/+55
2010-03-17s4-smbtorture: add test_CreateKey_opts() to RPC-WINREG test.Günther Deschner1-9/+35
2010-03-17s4-smbtorture: put HKLM current_version test into an own function.Günther Deschner1-18/+33
2010-03-17s4-smbtorture: use binding handle for simple SetValue winreg test.Günther Deschner1-3/+2
2010-03-17s4:torture/rpc/lsa*: make use of dcerpc_binding_handle stubsStefan Metzmacher5-236/+252
2010-03-17s4:torture/rpc/remote_pac.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-5/+6
2010-03-16s4-smbtorture: add lsa_SetTrustedDomainInfoByName NDR test.Günther Deschner1-1/+101
2010-03-16s4-smbtorture: use random buffer for extended SetValue test in RPC-WINREG.Günther Deschner1-6/+11
2010-03-16s4:torture/rpc/winreg.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-145/+174
2010-03-16s4:torture/rpc/spoolss_win.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-86/+89
2010-03-16s4:torture/rpc/spoolss_notify.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-15/+19
2010-03-16s4:torture/rpc/spoolss_notify.c: fix compiler warningsStefan Metzmacher1-1/+5
2010-03-16s4:torture/rpc/spoolss.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2-314/+342
2010-03-16s4:tortore/rpc/spoolss.c: fix compiler warningStefan Metzmacher1-1/+0
2010-03-16s4:torture/rpc/autoidl.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-6/+7
2010-03-16s4:torture/rpc/mgmt.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2-16/+20
2010-03-16s4:torture/rpc/remact.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-2/+3
2010-03-16s4:torture/rpc/oxidresolve.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-7/+15
2010-03-16s4:torture/rpc/initshutdown.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-3/+6
2010-03-16s4:torture/rpc/epmapper.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-12/+18
2010-03-16s4:torture/rpc/eventlog.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-33/+41
2010-03-16s4:tortore/rpc/eventlog.c: rename variable 'b' => 'br'Stefan Metzmacher1-7/+7
2010-03-16s4:torture/rpc/svcctl.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-63/+80
2010-03-16s4:torture/rpc/atsvc.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-4/+8
2010-03-16s4:torture/rpc/wkssvc.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-32/+63
2010-03-16s4:torture/rpc/srvsvc.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-23/+42
2010-03-16s4:torture/rpc/dsgetinfo.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-3/+6
2010-03-16s4:torture/rpc/dssync.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-6/+8
2010-03-16s4:torture/rpc/drsuapi*: make use of dcerpc_binding_handle stubsStefan Metzmacher2-24/+25
2010-03-16s4:torture/rpc/unixinfo.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-5/+10
2010-03-16s4-smbtorture: remove NotifyChangeKeyValue s3 skip in RPC-WINREG:Günther Deschner1-4/+0
2010-03-16s4-smbtorture: make it a bit easier to track failures in RPC-SPOOLSS-PRINTER.Günther Deschner1-5/+15
2010-03-16s4:torture-ndr add lsarSetForestTrustInformation ndr testSimo Sorce1-0/+51
2010-03-16Revert "Revert "s4-smbtorture: skip extended SetValue test against Samba (bot...Stefan Metzmacher1-9/+5
2010-03-16s4:torture/rpc/dsgetinfo.c: fix name resolving for ldap_urlStefan Metzmacher1-1/+6
2010-03-16s4-smbtorture: avoid printf calls in RPC-WINREG test.Günther Deschner1-41/+33
2010-03-16s3-spoolss: be very strict on OpenPrinter{Ex} failures for bad names.Günther Deschner1-8/+4
2010-03-16s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett2-4/+4
2010-03-16s4-drs: Torture testcase for DS_REPL_INFO_METADATA_2_FOR_OBJ infoType of DsGe...Erick Nogueira do Nascimento1-46/+104
2010-03-15s4-smbtorture: add simple printer rename test to RPC-SPOOLSS-PRINTER.Günther Deschner1-1/+95
2010-03-15s4-smbtorture: fill PrinterDriverData with more values for consistency test.Günther Deschner1-3/+22
2010-03-15s4-smbtorture: cleanup data after enumdata{ex} consistency test.Günther Deschner1-0/+8
2010-03-15s4-smbtorture: when cross checking enumdata{ex} make sure to have at least on...Günther Deschner1-0/+21