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