summaryrefslogtreecommitdiff
path: root/source4/torture/rap
AgeCommit message (Expand)AuthorFilesLines
2010-05-03s4-smbtorture: add extraformat to smbcli_rap_netprintqgetinfo() as well.Günther Deschner1-0/+3
2010-05-03s4-smbtorture: use RAP extraformat for smbcli_rap_netprintqenum().Günther Deschner1-0/+3
2010-05-03s4-smbtorture: add rap_cli_expect_extra_format().Günther Deschner1-0/+10
2010-05-03s4-smbtorture: make all smbcli_rap_* failures critical.Günther Deschner1-30/+15
2010-05-03s4-smbtorture: add test_netprintjobsetinfo to RAP-PRINTING.Günther Deschner1-0/+82
2010-05-03s4-smbtorture: add smbcli_rap_netprintjobsetinfo().Günther Deschner1-0/+72
2010-05-03s4-smbtorture: add rap_cli_push_param() and rap_cli_push_sendbuf().Günther Deschner1-0/+14
2010-04-30s4-smbtorture: add test_netprintjobgetinfo().Günther Deschner1-1/+81
2010-04-30s4-smbtorture: add smbcli_rap_netprintjobgetinfo().Günther Deschner1-0/+84
2010-04-30s4-smbtorture: fix smbcli_rap_netprintjobenum().Günther Deschner1-0/+2
2010-04-30s4-smbtorture: add test_netprintjobenum to RAP-PRINTING.Günther Deschner1-0/+55
2010-04-30s4-smbtorture: add smbcli_rap_netprintjobenum().Günther Deschner1-0/+127
2010-04-30s4-smbtorture: pause and resume printq in RAP-PRINTING test.Günther Deschner1-1/+24
2010-04-30s4-smbtorture: use rap_status in smbcli_rap_* functions.Günther Deschner1-11/+11
2010-04-30s4-smbtorture: add smbcli_rap_netprintqueueresume() and smbcli_rap_netprintqu...Günther Deschner1-0/+74
2010-04-30s4-smbtorture: add test_netprintq to RAP-PRINTING.Günther Deschner1-0/+41
2010-04-30s4-smbtorture: add smbcli_rap_netprintqueuepause().Günther Deschner1-0/+37
2010-04-30s4-smbtorture: fix rap_pull_rap_PrintQueue2 and 4.Günther Deschner1-2/+16
2010-04-30s4-smbtorture: test all levels in test_netprintqgetinfo and test_netprintqenum.Günther Deschner1-2/+2
2010-04-30s4-smbtorture: add rap_pull_rap_PrintQueue4.Günther Deschner1-0/+29
2010-04-30s4-smbtorture: add rap_pull_rap_PrintQueue2.Günther Deschner1-0/+32
2010-04-30s4-smbtorture: fix parsing of rap_pull_rap_PrintQueue1 and rap_pull_rap_Print...Günther Deschner1-2/+3
2010-04-30s4-smbtorture: add test_netprintjob() to RAP-PRINTING.Günther Deschner1-0/+70
2010-04-29s4-smbtorture: add smbcli_rap_netprintjob{pause,continue,delete}.Günther Deschner1-0/+110
2010-04-29s4-smbtorture: add test_netprintqgetinfo to RAP-PRINTING.Günther Deschner1-0/+44
2010-04-29s4-smbtorture: add smbcli_rap_netprintqgetinfo().Günther Deschner1-0/+85
2010-04-29s4-smbtorture: rework smbcli_rap_netprintqenum a bit.Günther Deschner1-71/+68
2010-04-29s4-smbtorture: implement and test level 3 and 5 of PrintQEnum RAP.Günther Deschner2-3/+46
2010-04-29s4-smbtorture: add NDR_PRINT macros for RAP tests (when called with -d10).Günther Deschner1-0/+31
2010-04-28s4-smbtorture: add test for rap_NetPrintQEnum.Günther Deschner1-0/+36
2010-04-28s4-smbtorture: add RAP-PRINTING suite.Günther Deschner2-0/+89
2010-04-28s4-smbtorture: add smbcli_rap_netprintqenum.Günther Deschner1-1/+109
2010-04-27s4-smbtorture: remove some typecasts in rap tests.Günther Deschner1-7/+7
2010-04-26s4: fix some build warnings.Günther Deschner2-4/+4
2010-04-26s4: use generated rap header.Günther Deschner2-2/+2
2010-04-26s4: rename RAP share_enum_info to share_info.Günther Deschner1-7/+7
2010-04-14s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher1-1/+1
2010-03-25s4-smbtorture: fix include of proto header in main RAP test.Günther Deschner1-0/+1
2010-03-25s3-selftest: add RAP-RPC testsuite for crosschecking RAP and DCERPC calls.Günther Deschner2-0/+105
2010-03-19s4-smbtorture: skip RAP netservergetinfo level 1 test against s3.Günther Deschner1-2/+11
2009-10-20s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell1-2/+0
2008-10-24Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij1-1/+1
2008-07-07rap: trans->in.max_data should not depend on the smb max sizeStefan Metzmacher1-1/+1
2008-04-27Move subunit infrastructure code into lib/torture.Jelmer Vernooij1-1/+1
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-1/+1
2008-02-21Remove more uses of global_loadparm.Jelmer Vernooij1-7/+7
2008-02-21Avoid use of global_loadparm.Jelmer Vernooij1-12/+17
2008-01-05r26671: rap: Convert the RAP tests to the new torture API and run them by def...Jelmer Vernooij1-71/+27
2007-12-21r26438: Store iconv convenience in tdr push contexts.Jelmer Vernooij1-1/+1
2007-12-21r26432: Require ndr_pull users to specify iconv_convenience.Jelmer Vernooij1-2/+4