summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2000-08-10Tidied up security rights definitions.Jeremy Allison7-39/+30
2000-08-10Removed requirement that sid have an owner before being interpreted.Jeremy Allison1-18/+9
2000-08-10Working on spoolss_getprinterdriver() as it does not display all theGerald Carter2-6/+21
2000-08-10working on the unmarshalling of dependentfiles to a DRIVER_INFO_3Gerald Carter1-2/+9
2000-08-10code formatting cleanupGerald Carter1-6/+0
2000-08-10deal with allocation size of 0 in prs_unistr when UNMARSHALLINGGerald Carter1-24/+30
2000-08-10Deal will NULL UNISTR in unistr_to_asciiGerald Carter1-13/+21
2000-08-10talloc returns 0xdeadbeef when asked to allocate 0 bytesGerald Carter1-19/+29
2000-08-10Needed to add the SHARED attribute bit when creating a printerGerald Carter2-10/+15
2000-08-09Fixed bug in new printer access check code. If PRINTER_ALL_ACCESS is changedJeremy Allison1-0/+10
2000-08-09make protoGerald Carter1-2/+2
2000-08-09More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter6-64/+74
2000-08-09Fixed memory leak with NT tokens.Jeremy Allison4-50/+103
2000-08-09got error code right for printer update/add failureAndrew Tridgell1-3/+3
2000-08-09added printer admin optionAndrew Tridgell5-46/+51
2000-08-09Fixed AddPrinterDriver()Gerald Carter1-1/+0
2000-08-09fixed help stringAndrew Tridgell1-1/+2
2000-08-08Found the sec_ctx_stack overflow - a become_root() should have been anJeremy Allison1-1/+1
2000-08-08Added SID "Everyone" S-1-1-0 as always matching if present in an ACE.Jeremy Allison1-4/+17
2000-08-08Changed the sec desc access checks to match the spec. Needs testing.Jeremy Allison2-223/+149
2000-08-08make protoGerald Carter1-2/+14
2000-08-08cleanup in init_unistr2_from_unistr()Gerald Carter1-27/+19
2000-08-08All changes related to rpcclient...Gerald Carter7-11/+487
2000-08-05it is not my day it seems. :-(Gerald Carter1-1/+1
2000-08-05removed the for() loop to copy the buffer in init_unistr2_from_unistr()Gerald Carter1-3/+2
2000-08-05Fixed bug in init_unistr2_from_unistr() found by Elrond.Gerald Carter1-1/+1
2000-08-04make protoGerald Carter1-1/+1
2000-08-04spoolss_addprinterex() was adding the printer and returning theGerald Carter2-26/+28
2000-08-04Fixed up se_access_check() to use the token list from the user structJeremy Allison1-82/+32
2000-08-04make protoGerald Carter1-3/+10
2000-08-04clunky support for calling AddPrinterEx(). The code currently reportsGerald Carter3-27/+178
2000-08-04After talking with Jeremy and JF (and staring at packet traces betweenGerald Carter2-3/+55
2000-08-04In cli_error() return ENOENT when an ERROR_INVALID_NAME is received insteadTim Potter1-0/+1
2000-08-04Fixed up the user/group contexts when using authenticated pipes.Jeremy Allison6-7/+25
2000-08-03Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison9-103/+246
2000-08-02Much though I hate to admit it - JF was completely correct. I cannotJeremy Allison1-2/+2
2000-08-02Started to canonicalize our handling of uid -> sid code in order toJeremy Allison13-218/+251
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison21-139/+97
2000-08-01Added print job substitutions for %{printername}, %{sharename} and %{portname}Jeremy Allison6-37/+93
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 Allison10-151/+359
2000-07-31make protoGerald Carter1-10/+13
2000-07-31More work on rpcclient...Gerald Carter1-7/+27
2000-07-31More work on rpcclient...Gerald Carter6-116/+373
2000-07-28Fixed read overrun in init_string2()Tim Potter1-2/+4
2000-07-27remove warningsJean-François Micouleau1-2/+2
2000-07-27fix the devmode.orientation being set to 0.Jean-François Micouleau1-2/+8
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison26-412/+513
2000-07-26if no comment in TDB, use comment from print share.Jean-François Micouleau1-4/+15
2000-07-26Found out that we are crashing spoolss in enumprinterdata.Jean-François Micouleau4-14/+32