an attempt to get the handling of fields in printer info structures
[nivanova/samba-autobuild/.git] / source3 / rpc_server / srv_spoolss_nt.c
2000-11-08 Andrew Tridgellan attempt to get the handling of fields in printer...
2000-11-08 Tim PotterMerge fest!!!
2000-11-07 Tim PotterMerge ... printer security descriptor, info level and...
2000-10-30 Tim PotterMerge of comment repair.
2000-10-29 Jeremy AllisonPatches from John Reilly @ HP for print job time bugs.
2000-10-26 Jeremy AllisonAdded John Reillys patch for error code returns from...
2000-10-26 Jeremy AllisonSorry JF - no billable hours :-). I fixed the "stream...
2000-10-20 Tim PotterMerge from appliance-head
2000-10-10 Jeremy AllisonFix found by Andrew to stop local/remote printers being
2000-10-06 Jeremy AllisonProto update. Also fix from John Reilly @ HP for not...
2000-10-06 Jeremy AllisonHerb's warning fixes. Also the POSIX locking fix.
2000-10-04 Jeremy AllisonAdding Herb's compile warning fixes to HEAD.
2000-10-03 Jeremy AllisonFixes from Herb - compiler warnings.
2000-10-02 Jeremy AllisonAdded debug so if zero length messages get sent we...
2000-09-29 Jeremy AllisonMissing null termination on printer changenotify messag...
2000-09-27 Jeremy AllisonFixed stupid introduced bug found by "Jim McDonough...
2000-09-26 Jean-François Mico... broadcast printer notify message to all clients. We...
2000-09-26 Jeremy AllisonChanges from John Reilly to add a parameter "show add...
2000-09-25 Jean-François Mico... printer notify code.
2000-09-21 Jeremy AllisonAdding fix from Jim Vopni <jimv@metrics.com> to ensure...
2000-09-16 Jean-François Mico... in a printer_info_6, driver version is 64 bits long...
2000-09-15 Jeremy AllisonMove towards getting W2k p&p to upload NT4.x drivers...
2000-09-13 Jeremy AllisonAdded SIGHUP when printer deleted as well as added.
2000-09-12 Jeremy AllisonFix for enumjobs infor level 2 which caused smbd to...
2000-09-12 Jeremy AllisonFixed error return when printer is PAUSED - should...
2000-09-11 Jeremy AllisonFixed memory leaks found in enumprinterdrivers code.
2000-09-11 Jeremy AllisonFix for malloc of zero bytes found by insure.
2000-09-09 Jeremy AllisonImplemented DELETEPRINTERDATA (tested with Gerald's...
2000-09-08 Jeremy AllisonFixed typo where docname was being checked for datatype...
2000-09-08 Jeremy AllisonWin32 API is explicit that EnumPrinterData returns...
2000-09-07 Jeremy AllisonFixed the printerdata code to return NO_MORE_ITEMS...
2000-09-07 Jeremy AllisonAdded code to return NO_MORE_ENTRIES when trying to...
2000-09-06 Jeremy AllisonFix from John Reilly for double free of printer struct.
2000-09-05 Jeremy AllisonImplemented GETFORM tested and working using Gerald...
2000-09-01 David O'NeillChanges from APPLIANCE_HEAD (per Tim Potter):
2000-08-31 Jeremy AllisonImplemented DELETEFORM tested using Gerald's Win32...
2000-08-30 Jeremy AllisonFixed error returns for moving printer driver files...
2000-08-30 Jeremy AllisonImplemented AbortPrinter() from Gerald's Win32 test...
2000-08-28 Andrew Tridgellyipee!
2000-08-23 Jeremy AllisonTidied up some error returns from printing calls. Still...
2000-08-10 Jeremy AllisonAdded "add_printer_hook" call to update printer for...
2000-08-09 Andrew Tridgellgot error code right for printer update/add failure
2000-08-09 Andrew Tridgelladded printer admin option
2000-08-01 Jeremy AllisonAdded print job substitutions for %{printername}, ...
2000-07-31 Jeremy AllisonSave & restore the port name correctly.
2000-07-31 Jeremy AllisonAdded John Reilly's enumports/addprinter/delprinter...
2000-07-27 Jeremy AllisonOk - this is a *BIG* change - but it fixes the problems...
2000-07-26 Jean-François Mico... if no comment in TDB, use comment from print share.
2000-07-26 Tim PotterFixed memory leaks in _spoolss_addprinterdriver()
2000-07-25 Jeremy AllisonFixed up error checking and move printer file code...
2000-07-25 Jeremy AllisonAdded some error checking and returns to the new 'move...
2000-07-25 Jean-François Mico... A rather big change set ! (listed in no particular...
2000-07-25 Jeremy AllisonTidy up code to add printer. Always index in tdb by...
2000-07-22 Jeremy AllisonFixed open handle code in printers - 3 functions were...
2000-07-18 Jeremy Allisonrpc_parse/parse_prs.c: Removed extraneous ()'s.
2000-07-17 Tim PotterMissing var.
2000-07-17 Tim PotterFree security descriptor after access check in update_p...
2000-07-17 Tim PotterRenamed arguments to se_access_check()
2000-07-12 Jean-François Mico... - The printers are indexed by the sharename in both...
2000-07-10 Jeremy AllisonEnsure correct driver paths are returned in INFO_2...
2000-07-10 Tim PotterFixes for various compile warnings on Solaris 8.
2000-07-10 Tim PotterRe-instated lanman printing security checks (oops).
2000-07-06 Jeremy Allisonprinting/nt_printing.c: (From JF) use the driver name...
2000-07-06 Tim PotterPass either an authenticated pipe or SMB user in a...
2000-07-01 Jean-François Mico... reverting Jeremy's changes to enumprinterdata.
2000-07-01 Jean-François Mico... Found that the minimum priority is 1 and not 0 on NT.
2000-06-30 Jeremy AllisonFixed oops with missing MANGLE_PATH directive.
2000-06-29 Jeremy AllisonTidy up current spool code - added some JRATEST ifdefs...
2000-06-26 Jeremy AllisonChanging drivers using the properties page works -...
2000-06-24 Jeremy Allisonlib/util_sid.c: Uninitialized memory read.
2000-06-22 Jeremy AllisonChanged enumports to show printernames as ports. In...
2000-06-22 Jeremy Allisonlib/util_unistr.c: Removed ascii_to_unistr() as it...
2000-06-20 Jeremy AllisonFixes for Win2k "add printer driver" INFO_LEVEL_6 was...
2000-06-16 Tim PotterSimplified server pipe implementation by changing argum...
2000-06-07 Jeremy AllisonFixing get/set of security descriptors.
2000-06-06 Jeremy AllisonMemory leak fixes.
2000-06-06 Jeremy AllisonCreate elements in default, not in read.
2000-06-05 Jeremy AllisonSome tidyup fixes (memory leaks etc.). Still no progres...
2000-06-04 Andrew Tridgelladded a MANGLE_DRIVER_PATH define to chooose whether...
2000-06-03 Jeremy Allisonrpc_client/cli_lsarpc.c: Removed unused variable.
2000-06-02 Jeremy AllisonMore memory leak and PANIC action fixes.
2000-06-02 Jeremy AllisonMore memory leak fixes.
2000-06-02 Jeremy AllisonMore memory corruption (leaks etc.) 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 Allisonparam/loadparm.c: Looks like someone ran indent on...
2000-06-01 Jeremy AllisonChanges I really don't want to lose whilst CVS is playi...
2000-05-29 Andrew Tridgellfixed some more crashes
2000-05-28 Andrew Tridgelldon't free a driver structure from the stack!
2000-05-28 Luke Leighton#ifdef not #if
2000-05-28 Luke Leightonmoved notif_y_table struct to spoolss_nt.c only used...
2000-05-27 Andrew Tridgellgetting and setting security descriptors on printers...
2000-05-27 Luke Leightonuninitialised variable "list"
2000-05-27 Luke Leightonunistr_to_dos not unistr_to_ascii
2000-05-27 Luke Leightonsecurity descs in spoolss. needs parse_sec.c nttrans...
2000-05-26 Jeremy AllisonCompile time warning fixes and a time_t -> uint32 conve...
2000-05-24 Andrew Tridgella fairly big change in spoolss.
2000-05-22 Jeremy AllisonModify NT driver heirarchy to fix HP bug with duplicate...
2000-05-12 Andrew Tridgelladded spool_io_printer_driver_info_level_6()
2000-05-10 Jeremy Allisonlib/util_unistr.c:
next