summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-09-16in a printer_info_6, driver version is 64 bits long and there is a 32 bitJean-François Micouleau1-2/+10
2000-09-15Fixes from JF as I didn't understand the string array sizing code correctly.Jeremy Allison1-17/+17
2000-09-15Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -Jeremy Allison1-16/+129
2000-09-09Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).Jeremy Allison1-6/+46
2000-09-05Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison1-1/+56
2000-08-31Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison1-0/+32
2000-08-30Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison1-0/+35
2000-08-28yipee!Andrew Tridgell1-0/+9
2000-08-15Tidied up extra ()'s.Jeremy Allison1-12/+12
2000-08-14fixed a few bugs in new_smb_io_relarraystr().Gerald Carter1-2/+5
2000-08-14fix for new_smb_io_relarraystr() and new_smb_io_relstr()Gerald Carter1-2/+2
2000-08-12removed the prs_align in spoolss_smb_io_unistr() (JF, please check)Gerald Carter1-3/+36
2000-08-11Fixed the problem with UNISTR marshalling in a buffer5 struct.Jeremy Allison1-46/+21
2000-08-10working on the unmarshalling of dependentfiles to a DRIVER_INFO_3Gerald Carter1-2/+9
2000-08-09More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter1-6/+7
2000-08-08All changes related to rpcclient...Gerald Carter1-3/+174
2000-08-04clunky support for calling AddPrinterEx(). The code currently reportsGerald Carter1-8/+111
2000-08-02Much though I hate to admit it - JF was completely correct. I cannotJeremy Allison1-2/+2
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-3/+3
2000-07-31Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison1-2/+2
2000-07-31More work on rpcclient...Gerald Carter1-7/+27
2000-07-27remove warningsJean-François Micouleau1-2/+2