summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_spoolss_nt.c
Commit message (Expand)AuthorAgeFilesLines
* broadcast printer notify message to all clients. We now have printerJean-François Micouleau2000-09-261-8/+15
* Changes from John Reilly to add a parameter "show add printer wizard" thatJeremy Allison2000-09-261-5/+25
* printer notify code.Jean-François Micouleau2000-09-251-6/+144
* Adding fix from Jim Vopni <jimv@metrics.com> to ensure jobs areJeremy Allison2000-09-211-33/+33
* in a printer_info_6, driver version is 64 bits long and there is a 32 bitJean-François Micouleau2000-09-161-0/+7
* Move towards getting W2k p&p to upload NT4.x drivers. Still doesn't work -Jeremy Allison2000-09-151-13/+166
* Added SIGHUP when printer deleted as well as added.Jeremy Allison2000-09-131-0/+3
* Fix for enumjobs infor level 2 which caused smbd to coredump.Jeremy Allison2000-09-121-0/+1
* Fixed error return when printer is PAUSED - should be returning "Pause".Jeremy Allison2000-09-121-1/+1
* Fixed memory leaks found in enumprinterdrivers code.Jeremy Allison2000-09-111-5/+8
* Fix for malloc of zero bytes found by insure.Jeremy Allison2000-09-111-0/+5
* Implemented DELETEPRINTERDATA (tested with Gerald's Win32 progs).Jeremy Allison2000-09-091-0/+42
* Fixed typo where docname was being checked for datatype - was causingJeremy Allison2000-09-081-1/+1
* Win32 API is explicit that EnumPrinterData returns ERROR_MORE_DATA notJeremy Allison2000-09-081-1/+1
* Fixed the printerdata code to return NO_MORE_ITEMS if a size is requestedJeremy Allison2000-09-071-1/+20
* Added code to return NO_MORE_ENTRIES when trying to determineJeremy Allison2000-09-071-0/+12
* Fix from John Reilly for double free of printer struct.Jeremy Allison2000-09-061-3/+4
* Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison2000-09-051-2/+65
* Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill2000-09-011-11/+9
* Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison2000-08-311-0/+25
* Fixed error returns for moving printer driver files around so genericJeremy Allison2000-08-301-2/+3
* Implemented AbortPrinter() from Gerald's Win32 test code. Just purge allJeremy Allison2000-08-301-3/+16
* yipee!Andrew Tridgell2000-08-281-3/+8
* Tidied up some error returns from printing calls. Still need to map UNIXJeremy Allison2000-08-231-7/+4
* Added "add_printer_hook" call to update printer for Win9x clients.Jeremy Allison2000-08-101-62/+68
* got error code right for printer update/add failureAndrew Tridgell2000-08-091-3/+3
* added printer admin optionAndrew Tridgell2000-08-091-42/+26
* Added print job substitutions for %{printername}, %{sharename} and %{portname}Jeremy Allison2000-08-011-5/+1
* Save & restore the port name correctly.Jeremy Allison2000-07-311-16/+1
* Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison2000-07-311-69/+227
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-8/+8
* if no comment in TDB, use comment from print share.Jean-François Micouleau2000-07-261-4/+15
* Fixed memory leaks in _spoolss_addprinterdriver()Tim Potter2000-07-261-5/+9
* Fixed up error checking and move printer file code. Fixed a memory leak.Jeremy Allison2000-07-251-2/+3
* Added some error checking and returns to the new 'move' code.Jeremy Allison2000-07-251-2/+3
* A rather big change set ! (listed in no particular order)Jean-François Micouleau2000-07-251-197/+210
* Tidy up code to add printer. Always index in tdb by sharename. ThisJeremy Allison2000-07-251-5/+33
* Fixed open handle code in printers - 3 functions were always being doneJeremy Allison2000-07-221-120/+134
* rpc_parse/parse_prs.c: Removed extraneous ()'s.Jeremy Allison2000-07-181-20/+24
* Missing var.Tim Potter2000-07-171-1/+1
* Free security descriptor after access check in update_printer_sec()Tim Potter2000-07-171-3/+7
* Renamed arguments to se_access_check()Tim Potter2000-07-171-4/+28
* - The printers are indexed by the sharename in both get_a_printer() andJean-François Micouleau2000-07-121-6/+17
* Ensure correct driver paths are returned in INFO_2 struct.Jeremy Allison2000-07-101-6/+6
* Fixes for various compile warnings on Solaris 8.Tim Potter2000-07-101-1/+2
* Re-instated lanman printing security checks (oops).Tim Potter2000-07-101-14/+55
* printing/nt_printing.c: (From JF) use the driver name - already given to us.Jeremy Allison2000-07-061-47/+62
* Pass either an authenticated pipe or SMB user in a current_user struct downTim Potter2000-07-061-13/+38
* reverting Jeremy's changes to enumprinterdata.Jean-François Micouleau2000-07-011-2/+2
* Found that the minimum priority is 1 and not 0 on NT.Jean-François Micouleau2000-07-011-4/+4