summaryrefslogtreecommitdiffstats
path: root/source/libsmb/cli_spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* Converted getprinterdriver to WERROR - it always returns dos error 6Tim Potter2002-01-071-54/+64
* Converted enumprinters and enumports cli functions to return WERRORs.Tim Potter2002-01-061-106/+129
* spoolss rpc client cleanup:Tim Potter2002-01-061-56/+60
* Initialise result on success in cli_spoolss_enum_printers() so we don't getTim Potter2002-01-031-0/+2
* The werror<->nt status code map has changed and has broken all the spoolssTim Potter2002-01-031-7/+7
* Added comment.Tim Potter2001-12-131-0/+2
* Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter2001-12-101-0/+59
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-24/+35
* Convert to NTSTATUS.Tim Potter2001-08-271-24/+24
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-8/+8
* Factored out common rpc pipe initialisation and shutdown code.Tim Potter2001-08-081-50/+1
* Changed lone malloc() call to talloc(). Spotted byTim Potter2001-08-061-1/+1
* merge from 2.2Gerald Carter2001-05-311-2/+0
* merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter2001-05-171-0/+57
* rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-281-89/+148
* merging from 2.2 to headAndrew Tridgell2001-04-221-20/+80
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-6/+6
* rename of 16 new_smb_io functions to smb_io_* for consistency sakeGerald Carter2001-03-281-10/+10
* merge from 2.2.Gerald Carter2001-03-271-3/+3
* reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter2001-03-191-1/+1
* addprinter and adddriver are working now :-)Gerald Carter2001-03-151-0/+106
* added getdriverdir and cleaned up the PRINTER_DRIVER_CTR structGerald Carter2001-03-151-2/+94
* added getdriver and enumdrivers commands. Also fixedGerald Carter2001-03-151-8/+217
* more updates. several spoolss commands added as placeholdersGerald Carter2001-03-151-1/+1
* set of changes in the beginning of bringing rpcclient changesGerald Carter2001-03-141-32/+24
* Missed some prs_inits.Jeremy Allison2001-03-091-11/+11
* Added init functions, cli_spoolss_open_printer_ex(),Tim Potter2001-01-101-0/+538