summaryrefslogtreecommitdiffstats
path: root/source4/torture/rpc/spoolss_win.c
Commit message (Collapse)AuthorAgeFilesLines
* s4:torture:spoolss_win: fix valgrind problem in test_EnumJobs()Stefan Metzmacher2014-01-071-0/+3
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* s4-torture: No need to disable rpc.spoolss.win test when compiled with MIT ↵Günther Deschner2013-05-201-3/+0
| | | | | | | | | | | | | kerberos. Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Autobuild-User(master): David Disseldorp <ddiss@samba.org> Autobuild-Date(master): Mon May 20 20:35:33 CEST 2013 on sn-devel-104
* spoolss: Make OpenPrinterEx work with NDR64 by using UserInfo Container.Günther Deschner2013-01-161-4/+4
| | | | | | | Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* 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: share test_ClosePrinter between RPC-SPOOLSS and RPC-SPOOLSS-WIN.Günther Deschner2010-06-051-19/+0
| | | | Guenther
* s4:torture/rpc: rename rpc.h => torture_rpc.hStefan Metzmacher2010-04-141-1/+1
| | | | | | | | | | | The reason for this is that some systems include <rpc/rpc.h> from within system headers. HP-UX 11.00 does so somewhere deep inside of <shadow.h>. For torture/winbind/struct_based.c <rpc/rpc.h> resolves to torture/rpc/rpc.h and breaks the build. metze
* s4:torture/rpc/spoolss_win.c: make use of dcerpc_binding_handle stubsStefan Metzmacher2010-03-161-86/+89
| | | | metze
* s4-smbtorture: fix RPC-SPOOLSS-WIN after PrinterData IDL changes.Günther Deschner2010-03-051-3/+4
| | | | Guenther
* s4-smbtorture: fix and extend enum printerkey test.Günther Deschner2009-12-101-8/+4
| | | | Guenther
* s4-smbtorture: be very strict in checking spools_EnumPrinterKey results.Günther Deschner2009-12-031-2/+7
| | | | Guenther
* samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey.Günther Deschner2009-12-021-16/+3
| | | | | | | This should finally resolve the endian issues we were seeing on sparc and is much cleaner for spoolss clients and servers. Guenther
* s4-smbtorture: fix spoolss_EnumPrinterKey client in RPC-SPOOLSS-WIN.Günther Deschner2009-11-231-4/+19
| | | | Guenther
* s4-torture: ran minimal_includes.pl over source4/tortureAndrew Tridgell2009-10-201-3/+0
| | | | This reduces compile time somewhat.
* s4-smbtorture: Fix RPC-SPOOLSS-WIN for printers with a lot of jobs in the queue.Günther Deschner2009-04-171-0/+7
| | | | Guenther
* s4-smbtorture: Small fix for RPC-SPOOLSS-WIN to deal with driver-less printers.Günther Deschner2009-04-081-3/+15
| | | | | | | The getdriver query failure should only be critical when there is actually a driver associated to a printer. Guenther
* s4-smbtorture: fix spoolss_EnumPrinterKey callers in RPC-SPOOLSS-WIN test.Günther Deschner2009-03-181-23/+12
| | | | | | Kai, please check. Guenther
* s4-smbtorture: fix spoolss_EnumPrinterDataEx tests.Günther Deschner2009-03-181-2/+2
| | | | | | sorry, I could swear this did compile... Guenther
* s4-smbtorture: fix test_EnumPrinterKey.Günther Deschner2009-03-171-4/+4
| | | | Guenther
* s4-smbtorture: fix RPC-SPOOLSS test after PrinterData changes.Günther Deschner2009-03-171-1/+1
| | | | Guenther
* s4-smbtorture: fix test_GetPrinterData tests after out pointer changes.Günther Deschner2009-03-171-1/+3
| | | | Guenther
* s4-smbtorture: fix RPC-SPOOLSS-WIN.Günther Deschner2009-03-061-1/+7
| | | | Guenther
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-011-1/+1
|
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-011-1/+1
| | | | consistency with Samba 3.
* s4-smbtorture: fix spoolss test after count out,ref idl changes.Günther Deschner2009-02-171-1/+7
| | | | Guenther
* s4-smbtorture: fix test_EnumJobs in spoolss win test.Günther Deschner2009-02-071-0/+2
| | | | Guenther
* s4-smbtorture: fix valgrind warnings in RPC-SPOOLSS_WIN test.Günther Deschner2009-02-071-0/+2
| | | | Guenther
* s4-smbtorture: fix test_GetPrinterData.Günther Deschner2009-02-061-0/+2
| | | | Guenther
* s4-smbtorture: fix spoolss enum tests.Günther Deschner2009-02-061-4/+10
| | | | Guenther
* s4-smbtorture: fix test_EnumPrinterKey.Günther Deschner2009-02-061-3/+5
| | | | Guenther
* s4-smbtorture: fix test_EnumPrinterDataEx.Günther Deschner2009-02-061-1/+6
| | | | Guenther
* s4-smbtorture: fix test_GetPrinterDriver2.Günther Deschner2009-02-061-0/+6
| | | | Guenther
* s4-smbtorture: fix test_GetPrinter.Günther Deschner2009-02-061-2/+4
| | | | Guenther
* Remove iconv_convenience argument from convert_string{,talloc}() butJelmer Vernooij2008-10-241-1/+1
| | | | make them wrappers around convert_string{,talloc}_convenience().
* Move subunit infrastructure code into lib/torture.Jelmer Vernooij2008-04-271-1/+0
| | | | (This used to be commit 5b44d8121de7735d69e6238a1442aff034a8ebd3)
* r26438: Store iconv convenience in tdr push contexts.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit dffef3162778aebe2f8d77e2da60b22adb7d60ef)
* r26429: Avoid use of global_smb_iconv_convenience.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit d37136b7abfbba75ef2e5ab855eb3382b9648b8c)
* r26428: spoolss: Fix a typo.Kai Blin2007-12-211-1/+1
| | | | (This used to be commit 5a3a851dc73bb054f036425b2663a187f283803f)
* r26426: Remove uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+2
| | | | (This used to be commit e1d177c8c1101965479f7ade2270490cd6fae4f2)
* r26395: spoolss: Add WinXP-like printer browsing test.Kai Blin2007-12-211-0/+578
(This used to be commit 2ccc4d2af58b49ab1319ce87e0f15591b40db06f)