summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse/parse_spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* Added deleteprinterdata client rpc.Tim Potter2002-05-141-1/+13
* Added writeprinter rpc command.Tim Potter2002-05-141-0/+14
* Change make_spoolss_q_{get,set}printerdata() take a char* and length ratherTim Potter2002-05-141-11/+31
* compile fix merge from SAMBA_2_2Gerald Carter2002-05-131-11/+21
* Support for client side startdocprinter.Tim Potter2002-05-131-3/+63
* misc merge from SAMBA_2_2Gerald Carter2002-05-101-0/+4
* devmode parsing merge from SAMBA_2_2Gerald Carter2002-05-101-29/+74
* Added client side spoolss rpc commands for startpageprinter,Tim Potter2002-05-081-0/+60
* merge from SAMBA_2_2Gerald Carter2002-04-221-42/+19
* HP2500C driver writes devmode with private data that endsJeremy Allison2002-04-111-0/+9
* specversion merge from SAMBA_2_2Gerald Carter2002-04-111-0/+27
* Fixed missing alignment in spoolss_io_q_enumjobs() function.Tim Potter2002-04-101-0/+3
* The useless_ptr must be non-zero for addform and setform client functionsTim Potter2002-04-091-2/+5
* OpenPrinter() merge from 2.2Gerald Carter2002-03-261-19/+76
* resetprinter merge from SAMBA_2_2Gerald Carter2002-03-201-12/+12
* syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter2002-03-151-41/+232
* Remove studly gaps from prs_werror() calls so the same debug text isTim Potter2002-03-141-1/+1
* Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter2002-02-251-2/+36
* Added make functions for SPOOL_Q_{ADD,SET,DELETE}FORM.Tim Potter2002-01-311-1/+42
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Fixed ADDPRINTEREX to take a devmode and a security descriptor...Jeremy Allison2002-01-261-21/+29
* Added prs_mem_clear(). Clear memory on buffer reallocation. That wayJeremy Allison2002-01-181-8/+7
* Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi...Jeremy Allison2002-01-121-0/+91
* Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERRORTim Potter2002-01-071-1/+1
* merge from 2.2Gerald Carter2001-12-201-6/+6
* Replaced some hardcoded hex numbers with constants.Tim Potter2001-12-171-4/+8
* merge from 2.2Gerald Carter2001-12-131-0/+3
* Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter2001-12-101-2/+139
* merge from APPLIANCE_HEADGerald Carter2001-11-281-7/+1
* remove unused variablesGerald Carter2001-11-221-1/+0
* merge from 2.2Gerald Carter2001-11-221-11/+208
* Tidyups when I was doing the big merge...Jeremy Allison2001-11-171-3/+6
* spoolss_io_devmode private data is binary and should be shown in hex,Martin Pool2001-11-081-1/+2
* Wrote some stubs for new win2k only spoolss rpc commands:Tim Potter2001-11-051-0/+142
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-15/+13
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-44/+44
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-9/+24
* Merge in the NT drivers changes from 2.2.Jeremy Allison2001-08-101-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-1/+1
* SGI compiler fixes.Herb Lewis2001-06-261-2/+2
* Merging Gerry's spoolss changes.Jeremy Allison2001-06-211-6/+59
* merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter2001-05-171-0/+77
* rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-281-17/+27
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-1/+1
* include/ntdomain.h:Jeremy Allison2001-04-021-63/+136
* rename of 16 new_smb_io functions to smb_io_* for consistency sakeGerald Carter2001-03-281-116/+116
* merge from 2.2.Gerald Carter2001-03-271-40/+40
* reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter2001-03-191-1/+1
* whoops...forgot oneGerald Carter2001-03-151-19/+31