summaryrefslogtreecommitdiff
path: root/source4/torture/rap
Commit message (Collapse)AuthorAgeFilesLines
* s4: torture: Change torture_register_suite() to add a TALLOC_CTX *.Jeremy Allison2017-05-051-2/+2
| | | | | | | | Change callers to use the passed in TALLOC_CTX * instead of talloc_autofree_context(). Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Böhme <slow@samba.org>
* lib: modules: Change XXX_init interface from XXX_init(void) to ↵Jeremy Allison2017-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | XXX_init(TALLOC_CTX *) Not currently used - no logic changes inside. This will make it possible to pass down a long-lived talloc context from the loading function for modules to use instead of having them internally all use talloc_autofree_context() which is a hidden global. Updated all known module interface numbers, and added a WHATSNEW. Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Ralph Böhme <slow@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Sat Apr 22 01:17:00 CEST 2017 on sn-devel-144
* werror: replace WERR_USEREXISTS with WERR_NERR_USEREXISTS in ↵Günther Deschner2016-09-281-1/+1
| | | | | | | | | source4/torture/rap/sam.c Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* werror: replace WERR_USER_NOT_FOUND with WERR_NERR_USERNOTFOUND in ↵Günther Deschner2016-09-281-1/+1
| | | | | | | | | source4/torture/rap/sam.c Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* s4:torture/rap/printing: check smbcli_rap_netprintqgetinfo() WERR statusStefan Metzmacher2011-12-171-0/+7
| | | | | | | metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Dec 17 01:09:32 CET 2011 on sn-devel-104
* s4-smbtorture: add test_netremotetod.Günther Deschner2011-05-161-0/+17
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon May 16 12:45:52 CEST 2011 on sn-devel-104
* s4-smbtorture: add netsessiongetinfo() test.Günther Deschner2011-03-181-0/+60
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Mar 18 02:11:38 CET 2011 on sn-devel-104
* s4-smbtorture: add missing error code check in test_netsessionenum().Günther Deschner2011-03-181-0/+2
| | | | Guenther
* s4-smbtorture: add test for rap_NetUserDelete().Günther Deschner2011-03-181-0/+49
| | | | Guenther
* s4-smbtorture: add test for rap_NetUserAdd().Günther Deschner2011-03-181-1/+66
| | | | Guenther
* s4-rap: remove last iconv_convenience traces from rap client and test code.Günther Deschner2011-03-151-4/+3
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Mar 15 22:01:51 CET 2011 on sn-devel-104
* s4-rap: decouple rap client code from torture binary, add new LIBCLI_RAP ↵Günther Deschner2011-03-154-1507/+4
| | | | | | subsystem. Guenther
* s4-smbtorture: check for username and computername presence in ↵Günther Deschner2011-03-151-1/+20
| | | | | | rap_netsessionenum test. Guenther
* s4:torture/rap/rap.c - remove unused variable "i"Matthias Dieter Wallnöfer2011-03-021-1/+0
| | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Mar 2 18:38:58 CET 2011 on sn-devel-104
* s4-smbtorture: add netsessionenum rap torture test.Günther Deschner2011-03-021-0/+25
| | | | Guenther
* s4-smbtorture: add smbcli_rap_netsessionenum().Günther Deschner2011-03-021-0/+80
| | | | Guenther
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-114-6/+6
| | | | | | | | This is consistent with the test names used by selftest, should make the names less confusing and easier to integrate with other tools. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 11 04:16:13 CET 2010 on sn-devel-104
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-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>
* s4-smbtorture: add my (C) to rap torture lib.Günther Deschner2010-07-051-0/+1
| | | | Guenther
* s4-smbtorture: Remind myself we need to add a test for SMBsplretq in ↵Günther Deschner2010-06-161-0/+2
| | | | | | RAP-PRINTING. Guenther
* s4-smbtorture: only pull info when status code indicates success in ↵Günther Deschner2010-06-161-3/+5
| | | | | | smbcli_rap_netprintqgetinfo(). Guenther
* Revert "s4-smbtorture: only pull info when status code indicates success in ↵Günther Deschner2010-06-161-5/+3
| | | | | | smbcli_rap_netprintqgetinfo()." This reverts commit 1f1c04010a55e67d8dc2110276eed4cf2a8a0afa.
* s4-smbtorture: test smbcli_rap_netprintqgetinfo() with "" printqname.Günther Deschner2010-06-161-0/+8
| | | | Guenther
* s4-smbtorture: only pull info when status code indicates success in ↵Günther Deschner2010-06-161-3/+5
| | | | | | smbcli_rap_netprintqgetinfo(). Guenther
* s4-smbtorture: check error codes in RAP-SAM testsuite.Günther Deschner2010-06-051-0/+2
| | | | Guenther
* s4-smbtorture: finally test all levels in rap_NetUserGetInfo RAP-SAM test.Günther Deschner2010-05-281-1/+1
| | | | Guenther
* s4-smbtorture: remove obsolete handmarshalled rap code.Günther Deschner2010-05-281-281/+0
| | | | Guenther
* s4-smbtorture: we can fully use autogenerated code to pull info unions now.Günther Deschner2010-05-281-172/+90
| | | | Guenther
* s4-smbtorture: create the user to test in test_usergetinfo() in RAP-SAM.Günther Deschner2010-05-271-3/+27
| | | | Guenther
* s4-smbtorture: add usergetinfo to RAP-SAM.Günther Deschner2010-05-261-0/+25
| | | | Guenther
* s4-smbtorture: add smbcli_rap_netusergetinfo().Günther Deschner2010-05-261-0/+175
| | | | Guenther
* s4:torture/rap/rap.c - quiet discard const warningMatthias Dieter Wallnöfer2010-05-211-1/+1
|
* s4-smbtorture: Fix NetUserPasswordSet2 RAP tests.Günther Deschner2010-05-211-5/+40
| | | | Guenther
* s4-smbtorture: fix smbcli_rap_netuserpasswordset2().Günther Deschner2010-05-211-2/+2
| | | | Guenther
* s4-smbtorture: take a TODO note for RAP-PRINTING.Günther Deschner2010-05-201-0/+8
| | | | Guenther
* s3: Fix some more iconv convenience usages.Jelmer Vernooij2010-05-181-3/+3
|
* Remove more usages of iconv_convenience in files which were apparently not ↵Jelmer Vernooij2010-05-181-2/+2
| | | | recompiled by waf.
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-183-87/+68
|
* s4-smbtorture: create/delete testusers via SAMR in RAP-SAM.Günther Deschner2010-05-121-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
* s4-smbtorture: add test_oemchangepassword to RAP-SAM.Günther Deschner2010-05-121-0/+29
| | | | Guenther
* s4-smbtorture: add RAP-SAM testsuite with a rap_NetUserPasswordSet2 test.Günther Deschner2010-05-122-0/+61
| | | | Guenther
* s4-smbtorture: getting serious about checking rap status return codes.Günther Deschner2010-05-121-0/+18
| | | | Guenther
* s4-smbtorture: test netservergetinfo level 1 also against s3.Günther Deschner2010-05-112-8/+4
| | | | Guenther
* s4-smbtorture: fix smbcli_rap_netuserpasswordset2().Günther Deschner2010-05-111-2/+2
| | | | Guenther
* s4-smbtorture: fix smbcli_rap_netoemchangepassword.Günther Deschner2010-05-111-4/+3
| | | | Guenther
* s4-smbtorture: correctly fill in trans.in.data in rap_cli_do_call().Günther Deschner2010-05-111-2/+14
| | | | Guenther
* s4-smbtorture: add smbcli_rap_netoemchangepassword().Günther Deschner2010-05-101-0/+49
| | | | Guenther
* s4-smbtorture: add smbcli_rap_netuserpasswordset2().Günther Deschner2010-05-081-0/+55
| | | | Guenther
* s4-smbtorture: remove unused variable from smbcli_rap_netprintdestgetinfo().Günther Deschner2010-05-051-1/+0
| | | | Guenther
* s4-smbtorture: fill in test_rap_print().Günther Deschner2010-05-041-12/+98
| | | | | | | This tests pauses a printer over RAP, prints a file, enumerates the job, deletes the job and resumes the print queue. Guenther