summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell4-19/+19
1998-08-28This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison2-7/+15
1998-08-27Fixed stat cache statistics calculation. Oops.Jeremy Allison1-1/+1
1998-08-27This is the stat cache code - seems to work fine (needs heavyJeremy Allison7-50/+312
1998-08-25changed the default permissions code to do this:Andrew Tridgell1-12/+1
1998-08-25Added code to (correctly) ignore TRANSACT2_SETFILEINFO with SMB_SET_FILE_ALLO...Jeremy Allison2-2/+4
1998-08-24Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison2-3/+3
1998-08-22added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1-7/+1
1998-08-21nmbd and smbd had different behavior with respect to log files. nmbd wouldChristopher R. Hertel1-7/+11
1998-08-21don't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM_INFO queries -Andrew Tridgell1-0/+4
1998-08-21added new smb.conf option "panic action". see my samba-technicalAndrew Tridgell1-3/+1
1998-08-21fixed a bug in trans2_qfilepathinfo() where we used the length of theAndrew Tridgell1-0/+4
1998-08-21Fixes for the problem in blocking locks with file_fsp returning theJeremy Allison3-32/+51
1998-08-20Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison6-86/+316
1998-08-19Blocking lock code split out...Jeremy Allison1-0/+375
1998-08-19Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison4-117/+176
1998-08-17smbd/nttrans.c: Fixed bug in split off pipe code.Jeremy Allison1-0/+4
1998-08-17Fixed bug introduced by the recent changes where the chain_fnumJeremy Allison3-171/+193
1998-08-17removed some of the rough edges from the splitupAndrew Tridgell2-435/+456
1998-08-17move soem variables from server.c that don't belong there.Andrew Tridgell4-51/+30
1998-08-17this completes the splitup of server.c.Andrew Tridgell8-3322/+3523
1998-08-17more splitting of server.cAndrew Tridgell4-557/+610
1998-08-17now that we have no global arrays we can start to split up the monsterAndrew Tridgell3-485/+532
1998-08-17added some optimisation for the case where the number of open files isAndrew Tridgell2-50/+24
1998-08-17moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell4-128/+227
1998-08-17much cleaner chain pointer handling for both files and pipes.Andrew Tridgell6-60/+67
1998-08-17some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell5-134/+114
1998-08-16- some tidying up in files.cAndrew Tridgell3-11/+10
1998-08-16got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell4-151/+212
1998-08-16server.c: fixed a bug in close_file() with the new files.c handling codeAndrew Tridgell1-15/+14
1998-08-16changed find_free_file() to file_new().Andrew Tridgell4-11/+11
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell7-806/+820
1998-08-15configure: Changes for extra headers.Jeremy Allison8-28/+28
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell13-2946/+2648
1998-08-13Debug output formatting change. I'm trying to combine log lines thatChristopher R. Hertel1-4/+4
1998-08-11include/smb.h: Removed dir_ptr. Not needed.Jeremy Allison4-93/+95
1998-08-11Makefile.in: Added CHECK target back in (at Herb's request). AddedJeremy Allison1-1/+13
1998-08-10Makefile.in: Fixed make clean bug with CVS directory in bin/.Jeremy Allison1-0/+19
1998-08-10moved access.c into lib/ from smbd/ as it is needed by testparm. IAndrew Tridgell1-3/+9
1998-08-10split the system password checking routines out of smbd/password.c andAndrew Tridgell2-1042/+143
1998-08-09this gets smbd compiling and linking correctly with the new layout.Andrew Tridgell4-599/+18
1998-08-09added ignore rules for the dummy filesAndrew Tridgell1-0/+1
1998-08-09these dummy files are needed for autoconf processingAndrew Tridgell1-0/+0
1998-08-05Fixed memory leak when freeing ChangeNotify structures.Jeremy Allison1-6/+6
1998-08-04nttrans.c: Fix change_notify. Queue processing code wasn't changing toJeremy Allison2-18/+54
1998-08-04loadparm.c: Added "debug timestamp" synonym for Chris.Jeremy Allison3-39/+28
1998-08-03First implementation of ChangeNotify - this version only checksJeremy Allison2-20/+297
1998-07-31As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel9-237/+280
1998-07-30Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison4-217/+332
1998-07-29get rid of the runtime test for broken getgroups() and add a compileAndrew Tridgell3-85/+37