summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated by Patrick Powell <papowell@lprng.org>John Terpstra2000-08-121-106/+195
* Fixed the problem with UNISTR marshalling in a buffer5 struct.Jeremy Allison2000-08-112-53/+25
* First shot at actually *doing* WINS failover.Christopher R. Hertel2000-08-111-1/+8
* Fix case where volumename could be returned as UNIX charset or DOS codepageJeremy Allison2000-08-111-2/+6
* 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-107-39/+30
* Removed requirement that sid have an owner before being interpreted.Jeremy Allison2000-08-101-18/+9
* Working on spoolss_getprinterdriver() as it does not display all theGerald Carter2000-08-102-6/+21
* working on the unmarshalling of dependentfiles to a DRIVER_INFO_3Gerald Carter2000-08-101-2/+9
* code formatting cleanupGerald Carter2000-08-101-6/+0
* deal with allocation size of 0 in prs_unistr when UNMARSHALLINGGerald Carter2000-08-101-24/+30
* Deal will NULL UNISTR in unistr_to_asciiGerald Carter2000-08-101-13/+21
* talloc returns 0xdeadbeef when asked to allocate 0 bytesGerald Carter2000-08-101-19/+29
* Needed to add the SHARED attribute bit when creating a printerGerald Carter2000-08-102-10/+15
* Fixed bug in new printer access check code. If PRINTER_ALL_ACCESS is changedJeremy Allison2000-08-091-0/+10
* make protoGerald Carter2000-08-091-2/+2
* More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter2000-08-096-64/+74
* Fixed memory leak with NT tokens.Jeremy Allison2000-08-094-50/+103
* got error code right for printer update/add failureAndrew Tridgell2000-08-091-3/+3
* add printer admin docsAndrew Tridgell2000-08-091-26/+16
* added printer admin optionAndrew Tridgell2000-08-095-46/+51
* Fixed AddPrinterDriver()Gerald Carter2000-08-091-1/+0
* fixed help stringAndrew Tridgell2000-08-091-1/+2
* Found the sec_ctx_stack overflow - a become_root() should have been anJeremy Allison2000-08-081-1/+1
* Added SID "Everyone" S-1-1-0 as always matching if present in an ACE.Jeremy Allison2000-08-081-4/+17
* Changed the sec desc access checks to match the spec. Needs testing.Jeremy Allison2000-08-082-223/+149
* make protoGerald Carter2000-08-081-2/+14
* cleanup in init_unistr2_from_unistr()Gerald Carter2000-08-081-27/+19
* All changes related to rpcclient...Gerald Carter2000-08-087-11/+487
* it is not my day it seems. :-(Gerald Carter2000-08-051-1/+1
* removed the for() loop to copy the buffer in init_unistr2_from_unistr()Gerald Carter2000-08-051-3/+2
* Fixed bug in init_unistr2_from_unistr() found by Elrond.Gerald Carter2000-08-051-1/+1
* Adding build file.John Terpstra2000-08-041-0/+14
* Adding build system files for Caldera OpenLinux.John Terpstra2000-08-042-0/+311
* make protoGerald Carter2000-08-041-1/+1
* spoolss_addprinterex() was adding the printer and returning theGerald Carter2000-08-042-26/+28
* Fixed up se_access_check() to use the token list from the user structJeremy Allison2000-08-041-82/+32
* Added my course notes. Had asked Jeremy some weeks ago.Volker Lendecke2000-08-043-0/+2804
* make protoGerald Carter2000-08-041-3/+10
* clunky support for calling AddPrinterEx(). The code currently reportsGerald Carter2000-08-043-27/+178
* After talking with Jeremy and JF (and staring at packet traces betweenGerald Carter2000-08-042-3/+55
* In cli_error() return ENOENT when an ERROR_INVALID_NAME is received insteadTim Potter2000-08-041-0/+1
* Fixed up the user/group contexts when using authenticated pipes.Jeremy Allison2000-08-046-7/+25
* Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison2000-08-039-103/+246
* Much though I hate to admit it - JF was completely correct. I cannotJeremy Allison2000-08-021-2/+2
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-0213-218/+251
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-0121-139/+97
* Added print job substitutions for %{printername}, %{sharename} and %{portname}Jeremy Allison2000-08-016-37/+93
* 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-3110-151/+359