Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-14 | s4:torture/rpc: rename rpc.h => torture_rpc.h | Stefan Metzmacher | 1 | -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 | |||||
2010-03-16 | s4:torture/rpc/spoolss_win.c: make use of dcerpc_binding_handle stubs | Stefan Metzmacher | 1 | -86/+89 | |
metze | |||||
2010-03-05 | s4-smbtorture: fix RPC-SPOOLSS-WIN after PrinterData IDL changes. | Günther Deschner | 1 | -3/+4 | |
Guenther | |||||
2009-12-10 | s4-smbtorture: fix and extend enum printerkey test. | Günther Deschner | 1 | -8/+4 | |
Guenther | |||||
2009-12-03 | s4-smbtorture: be very strict in checking spools_EnumPrinterKey results. | Günther Deschner | 1 | -2/+7 | |
Guenther | |||||
2009-12-02 | samba-spoolss: use spoolss_StringArray2 in spoolss_EnumPrinterKey. | Günther Deschner | 1 | -16/+3 | |
This should finally resolve the endian issues we were seeing on sparc and is much cleaner for spoolss clients and servers. Guenther | |||||
2009-11-23 | s4-smbtorture: fix spoolss_EnumPrinterKey client in RPC-SPOOLSS-WIN. | Günther Deschner | 1 | -4/+19 | |
Guenther | |||||
2009-10-20 | s4-torture: ran minimal_includes.pl over source4/torture | Andrew Tridgell | 1 | -3/+0 | |
This reduces compile time somewhat. | |||||
2009-04-17 | s4-smbtorture: Fix RPC-SPOOLSS-WIN for printers with a lot of jobs in the queue. | Günther Deschner | 1 | -0/+7 | |
Guenther | |||||
2009-04-08 | s4-smbtorture: Small fix for RPC-SPOOLSS-WIN to deal with driver-less printers. | Günther Deschner | 1 | -3/+15 | |
The getdriver query failure should only be critical when there is actually a driver associated to a printer. Guenther | |||||
2009-03-18 | s4-smbtorture: fix spoolss_EnumPrinterKey callers in RPC-SPOOLSS-WIN test. | Günther Deschner | 1 | -23/+12 | |
Kai, please check. Guenther | |||||
2009-03-18 | s4-smbtorture: fix spoolss_EnumPrinterDataEx tests. | Günther Deschner | 1 | -2/+2 | |
sorry, I could swear this did compile... Guenther | |||||
2009-03-17 | s4-smbtorture: fix test_EnumPrinterKey. | Günther Deschner | 1 | -4/+4 | |
Guenther | |||||
2009-03-17 | s4-smbtorture: fix RPC-SPOOLSS test after PrinterData changes. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-17 | s4-smbtorture: fix test_GetPrinterData tests after out pointer changes. | Günther Deschner | 1 | -1/+3 | |
Guenther | |||||
2009-03-06 | s4-smbtorture: fix RPC-SPOOLSS-WIN. | Günther Deschner | 1 | -1/+7 | |
Guenther | |||||
2009-03-01 | s4: Use same function signature for convert_* as s3. | Jelmer Vernooij | 1 | -1/+1 | |
2009-03-01 | Add allow_badcharcnv argument to all conversion function, for | Jelmer Vernooij | 1 | -1/+1 | |
consistency with Samba 3. | |||||
2009-02-17 | s4-smbtorture: fix spoolss test after count out,ref idl changes. | Günther Deschner | 1 | -1/+7 | |
Guenther | |||||
2009-02-07 | s4-smbtorture: fix test_EnumJobs in spoolss win test. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-02-07 | s4-smbtorture: fix valgrind warnings in RPC-SPOOLSS_WIN test. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_GetPrinterData. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix spoolss enum tests. | Günther Deschner | 1 | -4/+10 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_EnumPrinterKey. | Günther Deschner | 1 | -3/+5 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_EnumPrinterDataEx. | Günther Deschner | 1 | -1/+6 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_GetPrinterDriver2. | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_GetPrinter. | Günther Deschner | 1 | -2/+4 | |
Guenther | |||||
2008-10-24 | Remove iconv_convenience argument from convert_string{,talloc}() but | Jelmer Vernooij | 1 | -1/+1 | |
make them wrappers around convert_string{,talloc}_convenience(). | |||||
2008-04-27 | Move subunit infrastructure code into lib/torture. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit 5b44d8121de7735d69e6238a1442aff034a8ebd3) | |||||
2007-12-21 | r26438: Store iconv convenience in tdr push contexts. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit dffef3162778aebe2f8d77e2da60b22adb7d60ef) | |||||
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit d37136b7abfbba75ef2e5ab855eb3382b9648b8c) | |||||
2007-12-21 | r26428: spoolss: Fix a typo. | Kai Blin | 1 | -1/+1 | |
(This used to be commit 5a3a851dc73bb054f036425b2663a187f283803f) | |||||
2007-12-21 | r26426: Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit e1d177c8c1101965479f7ade2270490cd6fae4f2) | |||||
2007-12-21 | r26395: spoolss: Add WinXP-like printer browsing test. | Kai Blin | 1 | -0/+578 | |
(This used to be commit 2ccc4d2af58b49ab1319ce87e0f15591b40db06f) |