summaryrefslogtreecommitdiff
path: root/source3/libsmb/cli_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2002-01-07Converted getprinterdriver to WERROR - it always returns dos error 6Tim Potter1-54/+64
2002-01-06Converted enumprinters and enumports cli functions to return WERRORs.Tim Potter1-106/+129
2002-01-06spoolss rpc client cleanup:Tim Potter1-56/+60
2002-01-03Initialise result on success in cli_spoolss_enum_printers() so we don't getTim Potter1-0/+2
2002-01-03The werror<->nt status code map has changed and has broken all the spoolssTim Potter1-7/+7
2001-12-13Added comment.Tim Potter1-0/+2
2001-12-10Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter1-0/+59
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-24/+35
2001-08-27Convert to NTSTATUS.Tim Potter1-24/+24
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-8/+8
2001-08-08Factored out common rpc pipe initialisation and shutdown code.Tim Potter1-50/+1
2001-08-06Changed lone malloc() call to talloc(). Spotted byTim Potter1-1/+1
2001-05-31merge from 2.2Gerald Carter1-2/+0
2001-05-17merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter1-0/+57
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter1-89/+148
2001-04-22merging from 2.2 to headAndrew Tridgell1-20/+80
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison1-6/+6
2001-03-28rename of 16 new_smb_io functions to smb_io_* for consistency sakeGerald Carter1-10/+10
2001-03-27merge from 2.2.Gerald Carter1-3/+3
2001-03-19reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter1-1/+1
2001-03-15addprinter and adddriver are working now :-)Gerald Carter1-0/+106
2001-03-15added getdriverdir and cleaned up the PRINTER_DRIVER_CTR structGerald Carter1-2/+94
2001-03-15added getdriver and enumdrivers commands. Also fixedGerald Carter1-8/+217
2001-03-15more updates. several spoolss commands added as placeholdersGerald Carter1-1/+1
2001-03-14set of changes in the beginning of bringing rpcclient changesGerald Carter1-32/+24
2001-03-09Missed some prs_inits.Jeremy Allison1-11/+11
2001-01-10Added init functions, cli_spoolss_open_printer_ex(),Tim Potter1-0/+538