summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* renamed one of the enumprinterdrivers parsing functionsGerald Carter2001-03-151-2/+2
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-0/+1
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-2/+12
* rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring.Jeremy Allison2001-03-011-5/+17
* Remove unused code.Jeremy Allison2001-03-011-117/+3
* Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2001-02-281-331/+288
* Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-271-2/+2
* Merge of JohnR's changes to appliance-head, JF's changes to 2.2,Jeremy Allison2001-02-121-9/+12
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-171-6/+24
* Printer name unistr is null terminated in make_spoolss_q_open_printer_ex()Tim Potter2001-01-121-1/+1
* ADDPRINTERDRIVER info level 6 fix - this is dynamic dependingJeremy Allison2000-11-221-7/+9
* Fix for updating of print queues changed from a local box. Essentially,Jeremy Allison2000-11-211-1/+1
* Fix for memory leak when adding driver.Jeremy Allison2000-11-171-1/+1
* rpc_parse/parse_spoolss.c: Updated comment for old version of W2K.Jeremy Allison2000-11-101-0/+3
* printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison2000-11-101-0/+11
* Only use prs_uint8s on marshalling as we know we're little endian. OnJeremy Allison2000-10-301-6/+18
* Fixed double btyte-swap problems with bigendian architectures.Jeremy Allison2000-10-301-1/+2
* Fixes for io_q_setprinter rpc parsing.Tim Potter2000-10-181-0/+10
* printer notify code.Jean-François Micouleau2000-09-251-1/+118