summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-06add #define for the max device name length in a DEVICEMODEGerald Carter1-1/+1
2003-03-03* CR1868: only send a change notify message if we have somethingGerald Carter1-1/+1
2003-02-25Merge: const fixes.Tim Potter1-6/+8
2003-02-25Progress on CR 601Gerald Carter1-1/+1
2003-02-21couple of merges from APP_HEADGerald Carter1-1/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-168/+169
2002-12-20Merge of comment about apparent spoolss_io_user_info weirdness.Tim Potter1-0/+4
2002-12-03Support printer info 7, used for publishingJim McDonough1-0/+63
2002-11-08Sync with HEAD to get enumprinterkey api.Jim McDonough1-0/+29
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-1/+1
2002-10-17Merge NULL relstr fix from HEAD.Tim Potter1-0/+3
2002-09-27HEAD and APP-HEAD spoolss parsing was out of sync. This MUST NOT HAPPEN !Jeremy Allison1-20/+17
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-18/+131
2002-08-17sync 3.0 branch with headJelmer Vernooij1-39/+48
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-116/+628
2002-04-22printing merge from HEADGerald Carter1-42/+19
2002-04-11HP2500C driver writes devmode with private data that endsJeremy Allison1-0/+9
2002-04-11specversion merge from SAMBA_2_2Gerald Carter1-0/+27
2002-04-10Fixed missing alignment in spoolss_io_q_enumjobs() function.Tim Potter1-0/+3
2002-04-09The useless_ptr must be non-zero for addform and setform client functionsTim Potter1-2/+5
2002-03-26OpenPrinter() merge from 2.2Gerald Carter1-19/+76
2002-03-20resetprinter merge from SAMBA_2_2Gerald Carter1-12/+12
2002-03-15syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter1-41/+232
2002-03-14Remove studly gaps from prs_werror() calls so the same debug text isTim Potter1-1/+1
2002-02-25Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter1-2/+36
2002-01-31Added make functions for SPOOL_Q_{ADD,SET,DELETE}FORM.Tim Potter1-1/+42
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Fixed ADDPRINTEREX to take a devmode and a security descriptor...Jeremy Allison1-21/+29
2002-01-18Added prs_mem_clear(). Clear memory on buffer reallocation. That wayJeremy Allison1-8/+7
2002-01-12Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi...Jeremy Allison1-0/+91
2002-01-07Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERRORTim Potter1-1/+1
2001-12-20merge from 2.2Gerald Carter1-6/+6
2001-12-17Replaced some hardcoded hex numbers with constants.Tim Potter1-4/+8
2001-12-13merge from 2.2Gerald Carter1-0/+3
2001-12-10Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter1-2/+139
2001-11-28merge from APPLIANCE_HEADGerald Carter1-7/+1
2001-11-22remove unused variablesGerald Carter1-1/+0
2001-11-22merge from 2.2Gerald Carter1-11/+208
2001-11-17Tidyups when I was doing the big merge...Jeremy Allison1-3/+6
2001-11-08spoolss_io_devmode private data is binary and should be shown in hex,Martin Pool1-1/+2
2001-11-05Wrote some stubs for new win2k only spoolss rpc commands:Tim Potter1-0/+142
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-15/+13
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-44/+44
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-9/+24
2001-08-10Merge in the NT drivers changes from 2.2.Jeremy Allison1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+1
2001-06-26SGI compiler fixes.Herb Lewis1-2/+2
2001-06-21Merging Gerry's spoolss changes.Jeremy Allison1-6/+59
2001-05-17merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter1-0/+77