summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* make protoGerald Carter2000-07-311-10/+13
* More work on rpcclient...Gerald Carter2000-07-311-7/+27
* More work on rpcclient...Gerald Carter2000-07-316-116/+373
* Adding pages oopsed.John Terpstra2000-07-302-0/+221
* Adding Using_Samba book back to Samba-pre3.John Terpstra2000-07-30158-0/+27479
* Adding missing man pages.John Terpstra2000-07-302-0/+185
* Adding missing smbsh.1 man page source.John Terpstra2000-07-301-0/+87
* Updating for Samba-3.John Terpstra2000-07-301-68/+108
* Adding files provided by Klaus Singvogel of CalderaJohn Terpstra2000-07-3012-0/+804
* Fixed read overrun in init_string2()Tim Potter2000-07-281-2/+4
* remove warningsJean-François Micouleau2000-07-271-2/+2
* fix the devmode.orientation being set to 0.Jean-François Micouleau2000-07-271-2/+8
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-2726-412/+513
* if no comment in TDB, use comment from print share.Jean-François Micouleau2000-07-261-4/+15
* Found out that we are crashing spoolss in enumprinterdata.Jean-François Micouleau2000-07-264-14/+32
* Fixed memory leaks in root and non-root password changing.Tim Potter2000-07-261-7/+20
* Fixed memory leaks in _spoolss_addprinterdriver()Tim Potter2000-07-261-5/+9
* Fixed memory leak in modify_trust_password()Tim Potter2000-07-261-0/+4
* Fixed up error checking and move printer file code. Fixed a memory leak.Jeremy Allison2000-07-253-12/+38
* make protoGerald Carter2000-07-251-0/+5
* some initial code for AddPrinterEx() project. Most is ifdef'd outGerald Carter2000-07-253-3/+149