summaryrefslogtreecommitdiff
path: root/source4/torture/rap
AgeCommit message (Collapse)AuthorFilesLines
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-3/+3
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-07-05s4-smbtorture: add my (C) to rap torture lib.Günther Deschner1-0/+1
Guenther
2010-06-16s4-smbtorture: Remind myself we need to add a test for SMBsplretq in ↵Günther Deschner1-0/+2
RAP-PRINTING. Guenther
2010-06-16s4-smbtorture: only pull info when status code indicates success in ↵Günther Deschner1-3/+5
smbcli_rap_netprintqgetinfo(). Guenther
2010-06-16Revert "s4-smbtorture: only pull info when status code indicates success in ↵Günther Deschner1-5/+3
smbcli_rap_netprintqgetinfo()." This reverts commit 1f1c04010a55e67d8dc2110276eed4cf2a8a0afa.
2010-06-16s4-smbtorture: test smbcli_rap_netprintqgetinfo() with "" printqname.Günther Deschner1-0/+8
Guenther
2010-06-16s4-smbtorture: only pull info when status code indicates success in ↵Günther Deschner1-3/+5
smbcli_rap_netprintqgetinfo(). Guenther
2010-06-05s4-smbtorture: check error codes in RAP-SAM testsuite.Günther Deschner1-0/+2
Guenther
2010-05-28s4-smbtorture: finally test all levels in rap_NetUserGetInfo RAP-SAM test.Günther Deschner1-1/+1
Guenther
2010-05-28s4-smbtorture: remove obsolete handmarshalled rap code.Günther Deschner1-281/+0
Guenther
2010-05-28s4-smbtorture: we can fully use autogenerated code to pull info unions now.Günther Deschner1-172/+90
Guenther
2010-05-27s4-smbtorture: create the user to test in test_usergetinfo() in RAP-SAM.Günther Deschner1-3/+27
Guenther
2010-05-26s4-smbtorture: add usergetinfo to RAP-SAM.Günther Deschner1-0/+25
Guenther
2010-05-26s4-smbtorture: add smbcli_rap_netusergetinfo().Günther Deschner1-0/+175
Guenther
2010-05-21s4:torture/rap/rap.c - quiet discard const warningMatthias Dieter Wallnöfer1-1/+1
2010-05-21s4-smbtorture: Fix NetUserPasswordSet2 RAP tests.Günther Deschner1-5/+40
Guenther
2010-05-21s4-smbtorture: fix smbcli_rap_netuserpasswordset2().Günther Deschner1-2/+2
Guenther
2010-05-20s4-smbtorture: take a TODO note for RAP-PRINTING.Günther Deschner1-0/+8
Guenther
2010-05-18s3: Fix some more iconv convenience usages.Jelmer Vernooij1-3/+3
2010-05-18Remove more usages of iconv_convenience in files which were apparently not ↵Jelmer Vernooij1-2/+2
recompiled by waf.
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij3-87/+68
2010-05-12s4-smbtorture: create/delete testusers via SAMR in RAP-SAM.Günther Deschner1-10/+83
Unless we spent time researching the RAP useradd calls (and implement them in s3) it is far more easy to use existing SAMR calls to create and delete test users that are used for RAP change password operations. Guenther
2010-05-12s4-smbtorture: add test_oemchangepassword to RAP-SAM.Günther Deschner1-0/+29
Guenther
2010-05-12s4-smbtorture: add RAP-SAM testsuite with a rap_NetUserPasswordSet2 test.Günther Deschner2-0/+61
Guenther
2010-05-12s4-smbtorture: getting serious about checking rap status return codes.Günther Deschner1-0/+18
Guenther
2010-05-11s4-smbtorture: test netservergetinfo level 1 also against s3.Günther Deschner2-8/+4
Guenther
2010-05-11s4-smbtorture: fix smbcli_rap_netuserpasswordset2().Günther Deschner1-2/+2
Guenther
2010-05-11s4-smbtorture: fix smbcli_rap_netoemchangepassword.Günther Deschner1-4/+3
Guenther
2010-05-11s4-smbtorture: correctly fill in trans.in.data in rap_cli_do_call().Günther Deschner1-2/+14
Guenther
2010-05-10s4-smbtorture: add smbcli_rap_netoemchangepassword().Günther Deschner1-0/+49
Guenther
2010-05-08s4-smbtorture: add smbcli_rap_netuserpasswordset2().Günther Deschner1-0/+55
Guenther
2010-05-05s4-smbtorture: remove unused variable from smbcli_rap_netprintdestgetinfo().Günther Deschner1-1/+0
Guenther
2010-05-04s4-smbtorture: fill in test_rap_print().Günther Deschner1-12/+98
This tests pauses a printer over RAP, prints a file, enumerates the job, deletes the job and resumes the print queue. Guenther
2010-05-04s4-smbtorture: add test_netprintdestgetinfo() to RAP-PRINTING.Günther Deschner1-0/+54
Guenther
2010-05-04s4-smbtorture: add smbcli_rap_netprintdestgetinfo().Günther Deschner1-0/+81
Guenther
2010-05-04s4-smbtorture: add test_netprintdestenum to RAP-PRINTING.Günther Deschner1-0/+24
Guenther
2010-05-04s4-smbtorture: add smbcli_rap_netprintdestenum.Günther Deschner1-0/+135
Guenther
2010-05-03s4-smbtorture: add extraformat to smbcli_rap_netprintqgetinfo() as well.Günther Deschner1-0/+3
Guenther
2010-05-03s4-smbtorture: use RAP extraformat for smbcli_rap_netprintqenum().Günther Deschner1-0/+3
Although w2k3 happily ignores it, the spec (and s3) enforce the addition of that. Guenther
2010-05-03s4-smbtorture: add rap_cli_expect_extra_format().Günther Deschner1-0/+10
Guenther
2010-05-03s4-smbtorture: make all smbcli_rap_* failures critical.Günther Deschner1-30/+15
Guenther
2010-05-03s4-smbtorture: add test_netprintjobsetinfo to RAP-PRINTING.Günther Deschner1-0/+82
Guenther
2010-05-03s4-smbtorture: add smbcli_rap_netprintjobsetinfo().Günther Deschner1-0/+72
Guenther
2010-05-03s4-smbtorture: add rap_cli_push_param() and rap_cli_push_sendbuf().Günther Deschner1-0/+14
Guenther
2010-04-30s4-smbtorture: add test_netprintjobgetinfo().Günther Deschner1-1/+81
Guenther
2010-04-30s4-smbtorture: add smbcli_rap_netprintjobgetinfo().Günther Deschner1-0/+84
Guenther
2010-04-30s4-smbtorture: fix smbcli_rap_netprintjobenum().Günther Deschner1-0/+2
It is just fine for a printq to have no pending jobs. Guenther
2010-04-30s4-smbtorture: add test_netprintjobenum to RAP-PRINTING.Günther Deschner1-0/+55
Guenther
2010-04-30s4-smbtorture: add smbcli_rap_netprintjobenum().Günther Deschner1-0/+127
Guenther
2010-04-30s4-smbtorture: pause and resume printq in RAP-PRINTING test.Günther Deschner1-1/+24
Guenther