summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter1-17/+27
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-1/+1
2001-04-02include/ntdomain.h:Jeremy Allison1-63/+136
2001-03-28rename of 16 new_smb_io functions to smb_io_* for consistency sakeGerald Carter1-116/+116
2001-03-27merge from 2.2.Gerald Carter1-40/+40
2001-03-19reverted the rename of new_spoolss_io_r_enumprinterdrivers()Gerald Carter1-1/+1
2001-03-15whoops...forgot oneGerald Carter1-19/+31
2001-03-15renamed one of the enumprinterdrivers parsing functionsGerald Carter1-2/+2
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-0/+1
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-2/+12
2001-03-01rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring.Jeremy Allison1-5/+17
2001-03-01Remove unused code.Jeremy Allison1-117/+3
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison1-331/+288
2001-02-27Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison1-2/+2
2001-02-12Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison1-9/+12
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-6/+24
2001-01-12Printer name unistr is null terminated in make_spoolss_q_open_printer_ex()Tim Potter1-1/+1
2000-11-22ADDPRINTERDRIVER info level 6 fix - this is dynamic dependingJeremy Allison1-7/+9
2000-11-21Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison1-1/+1
2000-11-17Fix for memory leak when adding driver.Jeremy Allison1-1/+1
2000-11-10rpc_parse/parse_spoolss.c: Updated comment for old version of W2K.Jeremy Allison1-0/+3
2000-11-10printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison1-0/+11
2000-10-30Only use prs_uint8s on marshalling as we know we're little endian. OnJeremy Allison1-6/+18
2000-10-30Fixed double btyte-swap problems with bigendian architectures.Jeremy Allison1-1/+2
2000-10-18Fixes for io_q_setprinter rpc parsing.Tim Potter1-0/+10
2000-09-25printer notify code.Jean-François Micouleau1-1/+118
2000-09-19param/loadparm.c: Fix based on Damian's code to stop printer scripts getting ...Jeremy Allison1-34/+19