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