summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Renamed arguments to se_access_check()Tim Potter2000-07-171-4/+28
* Don't return winbind groups or users when responding to samr_enum_dom_usersTim Potter2000-07-131-0/+21
* - 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
* Moved winbind client functions from various odd locations toTim Potter2000-07-101-59/+0
* 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
* Pass pipes_struct rather than vuid down to startdocprinter, setprinter andTim Potter2000-07-061-3/+3
* Changed checking for WINBINDD_OK return value instead of NSS_STATUS_SUCCESSTim Potter2000-07-061-3/+3
* Some more sec_ctx changes. Modified some fields in the pipe_structTim Potter2000-07-032-20/+28
* Renamed generic_request() to winbindd_request()Tim Potter2000-07-031-1/+1
* reverting Jeremy's changes to enumprinterdata.Jean-François Micouleau2000-07-011-2/+2