summaryrefslogtreecommitdiff
path: root/source4/torture
AgeCommit message (Collapse)AuthorFilesLines
2010-03-17s4:torture/rpc/lsa*: make use of dcerpc_binding_handle stubsStefan Metzmacher5-236/+252
metze
2010-03-17s4:torture/rpc/remote_pac.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-5/+6
metze
2010-03-16s4-smbtorture: add lsa_SetTrustedDomainInfoByName NDR test.Günther Deschner1-1/+101
Thanks Simo for providing the data and pointing out the IDL failure. Guenther
2010-03-16s4-smbtorture: use random buffer for extended SetValue test in RPC-WINREG.Günther Deschner1-6/+11
Guenther
2010-03-16s4:torture/rpc/winreg.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-145/+174
metze
2010-03-16s4:torture/rpc/spoolss_win.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-86/+89
metze
2010-03-16s4:torture/rpc/spoolss_notify.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-15/+19
metze
2010-03-16s4:torture/rpc/spoolss_notify.c: fix compiler warningsStefan Metzmacher1-1/+5
metze
2010-03-16s4:torture/rpc/spoolss.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2-314/+342
metze
2010-03-16s4:tortore/rpc/spoolss.c: fix compiler warningStefan Metzmacher1-1/+0
metze
2010-03-16s4:torture/rpc/autoidl.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-6/+7
metze
2010-03-16s4:torture/rpc/mgmt.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2-16/+20
metze
2010-03-16s4:torture/rpc/remact.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-2/+3
metze
2010-03-16s4:torture/rpc/oxidresolve.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-7/+15
metze
2010-03-16s4:torture/rpc/initshutdown.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-3/+6
metze
2010-03-16s4:torture/rpc/epmapper.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-12/+18
metze
2010-03-16s4:torture/rpc/eventlog.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-33/+41
metze
2010-03-16s4:tortore/rpc/eventlog.c: rename variable 'b' => 'br'Stefan Metzmacher1-7/+7
metze
2010-03-16s4:torture/rpc/svcctl.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-63/+80
metze
2010-03-16s4:torture/rpc/atsvc.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-4/+8
metze
2010-03-16s4:torture/rpc/wkssvc.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-32/+63
metze
2010-03-16s4:torture/rpc/srvsvc.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-23/+42
metze
2010-03-16s4:torture/rpc/dsgetinfo.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-3/+6
metze
2010-03-16s4:torture/rpc/dssync.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-6/+8
metze
2010-03-16s4:torture/rpc/drsuapi*: make use of dcerpc_binding_handle stubsStefan Metzmacher2-24/+25
metze
2010-03-16s4:torture/rpc/unixinfo.c: make use of dcerpc_binding_handle stubsStefan Metzmacher1-5/+10
metze
2010-03-16s4-smbtorture: remove NotifyChangeKeyValue s3 skip in RPC-WINREG:Günther Deschner1-4/+0
Guenther
2010-03-16s4-smbtorture: make it a bit easier to track failures in RPC-SPOOLSS-PRINTER.Günther Deschner1-5/+15
Guenther
2010-03-16s4:torture-ndr add lsarSetForestTrustInformation ndr testSimo Sorce1-0/+51
Signed-off-by: Günther Deschner <gd@samba.org>
2010-03-16Revert "Revert "s4-smbtorture: skip extended SetValue test against Samba ↵Stefan Metzmacher1-9/+5
(both dont survive)."" This reverts commit 508c218eb2f4bf8c45dc9d481576c87ed4fecbd3. This lets make test fail. Matthias: please make sure make test still passes when you change things like this...(maybe add something to knownfail or so) metze
2010-03-16s4:torture/rpc/dsgetinfo.c: fix name resolving for ldap_urlStefan Metzmacher1-1/+6
metze
2010-03-16s4-smbtorture: avoid printf calls in RPC-WINREG test.Günther Deschner1-41/+33
Guenther
2010-03-16s3-spoolss: be very strict on OpenPrinter{Ex} failures for bad names.Günther Deschner1-8/+4
Guenther
2010-03-16s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett2-4/+4
This choses an appropriate talloc context to attach the schema too, long enough lived to ensure it does not go away before the operation compleates. Andrew Bartlett
2010-03-16s4-drs: Torture testcase for DS_REPL_INFO_METADATA_2_FOR_OBJ infoType of ↵Erick Nogueira do Nascimento1-46/+104
DsGetReplInfo() This torture testcase considers both cases for this infoType: when the flag DRSUAPI_DS_LINKED_ATTRIBUTE_FLAG_ACTIVE is enabled and when not. Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-03-15s4-smbtorture: add simple printer rename test to RPC-SPOOLSS-PRINTER.Günther Deschner1-1/+95
Guenther
2010-03-15s4-smbtorture: fill PrinterDriverData with more values for consistency test.Günther Deschner1-3/+22
Guenther
2010-03-15s4-smbtorture: cleanup data after enumdata{ex} consistency test.Günther Deschner1-0/+8
Guenther
2010-03-15s4-smbtorture: when cross checking enumdata{ex} make sure to have at least ↵Günther Deschner1-0/+21
one entry. Guenther
2010-03-15s4-smbtorture: add PrinterInfo_to_SetPrinterInfo helper to RPC-SPOOLSS.Günther Deschner1-72/+59
Guenther
2010-03-15s4-smbtorture: fix torture_comment in RPC-SPOOLSS.Günther Deschner1-1/+1
Guenther
2010-03-15s4:tortore/libnet: fix crash bugs because of incorrect function prototypesStefan Metzmacher6-26/+43
metze
2010-03-14Revert "s4-smbtorture: skip extended SetValue test against Samba (both dont ↵Matthias Dieter Wallnöfer1-5/+9
survive)." This reverts commit 40e2c04f8aba605e951810751222559ea0d32ebd. s4 should support now also the extended "SetValue" tests.
2010-03-13s4:torture/rpc/spoolss.c: fix compiler warningsStefan Metzmacher1-2/+0
metze
2010-03-13s4-smbtorture: warn on unexpected devicenames in spoolss devicemode test.Günther Deschner1-2/+2
Guenther
2010-03-13s4-smbtorture: send even more random data in extended winreg SetValue test.Günther Deschner1-5/+5
Guenther
2010-03-13s4-smbtorture: fix build and handle in spoolss test.Günther Deschner1-1/+1
it's friday night... Guenther
2010-03-13s4-smbtorture: add spoolss EnumPrinterData vs EnumPrinterDataEx consistency ↵Günther Deschner1-0/+89
test. Guenther
2010-03-13s4-smbtorture: refactor spoolss EnumPrinterData test.Günther Deschner1-39/+76
Guenther
2010-03-13s4-smbtorture: refactor SetPrinterData() calls a little more.Günther Deschner1-129/+179
Guenther