summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-30Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison1-3/+16
2000-08-28yipee!Andrew Tridgell1-3/+8
2000-08-23Tidied up some error returns from printing calls. Still need to map UNIXJeremy Allison1-7/+4
2000-08-10Added "add_printer_hook" call to update printer for Win9x clients.Jeremy Allison1-62/+68
2000-08-09got error code right for printer update/add failureAndrew Tridgell1-3/+3
2000-08-09added printer admin optionAndrew Tridgell1-42/+26
2000-08-01Added print job substitutions for %{printername}, %{sharename} and %{portname}Jeremy Allison1-5/+1
2000-07-31Save & restore the port name correctly.Jeremy Allison1-16/+1
2000-07-31Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison1-69/+227
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-8/+8
2000-07-26if no comment in TDB, use comment from print share.Jean-François Micouleau1-4/+15
2000-07-26Fixed memory leaks in _spoolss_addprinterdriver()Tim Potter1-5/+9
2000-07-25Fixed up error checking and move printer file code. Fixed a memory leak.Jeremy Allison1-2/+3
2000-07-25Added some error checking and returns to the new 'move' code.Jeremy Allison1-2/+3
2000-07-25A rather big change set ! (listed in no particular order)Jean-François Micouleau1-197/+210
2000-07-25Tidy up code to add printer. Always index in tdb by sharename. ThisJeremy Allison1-5/+33
2000-07-22Fixed open handle code in printers - 3 functions were always being doneJeremy Allison1-120/+134
2000-07-18rpc_parse/parse_prs.c: Removed extraneous ()'s.Jeremy Allison1-20/+24
2000-07-17Missing var.Tim Potter1-1/+1
2000-07-17Free security descriptor after access check in update_printer_sec()Tim Potter1-3/+7
2000-07-17Renamed arguments to se_access_check()Tim Potter1-4/+28
2000-07-12- The printers are indexed by the sharename in both get_a_printer() andJean-François Micouleau1-6/+17
2000-07-10Ensure correct driver paths are returned in INFO_2 struct.Jeremy Allison1-6/+6
2000-07-10Fixes for various compile warnings on Solaris 8.Tim Potter1-1/+2
2000-07-10Re-instated lanman printing security checks (oops).Tim Potter1-14/+55
2000-07-06printing/nt_printing.c: (From JF) use the driver name - already given to us.Jeremy Allison1-47/+62
2000-07-06Pass either an authenticated pipe or SMB user in a current_user struct downTim Potter1-13/+38
2000-07-01reverting Jeremy's changes to enumprinterdata.Jean-François Micouleau1-2/+2
2000-07-01Found that the minimum priority is 1 and not 0 on NT.Jean-François Micouleau1-4/+4
2000-06-30Fixed oops with missing MANGLE_PATH directive.Jeremy Allison1-2/+6
2000-06-29Tidy up current spool code - added some JRATEST ifdefs to allowJeremy Allison1-16/+17
2000-06-26Changing drivers using the properties page works - but only if getting/settingJeremy Allison1-30/+40
2000-06-24lib/util_sid.c: Uninitialized memory read.Jeremy Allison1-7/+9
2000-06-22Changed enumports to show printernames as ports. In line with 'the grand plan...Jeremy Allison1-11/+51
2000-06-22lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage.Jeremy Allison1-54/+32
2000-06-20Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also someJeremy Allison1-2/+2
2000-06-16Simplified server pipe implementation by changing arguments passed downTim Potter1-14/+17