summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2003-02-10Cleanups: (merge from HEAD)Andrew Bartlett2-3/+3
2003-02-07check pointer before dereferencing itGerald Carter1-1/+1
2003-02-07merge from headAndrew Tridgell1-7/+15
2003-02-05Check for too many processes *before* the fork.Jeremy Allison1-2/+36
2003-02-04Merge from HEAD: avoid braindead #define on Tru64.Andrew Bartlett1-2/+2
2003-02-04Ensure we only ever set fsp->conn in one place.Jeremy Allison1-7/+0
2003-02-04Ensure Samba passes the open attribute truncate tests in smbtorture.Jeremy Allison1-9/+12
2003-02-02untest fix from HEAD/2.2 for wide links parameter bug.Simo Sorce1-2/+65
2003-02-01Merge of signed/unsigned fixes from HEAD.Andrew Bartlett1-2/+2
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison2-2/+2
2003-01-30Merge of controversial 'max log size' fix.Tim Potter1-0/+12
2003-01-30Fix for interesting resource constraint condition. When all opens areJeremy Allison2-16/+19
2003-01-28Merge from HEAD:Andrew Bartlett1-262/+109
2003-01-28performance patch from HP-UX folks (cant remember who)Gerald Carter1-3/+14
2003-01-24Fixed typo found by tpot.Jeremy Allison1-1/+1
2003-01-17Fix reference count bug where smbd's would not terminate with noJeremy Allison1-1/+12
2003-01-15Remove debugging stmt.Tim Potter1-3/+0
2003-01-15*lots of small merges form HEADGerald Carter2-6/+10
2003-01-14removing unused variable and unused fileGerald Carter2-238/+0
2003-01-14make -i flag work lik eit did in 2.2Gerald Carter1-2/+5
2003-01-14Merge from HEAD:Andrew Bartlett2-2/+2
2003-01-14Merge from HEAD - eliminated unused arguments.Andrew Bartlett2-3/+2
2003-01-14Merge indirection, signed/unsigned and uninitialiased-value fixes from HEAD.Andrew Bartlett2-0/+4
2003-01-14merge alt_name patch from headAndrew Tridgell1-1/+1
2003-01-11[merge] make sure to update print queue cache during timeout_processing() to ...Gerald Carter1-0/+4
2003-01-09Moved smbd process counting functions from smbd/server.c to smbd/process.cHerb Lewis2-30/+26
2003-01-08Ensure we return disk full by default on short writes.Jeremy Allison1-6/+6
2003-01-08Ensure we don't get an invalid number for total smbd's if the tdb updateJeremy Allison2-6/+18
2003-01-08Fix erroneous free of SAM_ACCOUNT (make clearer when allocatedJeremy Allison1-15/+8
2003-01-08Fix open problem with changing attributes on an existing file - basedJeremy Allison1-8/+45
2003-01-06Fix memory leaks in pdb_ code.Jeremy Allison1-1/+13
2003-01-06Merge from HEAD - handle VFS module load failures, change some error returns toAndrew Bartlett2-3/+9
2003-01-05Merge from HEAD - get the test the right way around, so that we can changeAndrew Bartlett1-1/+1
2003-01-04Merge from HEAD - move user password changes into the NTSTATUS era, and addAndrew Bartlett2-47/+87
2003-01-03Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison3-584/+542
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-2/+16
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett14-53/+60
2003-01-02pstring/fstring missmatches found by Andrew Bartlett.Jeremy Allison1-5/+5
2003-01-02Merge Andrew Bartletts (size_t)-1 checks.Jeremy Allison1-1/+1
2002-12-31from HEAD:Simo Sorce1-1/+1
2002-12-27Add check to prevent non-Dfs clients from connecting to an msdfs proxy.Shirish Kalele1-0/+7
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2-9/+26
2002-12-13Fix for old DOS client when veto files is set to /.*/Jeremy Allison1-1/+1
2002-12-12Added "kernel change notify" boolean to allow easier valgrind testing.Jeremy Allison1-1/+2
2002-12-11Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison1-1/+0
2002-12-05Merge from HEAD:Tim Potter1-3/+0
2002-12-05The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison3-8/+15
2002-12-04Added Volker's directory fix - save the attributesJeremy Allison1-0/+3
2002-12-04merges from HEAD - change_trust_account_password() must always talk to PDCGerald Carter2-88/+80
2002-12-04Need brackets around macro args. Spotted by Patrick Welche <prlw1@newn.cam.ac...Jeremy Allison1-1/+1