summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse/parse_spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* param/loadparm.c: Fix based on Damian's code to stop printer scripts getting ...Jeremy Allison2000-09-191-34/+19
* in a printer_info_6, driver version is 64 bits long and there is a 32 bitJean-François Micouleau2000-09-161-2/+10
* Fixes from JF as I didn't understand the string array sizing code correctly.Jeremy Allison2000-09-151-17/+17
* Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -Jeremy Allison2000-09-151-16/+129
* Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).Jeremy Allison2000-09-091-6/+46
* Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison2000-09-051-1/+56
* Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison2000-08-311-0/+32
* Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison2000-08-301-0/+35
* yipee!Andrew Tridgell2000-08-281-0/+9
* Tidied up extra ()'s.Jeremy Allison2000-08-151-12/+12
* fixed a few bugs in new_smb_io_relarraystr().Gerald Carter2000-08-141-2/+5
* fix for new_smb_io_relarraystr() and new_smb_io_relstr()Gerald Carter2000-08-141-2/+2
* removed the prs_align in spoolss_smb_io_unistr() (JF, please check)Gerald Carter2000-08-121-3/+36
* Fixed the problem with UNISTR marshalling in a buffer5 struct.Jeremy Allison2000-08-111-46/+21
* working on the unmarshalling of dependentfiles to a DRIVER_INFO_3Gerald Carter2000-08-101-2/+9
* More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter2000-08-091-6/+7
* All changes related to rpcclient...Gerald Carter2000-08-081-3/+174
* clunky support for calling AddPrinterEx(). The code currently reportsGerald Carter2000-08-041-8/+111
* Much though I hate to admit it - JF was completely correct. I cannotJeremy Allison2000-08-021-2/+2
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-3/+3