summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
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
2000-07-17Renamed arguments to se_access_check()Tim Potter1-4/+28
2000-07-13Don't return winbind groups or users when responding to samr_enum_dom_usersTim Potter1-0/+21
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-10Moved winbind client functions from various odd locations toTim Potter1-59/+0
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-06Pass pipes_struct rather than vuid down to startdocprinter, setprinter andTim Potter1-3/+3
2000-07-06Changed checking for WINBINDD_OK return value instead of NSS_STATUS_SUCCESSTim Potter1-3/+3
2000-07-03Some more sec_ctx changes. Modified some fields in the pipe_structTim Potter2-20/+28
2000-07-03Renamed generic_request() to winbindd_request()Tim Potter1-1/+1
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-26Fixed display of "Everyone" in SD's.Jeremy Allison1-1/+5
2000-06-24lib/util_sid.c: Uninitialized memory read.Jeremy Allison2-7/+14
2000-06-23Got a bit carried away deleting things.Tim Potter1-1/+1
2000-06-23Removed unused variables.Tim Potter1-2/+0
2000-06-23Removed save directory argument to become_root() calls. Probably most ofTim Potter6-42/+42