summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3396: Rename form_name -> formname. This time, check smbtorture builds beforeTim Potter1-1/+1
2007-10-10r3324: made the smbtorture code completely warning freeAndrew Tridgell1-10/+16
2007-10-10r3317: Fix the buildVolker Lendecke1-2/+2
2007-10-10r3218: Fix the buildVolker Lendecke1-1/+1
2007-10-10r2209: patch from volker to add EnumPorts spoolss IDL and test codeAndrew Tridgell1-0/+66
2007-10-10r2207: this bug caued valgrind to consume infinite memory till the kernel kil...Andrew Tridgell1-0/+1
2007-10-10r1041: - pulled the domain join code out of the netlogon test and made it a s...Andrew Tridgell1-4/+4
2007-10-10r889: convert samba4 to use [u]int16_t instead of [u]int16Stefan Metzmacher1-3/+3
2007-10-10r884: convert samba4 to use [u]int32_t instead of [u]int32Stefan Metzmacher1-14/+14
2004-02-03- add 'print' to the DCERPC binding stringsStefan Metzmacher1-2/+0
2004-01-20check for the correct fault code when the server fails a use of aAndrew Tridgell1-3/+9
2004-01-20added code to the RPC-SPOOLSS test that demonstrates that policyAndrew Tridgell1-0/+41
2003-11-30 * removed a bunch of unused codeAndrew Tridgell1-14/+14
2003-11-30Added EnumPrinterDriver, GetPrinterDriver (still in progress)Tim Potter1-10/+159
2003-11-28GetPrinterDataEx, SetPrinterDataEx, DeletePrinterDataEx.Tim Potter1-0/+41
2003-11-28Add SetPrinterData, DeletePrinterData.Tim Potter1-0/+54
2003-11-28fixed some warningsAndrew Tridgell1-1/+1
2003-11-28Fix bug in EnumPrinterData test.Tim Potter1-1/+39
2003-11-28Added EnumJobs, GetJob, SetJob RPCs.Tim Potter1-0/+137
2003-11-27Implemented SetForm RPC.Tim Potter1-3/+24
2003-11-27Add DeleteForm, start cleaning up tests.Tim Potter1-20/+64
2003-11-27Implemented AddForm RPC. The mystery of the useless_ptr has beenTim Potter1-0/+20
2003-11-26Implemented EnumForms and GetForm.Tim Potter1-0/+106
2003-11-22 * fixed null terminated string handlingAndrew Tridgell1-1/+1
2003-11-22 * fixed handling of relative subcontext unionsAndrew Tridgell1-2/+2
2003-11-22a fairly major upgrade to the dcerpc systemAndrew Tridgell1-0/+2
2003-11-20EnumPrinterData in spoolss now worksAndrew Tridgell1-5/+5
2003-11-18cope with no printers returned from EnumPrintersAndrew Tridgell1-0/+5
2003-11-18Working on EnumPrinterData. There appears to be an alignment problemTim Potter1-0/+45
2003-11-18use the auto-generated UUID, version and name rather than listing themAndrew Tridgell1-1/+4
2003-11-18* use the new auto-generated debug code method.Andrew Tridgell1-2/+2
2003-11-17 * add another WERR err codeAndrew Tridgell1-1/+1
2003-11-17use [subcontext] to make GetPrinter a bit easier in smbtortureAndrew Tridgell1-15/+5
2003-11-17call OpenPrinterEx on each printer on the server, and then callAndrew Tridgell1-75/+161
2003-11-17added OpenPrinter and a test function. Note that the Samba3 structureAndrew Tridgell1-0/+36
2003-11-17* more info levels for EnumPrinterAndrew Tridgell1-4/+8
2003-11-17nicer method of handling spoolss EnumPrintersAndrew Tridgell1-15/+19
2003-11-16use nstring and [relative] to support levels 1 and 2 of EnumPrintersAndrew Tridgell1-27/+37
2003-11-16added support for level1 of EnumPrinters in spoolss. This uses aAndrew Tridgell1-14/+17
2003-11-16Added tests for EnumPrinters and ClosePrinter.Tim Potter1-6/+72
2003-11-15the returned policy handle in spoolss_OpenPrinterEx() is pass byAndrew Tridgell1-0/+3
2003-11-15Skeleton IDL for SPOOLSS pipe. For this inital version, only OpenPrinterExTim Potter1-0/+76