summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
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 Allison2-0/+74
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-06Fix for the SID history problem when using a Win2k domain controllerJeremy Allison1-8/+9
2000-09-05Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison2-2/+103
2000-09-01Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill2-13/+11
2000-08-31Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison2-0/+53
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 Allison2-3/+47
2000-08-28Merge from appliance branch.Tim Potter1-0/+1
2000-08-28yipee!Andrew Tridgell2-5/+11
2000-08-23Tidied up some error returns from printing calls. Still need to map UNIXJeremy Allison1-7/+4
2000-08-18fixed initialization errors (again!) I must have forgot toGerald Carter1-0/+6
2000-08-16fixed unitialized struct bug in enum_users (whatever it is called)Gerald Carter1-1/+5
2000-08-15Merge of uninitialised variable fix from APPLIANCE_HEAD.Tim Potter1-4/+1
2000-08-10Added "add_printer_hook" call to update printer for Win9x clients.Jeremy Allison1-62/+68
2000-08-10Tidied up security rights definitions.Jeremy Allison1-2/+1
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-04Fixed up the user/group contexts when using authenticated pipes.Jeremy Allison2-1/+15
2000-08-02Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2-3/+3
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison6-48/+37
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 Allison3-179/+77
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 Micouleau2-198/+211
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