summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2000-12-15lib/util_unistr.c:Jean-François Micouleau1-1/+1
2000-12-15Fixed memory leak in JOB_INFO_2 code.Jeremy Allison1-3/+2
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-1/+1
2000-12-14Updates from appliance-head.Jeremy Allison1-8/+47
2000-12-11Adding in debug for SD's.Jeremy Allison1-0/+31
2000-12-07file_lines_load/file_lines_pload can now optionally convert unix_to_dos()Jeremy Allison1-3/+3
2000-11-22Changes from APPLIANCE_HEAD:David O'Neill1-4/+4
2000-11-17Fix from John Reilly for equivalence tests.Jeremy Allison1-76/+79
2000-11-17Fix for memory leak when adding driver.Jeremy Allison1-4/+4
2000-11-16Fix for a problem with the new messaging system. If a sender is using theJeremy Allison1-1/+1
2000-11-14Merge from appliance head of JR's changes for driver versioning.Jeremy Allison1-1/+1
2000-11-14printing/nt_printing.c: After long soul searching and making both Andrew and myJeremy Allison1-13/+10
2000-11-10printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison1-85/+65
2000-11-08an attempt to get the handling of fields in printer info structuresAndrew Tridgell1-43/+24
2000-11-08Merge fest!!!Tim Potter1-24/+20
2000-11-07Merge of printer security descriptor, info level and printerdataTim Potter1-37/+267
2000-10-30Merge of comment repair.Tim Potter1-8/+8
2000-10-29Patches from John Reilly @ HP for print job time bugs.Jeremy Allison1-6/+16
2000-10-26Added John Reillys patch for error code returns from clean_up_printer_driver_...Jeremy Allison1-1/+2
2000-10-26Sorry JF - no billable hours :-). I fixed the "stream of events" problemJeremy Allison1-6/+6
2000-10-20Merge from appliance-headTim Potter1-1/+5
2000-10-10Fix found by Andrew to stop local/remote printers beingJeremy Allison1-3/+18
2000-10-06Proto update. Also fix from John Reilly @ HP for not showing APW with W2K.Jeremy Allison1-7/+14
2000-10-06Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison1-3/+1
2000-10-04Adding Herb's compile warning fixes to HEAD.Jeremy Allison1-45/+0
2000-10-03Fixes from Herb - compiler warnings.Jeremy Allison1-1/+1
2000-10-02Added debug so if zero length messages get sent we successfully removeJeremy Allison1-0/+9
2000-09-29Missing null termination on printer changenotify message caused insureJeremy Allison1-3/+4
2000-09-27Fixed stupid introduced bug found by "Jim McDonough/Boulder/IBM" <jmcd@us.ibm...Jeremy Allison1-2/+2
2000-09-26broadcast printer notify message to all clients. We now have printerJean-François Micouleau1-8/+15
2000-09-26Changes from John Reilly to add a parameter "show add printer wizard" thatJeremy Allison1-5/+25
2000-09-25printer notify code.Jean-François Micouleau1-6/+144
2000-09-21Adding fix from Jim Vopni <jimv@metrics.com> to ensure jobs areJeremy Allison1-33/+33
2000-09-16in a printer_info_6, driver version is 64 bits long and there is a 32 bitJean-François Micouleau1-0/+7
2000-09-15Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -Jeremy Allison1-13/+166
2000-09-13Added SIGHUP when printer deleted as well as added.Jeremy Allison1-0/+3
2000-09-12Fix for enumjobs infor level 2 which caused smbd to coredump.Jeremy Allison1-0/+1
2000-09-12Fixed error return when printer is PAUSED - should be returning "Pause".Jeremy Allison1-1/+1
2000-09-11Fixed memory leaks found in enumprinterdrivers code.Jeremy Allison1-5/+8
2000-09-11Fix for malloc of zero bytes found by insure.Jeremy Allison1-0/+5
2000-09-09Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).Jeremy Allison1-0/+42
2000-09-08Fixed typo where docname was being checked for datatype - was causingJeremy Allison1-1/+1
2000-09-08Win32 API is explicit that EnumPrinterData returns ERROR_MORE_DATA notJeremy Allison1-1/+1
2000-09-07Fixed the printerdata code to return NO_MORE_ITEMS if a size is requestedJeremy Allison1-1/+20
2000-09-07Added code to return NO_MORE_ENTRIES when trying to determineJeremy Allison1-0/+12
2000-09-06Fix from John Reilly for double free of printer struct.Jeremy Allison1-3/+4
2000-09-05Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison1-2/+65
2000-09-01Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill1-11/+9
2000-08-31Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison1-0/+25
2000-08-30Fixed error returns for moving printer driver files around so genericJeremy Allison1-2/+3