summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/spoolss_access.c
Commit message (Collapse)AuthorAgeFilesLines
* s4-torture: fix test_openprinter_wrap fake test result.Günther Deschner2014-05-161-1/+1
| | | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* spoolss: Make OpenPrinterEx work with NDR64 by using UserInfo Container.Günther Deschner2013-01-161-2/+2
| | | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* libndr: share some uuid helpers.Günther Deschner2011-02-081-7/+0
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Feb 8 09:52:56 CET 2011 on sn-devel-104
* s4-smbtorture: Make test names lowercase and dot-separated.Jelmer Vernooij2010-12-111-1/+1
| | | | | | | | 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-smbtorture: pick a better printer in RPC-SPOOLSS-ACCESS.Günther Deschner2010-11-241-1/+8
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Nov 24 22:07:33 CET 2010 on sn-devel-104
* s4-smbtorture: print out membership in RPC-SPOOLSS-ACCESS.Günther Deschner2010-09-221-0/+7
| | | | Guenther
* s4:torture/spoolss_access.c - fix discarded const warningMatthias Dieter Wallnöfer2010-08-271-2/+3
| | | | "discard_const_p" seems the most appropriate here.
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-1/+1
| | | | | | | 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: rework internals of RPC-SPOOLSS-ACCESS testsuite.Günther Deschner2010-06-111-71/+181
| | | | Guenther
* s4-smbtorture: test workstation auth as well in RPC-SPOOLSS-ACCESS.Günther Deschner2010-06-071-2/+34
| | | | Guenther
* s4-smbtorture: handle printservers w/o printers in RPC-SPOOLSS-ACCESS.Günther Deschner2010-06-071-2/+2
| | | | Guenther
* s4-smbtorture: make RPC-SPOOLSS-ACCESS more compatible with older samba ↵Günther Deschner2010-06-051-6/+9
| | | | | | releases. Guenther
* s4-smbtorture: add RPC-SPOOLSS-ACCESS.Günther Deschner2010-06-051-0/+751
This test creates - a user - a user with BUILTIN\Administrators membership - a user with BUILTIN\Print Operators membership - a user with SePrintOperatorPrivilege (if available) - a user with full access in security descriptor and checks what access rights are granted in spoolss_OpenPrinterEx. Guenther