this is a big global fix for the ptr = Realloc(ptr, size) bug.
[ira/wip.git] / source / rpc_parse / parse_spoolss.c
2001-08-12 Simo Sorcethis is a big global fix for the ptr = Realloc(ptr...
2001-08-10 Jeremy AllisonMerge in the NT drivers changes from 2.2.
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-26 Herb LewisSGI compiler fixes.
2001-06-21 Jeremy AllisonMerging Gerry's spoolss changes.
2001-05-17 Gerald Cartermerge from 2.2 DeletePrinterDriver() server side stud...
2001-04-28 Gerald Carterrpcclient merge from 2.2 (including Jeremy's non-void...
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-04-02 Jeremy Allisoninclude/ntdomain.h:
2001-03-28 Gerald Carterrename of 16 new_smb_io functions to smb_io_* for consi...
2001-03-27 Gerald Cartermerge from 2.2.
2001-03-19 Gerald Carterreverted the rename of new_spoolss_io_r_enumprinterdriv...
2001-03-15 Gerald Carterwhoops...forgot one
2001-03-15 Gerald Carterrenamed one of the enumprinterdrivers parsing functions
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-03-09 Jeremy AllisonSerious (and I *mean* serious) attempt to fix little...
2001-03-01 Jeremy Allisonrpc_parse/parse_spoolss.c: Fixed memory leak introduced...
2001-03-01 Jeremy AllisonRemove unused code.
2001-02-28 Jeremy AllisonMove to talloc control of SPOOL_XXX structs. Move to...
2001-02-27 Jeremy AllisonAdded total memory allocated counter to talloc, so...
2001-02-12 Jeremy AllisonMerge ... JohnR's changes to appliance-head, JF's chang...
2001-01-17 David O'NeillChanges from APPLIANCE_HEAD:
2001-01-12 Tim PotterPrinter name unistr is null terminated in make_spoolss_...
2000-11-22 Jeremy AllisonADDPRINTERDRIVER info level 6 fix - this is dynamic...
2000-11-21 Jeremy AllisonFix for updating of print queues changed from a local...
2000-11-17 Jeremy AllisonFix for memory leak when adding driver.
2000-11-10 Jeremy Allisonrpc_parse/parse_spoolss.c: Updated comment for old...
2000-11-10 Jeremy Allisonprinting/nt_printing.c: use getpwuid not smbgetpwuid...
2000-10-30 Jeremy AllisonOnly use prs_uint8s on marshalling as we know we're...
2000-10-30 Jeremy AllisonFixed double btyte-swap problems with bigendian archite...
2000-10-18 Tim PotterFixes for io_q_setprinter rpc parsing.
2000-09-25 Jean-François Mico... printer notify code.
2000-09-19 Jeremy Allisonparam/loadparm.c: Fix based on Damian's code to stop...
2000-09-16 Jean-François Mico... in a printer_info_6, driver version is 64 bits long...
2000-09-15 Jeremy AllisonFixes from JF as I didn't understand the string array...
2000-09-15 Jeremy AllisonMove towards getting W2k p&p to upload NT4.x drivers...
2000-09-09 Jeremy AllisonImplemented DELETEPRINTERDATA (tested with Gerald's...
2000-09-05 Jeremy AllisonImplemented GETFORM tested and working using Gerald...
2000-08-31 Jeremy AllisonImplemented DELETEFORM tested using Gerald's Win32...
2000-08-30 Jeremy AllisonImplemented AbortPrinter() from Gerald's Win32 test...
2000-08-28 Andrew Tridgellyipee!
2000-08-15 Jeremy AllisonTidied up extra ()'s.
2000-08-14 Gerald Carterfixed a few bugs in new_smb_io_relarraystr().
2000-08-14 Gerald Carterfix for new_smb_io_relarraystr() and new_smb_io_relstr()
2000-08-12 Gerald Carterremoved the prs_align in spoolss_smb_io_unistr() ...
2000-08-11 Jeremy AllisonFixed the problem with UNISTR marshalling in a buffer5...
2000-08-10 Gerald Carterworking on the unmarshalling of dependentfiles to a...
2000-08-09 Gerald CarterMore work on AddPrinterDriver() and AddPrinterEx()...
2000-08-08 Gerald CarterAll changes related to rpcclient...
2000-08-04 Gerald Carterclunky support for calling AddPrinterEx(). The code...
2000-08-02 Jeremy AllisonMuch though I hate to admit it - JF was completely...
2000-08-01 Jeremy AllisonTidyup removing many of the 0xC0000000 | NT_STATUS_XXX...
2000-07-31 Jeremy AllisonAdded John Reilly's enumports/addprinter/delprinter...
2000-07-31 Gerald CarterMore work on rpcclient...
2000-07-27 Jean-François Mico... remove warnings
2000-07-27 Jeremy AllisonOk - this is a *BIG* change - but it fixes the problems...
2000-07-26 Jean-François Mico... Found out that we are crashing spoolss in enumprinterdata.
2000-07-25 Jean-François Mico... A rather big change set ! (listed in no particular...
2000-07-22 Jeremy AllisonFixed open handle code in printers - 3 functions were...
2000-07-21 Gerald CarterAdded functions for enumerating ports on remote print...
2000-07-18 Jeremy Allisonrpc_parse/parse_prs.c: Removed extraneous ()'s.
2000-07-14 Gerald Carterremoved prs_data(), prs_free_data(), and prs_realloc_data()
2000-07-12 Jean-François Mico... we are now sure the printer_info_2 timestamp is updated...
2000-07-12 Jean-François Mico... - The printers are indexed by the sharename in both...
2000-07-10 Tim PotterFixes for various compile warnings on Solaris 8.
2000-07-04 Jean-François Mico... the dummy field in driver_info_6 is before the driver...
2000-07-04 Jean-François Mico... driver_info_6 had a prs_align() that should not have...
2000-07-01 Jeremy AllisonRemoved unneccessary ()'s afer &'s that made it look...
2000-06-29 Jeremy AllisonTidy up current spool code - added some JRATEST ifdefs...
2000-06-28 Jeremy AllisonRemoved extra uint32 field in auto-notify reply. This...
2000-06-26 Jeremy AllisonChanging drivers using the properties page works -...
2000-06-24 Jeremy Allisonlib/util_sid.c: Uninitialized memory read.
2000-06-20 Jeremy AllisonFixes for Win2k "add printer driver" INFO_LEVEL_6 was...
2000-06-10 Jean-François Mico... parsing code for reply[open|close]printer in preparatio...
2000-06-06 Jeremy AllisonMemory leak fixes.
2000-06-05 Jeremy AllisonSome tidyup fixes (memory leaks etc.). Still no progres...
2000-06-05 Andrew Tridgellsimple increment bug in uniarray_2_dosarray
2000-06-04 Andrew Tridgellno space was being reserved for the security descriptor...
2000-06-02 Jeremy AllisonMore memory leak and PANIC action fixes.
2000-06-02 Jeremy AllisonFixed null pointer indirect in addprinterex. Still...
2000-06-01 Jeremy AllisonMore insure found memory leak and corruption fixes.
2000-06-01 Jeremy AllisonBack to building. Now to test with insure.
2000-06-01 Jeremy AllisonGetting back to a compilable state (not there yet but...
2000-05-28 Luke Leightonmoved notif_y_table struct to spoolss_nt.c only used...
2000-05-27 Luke Leightonhack to get setprinter working, level2, null sec desc.
2000-05-27 Luke Leightonsecurity descs in spoolss. needs parse_sec.c nttrans...
2000-05-24 Andrew Tridgella fairly big change in spoolss.
2000-05-15 Andrew Tridgelldon't call prs_dump() here
2000-05-12 Andrew Tridgellchanged uniarray_2_ascarray to uniarray_2_dosarray
2000-05-12 Jeremy AllisonAdded unicode_to_dos_char() function to address convert...
2000-05-12 Andrew Tridgelladded spool_io_printer_driver_info_level_6()
2000-05-02 Andrew Tridgelladded support for deleting printers into the spoolss...
2000-04-25 Andrew Tridgellmoved trans2.h and nterr.h into includes.h with all...
2000-04-06 Jeremy AllisonModified interfaces and added checks around *all* ...
2000-04-05 Jean-François Mico... off by one error ...
2000-04-05 Jean-François Mico... changed all the status code to ERROR_xxx instead of...
2000-03-29 Jean-François Mico... rewrote getprinterdriver level 3, now correctly handle...
2000-03-25 Jeremy Allisonrpc_parse/parse_spoolss.c: Added checks on mallocs...
2000-03-13 Jean-François Mico... oops ! forgot smb.h in last commit
2000-03-13 Jean-François Mico... parse correctly getprinterdriver2
next