summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* sync with SAMBA_2_2 for 2.2.6rc1Gerald Carter2002-10-091-61/+108
* syncing up for 2.2.6pre2Gerald Carter2002-08-271-9/+16
* merging for 2.2.6pre1Gerald Carter2002-07-271-2/+2
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-67/+158
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-96/+436
* Move over to RELEASE branch.Jeremy Allison2002-02-011-150/+731
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-4/+15
* Syncup getting ready for release.Jeremy Allison2001-07-061-25/+165
* portability fixed for sco1.samba.orgAndrew Tridgell2001-04-131-1/+1
* The changes to the SMBMACROs were causing big endian machines to incorrectlyJeremy Allison2001-03-311-12/+6
* Things are making more sense every day :-)Gerald Carter2001-03-281-167/+246
* rename of new_spoolss_* to spoolss_* to conform to the majorityGerald Carter2001-03-271-40/+40
* reverted rename of new_spoolss_io_r_enumprinterdriversGerald Carter2001-03-191-1/+1
* merge from HEAD for new cli_*() interface for client sideGerald Carter2001-03-191-21/+33
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-2/+12
* More SGI compiler warning fixes.Jeremy Allison2001-03-091-1/+1
* rpc_parse/parse_spoolss.c: Fixed memory leak introduced by restructuring.Jeremy Allison2001-03-011-5/+17
* Removed unused code.Jeremy Allison2001-03-011-117/+3
* Partial move of spoolss interface to new format. All SPOOLSS_XXX structs areJeremy Allison2001-02-281-324/+288
* Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-271-2/+2
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-7/+0
* Merges from appliance-head for I18N fixes from Tim.Jeremy Allison2001-02-141-0/+1
* include/debug.h:Jeremy Allison2001-02-091-10/+13
* Merge with fixes from appliance-head.Jeremy Allison2001-01-181-6/+24
* Sync up with appliance-head.Jeremy Allison2001-01-151-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
* Memory leak fix when adding a driver.Jeremy Allison2000-11-171-1/+1
* Sync up with HEAD with various fixes.Jeremy Allison2000-11-101-0/+14
* 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
* Merge from HEAD of the printer fixes.Jeremy Allison2000-10-211-0/+10
* Added JF's print spooler notification code. Too good to miss for 2.2.x :-).Jeremy Allison2000-09-261-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