summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26048: spoolss: Fix test_SecondaryClosePrinter.Kai Blin1-5/+7
2007-12-21r26047: spoolss: OpenPrinterEx with an invalid server/printer name returns WE...Kai Blin1-2/+2
2007-12-21r25642: Fix a small typo.Kai Blin1-1/+1
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-13/+13
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+1
2007-10-10r24937: Merge tests spoolss RPC callbacks.Jelmer Vernooij1-941/+576
2007-10-10r24755: Use common code for finding the RPC binding in the torture tests.Jelmer Vernooij1-25/+6
2007-10-10r24735: Use torture API in more places.Jelmer Vernooij1-4/+4
2007-10-10r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher1-2/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23687: not every compiler supports __typeof__()Stefan Metzmacher1-0/+5
2007-10-10r17787: ifdef out unused macros and generate a smb_panic()Stefan Metzmacher1-2/+24
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij1-1/+1
2007-10-10r14470: Remove some unnecessary headers.Jelmer Vernooij1-1/+0
2007-10-10r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij1-0/+1
2007-10-10r14379: Build torture/rpc/ as a seperate smbtorture module. Move helperJelmer Vernooij1-0/+1
2007-10-10r12693: Move core data structures out of smb.h into core.hJelmer Vernooij1-0/+1
2007-10-10r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij1-7/+2
2007-10-10r11676: as tridge uses 0x%llx in his latest commits...Stefan Metzmacher1-3/+2
2007-10-10r8054: add OSVersion, OSVersionEx, DNSMachineName PrintServerDataStefan Metzmacher1-0/+3
2007-10-10r8050: - make use of more [value()] propertiesStefan Metzmacher1-9/+0
2007-10-10r8046: - add somemore failure checks in the RPC-SPOOLSS testStefan Metzmacher1-4/+29
2007-10-10r7650: fixed a typoAndrew Tridgell1-1/+1
2007-10-10r7642: - test NULL server_name in GetPrinterDriverDirectory() too, (same resu...Stefan Metzmacher1-2/+12
2007-10-10r7580: - add GetPrinterDriverDirectory() idl, torture test and server codeStefan Metzmacher1-5/+79
2007-10-10r7574: - seperate [in] and [out] buffers and buf_sizesStefan Metzmacher1-90/+50
2007-10-10r7464: add newline to printfStefan Metzmacher1-7/+7
2007-10-10r7369: allow no entries returned by Enum*()Stefan Metzmacher1-5/+20
2007-10-10r7346: use StartPagePrinter(), WritePrinter() and EndPagePrinter() to print a...Stefan Metzmacher1-0/+49
2007-10-10r7342: submit a test job for each printer and delete this jobStefan Metzmacher1-3/+55
2007-10-10r7340: fix the buildStefan Metzmacher1-5/+9
2007-10-10r7333: Pause and resume each printerStefan Metzmacher1-0/+72
2007-10-10r7329: test some more PrinterData valuesStefan Metzmacher1-2/+9
2007-10-10r7328: fix GetPrinterData and SetPrinterData, with zero length subcontextsStefan Metzmacher1-4/+7
2007-10-10r7120: make use of the new 'noopnum' property and get rid of handwrittenStefan Metzmacher1-18/+18
2007-10-10r6197: fix for my last commit, I removed SPOOLSS_ARCHITECTURE, which was "Arc...Stefan Metzmacher1-2/+2
2007-10-10r6195: I think Metze meant SPOOLSS_ARCHITECTURE_NT_X86, but I could be wrong.Richard Sharpe1-1/+1
2007-10-10r6194: - fix some spoolss_*Form names and typesStefan Metzmacher1-25/+69
2007-10-10r6179: - add new spoolss tests for all spoolss_Enum*() calls which didn't needStefan Metzmacher1-7/+626
2007-10-10r5941: Commit this patch much earlier than I would normally prefer, but metze...Andrew Bartlett1-7/+7
2007-10-10r5902: A rather large change...Andrew Bartlett1-4/+17
2007-10-10r5611: Add EnumPrinterDataEx-test (for now just for PrinterDriverData, we needGünther Deschner1-1/+37
2007-10-10r5553: Add idl and test for spoolss_AddPort(). It always seems to returnTim Potter1-2/+37
2007-10-10r5552: Don't try to read the value of r.out.result when the dcerpc clientTim Potter1-35/+87
2007-10-10r5539: more bad name checks and don't check for \\localhost and \\127.0.0.1Stefan Metzmacher1-2/+3
2007-10-10r5537: - make use of bitmaps and enumsStefan Metzmacher1-27/+16
2007-10-10r5516: NT4 doesn't support GetPrinterDataEx()Stefan Metzmacher1-1/+5
2007-10-10r5503: - add torture test which tests for invalid printernamesStefan Metzmacher1-20/+95
2007-10-10r5498: fix OpenPrinter() idl and torture testStefan Metzmacher1-11/+8
2007-10-10r5489: hide handwritten pull/push/print code from the callerStefan Metzmacher1-98/+27