summaryrefslogtreecommitdiffstats
path: root/source/rpc_server
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-092-0/+74
* 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
* Fix for the SID history problem when using a Win2k domain controllerJeremy Allison2000-09-061-8/+9
* Implemented GETFORM tested and working using Gerald's Win32 test progs....Jeremy Allison2000-09-052-2/+103
* Changes from APPLIANCE_HEAD (per Tim Potter):David O'Neill2000-09-012-13/+11
* Implemented DELETEFORM tested using Gerald's Win32 test code :-).Jeremy Allison2000-08-312-0/+53
* 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-302-3/+47
* Merge from appliance branch.Tim Potter2000-08-281-0/+1
* yipee!Andrew Tridgell2000-08-282-5/+11
* Tidied up some error returns from printing calls. Still need to map UNIXJeremy Allison2000-08-231-7/+4
* fixed initialization errors (again!) I must have forgot toGerald Carter2000-08-181-0/+6
* fixed unitialized struct bug in enum_users (whatever it is called)Gerald Carter2000-08-161-1/+5
* Merge of uninitialised variable fix from APPLIANCE_HEAD.Tim Potter2000-08-151-4/+1
* Added "add_printer_hook" call to update printer for Win9x clients.Jeremy Allison2000-08-101-62/+68
* Tidied up security rights definitions.Jeremy Allison2000-08-101-2/+1
* got error code right for printer update/add failureAndrew Tridgell2000-08-091-3/+3
* added printer admin optionAndrew Tridgell2000-08-091-42/+26
* Fixed up the user/group contexts when using authenticated pipes.Jeremy Allison2000-08-042-1/+15
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-022-3/+3
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-016-48/+37
* 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-273-179/+77
* 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-252-198/+211
* 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