summaryrefslogtreecommitdiff
path: root/source3/libsmb/cli_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-28Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison1-4/+4
2002-05-28Hmm - you can do NT_STATUS_IS_OK on a WERROR and not get a compile warning/er...Tim Potter1-1/+1
2002-05-23Given Jeremy's positive response, and a lack of one from tpot, I'll commitAndrew Bartlett1-14/+0
2002-05-17NT sends the server name prepended with \\ for a enumerate printers RPCTim Potter1-2/+2
2002-05-14Added deleteprinterdata client rpc.Tim Potter1-0/+45
2002-05-14Added writeprinter rpc command.Tim Potter1-0/+49
2002-05-14Added getprinterdata and enumprinterdata rpc client routines.Tim Potter1-42/+186
2002-05-13RPC client function for startdocprinter and enddocprinter.Tim Potter1-2/+101
2002-05-08Added client side spoolss rpc commands for startpageprinter,Tim Potter1-0/+200
2002-05-07Added cli_spoolss_enumjobs() function.Tim Potter1-3/+46
2002-04-10Added cli_spoolss_enumjobs() function.Tim Potter1-0/+52
2002-04-02some mergee from SAMBA_2_2. Does compile, but needs some more testing.Gerald Carter1-208/+266
2002-03-08Added case statment for decoding enumprinters level 0 result.Tim Potter1-0/+4
2002-02-25Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter1-6/+160
2002-02-20Converted remaining spoolss rpcclient functions to werror/needed/offered.Tim Potter1-150/+128
2002-02-19Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede.Tim Potter1-49/+45
2002-02-19Added cli_spoolss_initialise() function.Tim Potter1-61/+72
2002-01-31Added addform, setform and deleteform cli functions.Tim Potter1-0/+164
2002-01-30Removed version number from file header.Tim Potter1-1/+1
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