summaryrefslogtreecommitdiff
path: root/source4/torture/rpc
AgeCommit message (Expand)AuthorFilesLines
2010-04-27s4-smbtorture: setup all members of level 3,4,6,8 driver add.Günther Deschner1-19/+28
2010-04-27s4-smbtorture: use a torture_printer_context and upload own driver for RPC-SP...Günther Deschner1-60/+193
2010-04-27s4-smbtorture: split RPC-SPOOLSS-PRINTER into more tests.Günther Deschner1-88/+67
2010-04-27s4-smbtorture: finally test REG_MULTI_SZ in winreg/driverinfo consistency tests.Günther Deschner1-6/+41
2010-04-28s4-netlogon: fixed getDcNameEx2 for blank inputsAndrew Tridgell1-0/+9
2010-04-27s4-torture: not all platforms have defines like AF_AX25Andrew Tridgell1-6/+6
2010-04-27s4:torture - DsRGetDcSiteCoverageW - adapt test to check for the sitenameMatthias Dieter Wallnöfer1-0/+24
2010-04-27s4:torture - DsRGetSiteName - move "skip" statement before the "computer_name...Matthias Dieter Wallnöfer1-3/+3
2010-04-27s4:torture - GetAnyDCName - adaptionsMatthias Dieter Wallnöfer1-2/+23
2010-04-27s4:torture - DsRAddressesToSitenames - enhance the testsuiteMatthias Dieter Wallnöfer1-24/+264
2010-04-26s4: use generated rap header.Günther Deschner1-1/+1
2010-04-23s4-smbtorture: skip tests when no local driver directory is around.Günther Deschner1-0/+4
2010-04-23s4-smbtorture: use server_name for all printerdriver delete and enum operations.Günther Deschner1-12/+16
2010-04-23s4-smbtorture: allow to upload or remove any file belonging to a driver.Günther Deschner1-0/+30
2010-04-23s4-smbtorture: fix test_EnumPrinterDrivers_findone().Günther Deschner1-8/+8
2010-04-23s4-smbtorture: samba currently supports level 3 and 6 driver adds.Günther Deschner1-0/+25
2010-04-23s4-smbtorture: test both 32bit and 64bit driver uploads in RPC-SPOOLSS-DRIVER.Günther Deschner1-61/+71
2010-04-23s4-smbtorture: allow to upload and later remove printer driver files in RPC-S...Günther Deschner1-0/+230
2010-04-23s4-smbtorture: add RPC-SPOOLSS-DRIVER test.Günther Deschner2-0/+752
2010-04-23s4-smbtorture: rework EnumPrinterDrivers tests a bit.Günther Deschner1-68/+119
2010-04-20s4-smbtorture: add spoolss DriverInfo and winreg consistency test.Günther Deschner1-7/+238
2010-04-20s4-smbtorture: add function to get a printserver's environment.Günther Deschner1-0/+22
2010-04-20s4-smbtorture: simplify macros used in PrinterInfo winreg consistency teste.Günther Deschner1-22/+22
2010-04-20s4-smbtorture: refactor test_GetPrinterDriver2().Günther Deschner1-36/+64
2010-04-20s4-smbtorture: add test for csetprinter field behaviour in printer info level 0.Günther Deschner1-0/+71
2010-04-20s4:torture/rpc/netlogon.c - fix typoMatthias Dieter Wallnöfer1-1/+1
2010-04-15s4:torture/rpc/countcalls: check for NT_STATUS_IS_RPC() instead of NT_STATUS_...Stefan Metzmacher1-1/+1
2010-04-15s4:torture/rpc/autoidl.c: check for NT_STATUS_RPC_* instead of p->last_fault_...Stefan Metzmacher1-9/+9
2010-04-15s4:torture/rpc/dsgetinfo.c: check for NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGE i...Stefan Metzmacher1-1/+1
2010-04-15s4:torture/rpc/spoolss.c: check for NT_STATUS_RPC_* instead of p->last_fault_...Stefan Metzmacher1-6/+2
2010-04-15s4:torture/rpc/scanner.c: check for NT_STATUS_RPC_* instead of p->last_fault_...Stefan Metzmacher1-6/+4
2010-04-15s4:torture/rpc/samr.c: check for NT_STATUS_RPC_PROCNUM_OUT_OF_RANGE instead o...Stefan Metzmacher1-2/+1
2010-04-15s4:torture/rpc/drsuapi.c: check for NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGE ins...Stefan Metzmacher1-1/+1
2010-04-15s4:torture/rpc/countcalls.c: check for NT_STATUS_RPC_PROCNUM_OUT_OF_RANGE ins...Stefan Metzmacher1-7/+1
2010-04-15s4:torture/rpc/alter_context: check for NT_STATUS_RPC_PROTOCOL_ERROR instead ...Stefan Metzmacher1-3/+1
2010-04-15s4:torture/rpc/dssync.c: check for NT_STATUS_RPC_PROCNUM_OUT_OF_RANGE instead...Stefan Metzmacher1-6/+2
2010-04-15s4:torture/rpc/alter_context.c: check for NT_STATUS_RPC_BAD_STUB_DATA instead...Stefan Metzmacher1-1/+1
2010-04-15s4:torture/rpc/handles.c: check for NT_STATUS_RPC_SS_CONTEXT_MISMATCH instead...Stefan Metzmacher1-40/+14
2010-04-15s4:torture/rpc/lsa.c: test for NT_STATUS_RPC_SS_CONTEXT_MISMATCH instead of N...Stefan Metzmacher1-1/+1
2010-04-15s4:torture/rpc: don't look at p->last_fault_code for debugging anymoreStefan Metzmacher5-42/+0
2010-04-14s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher49-48/+48
2010-04-14s4:torture/rpc/winreg: fix compiler warningsStefan Metzmacher1-3/+3
2010-04-14s4:torture/rpc/dsgetinfo: first check the rpc layer status before looking at ...Stefan Metzmacher1-8/+13
2010-04-13s4:torture/netlogon - enhance test for "dcesrv_netr_DsRGetDCNameEx2"Matthias Dieter Wallnöfer1-0/+20
2010-04-13s4:tortore/rpc/spoolss: some compilers don't like .foo.bar = 5Stefan Metzmacher1-28/+42
2010-04-12s4:tortore/rpc/spoolss.c: fix declaration after code warningStefan Metzmacher1-10/+10
2010-04-11subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij14-104/+104
2010-04-09s4-smbtorture: skip winreg symlink test against Samba in RPC-SPOOLSS.Günther Deschner1-0/+4
2010-04-09s4-smbtorture: make sure to check for result of spoolss_GetJob tests.Günther Deschner1-4/+5
2010-04-09s4-smbtorture: display helpful error message when winreg_QueryMultipleValues ...Günther Deschner1-5/+3