summaryrefslogtreecommitdiff
path: root/source3/smbd/files.c
AgeCommit message (Expand)AuthorFilesLines
1998-08-17Fixed bug introduced by the recent changes where the chain_fnumJeremy Allison1-1/+19
1998-08-17added some optimisation for the case where the number of open files isAndrew Tridgell1-33/+14
1998-08-17moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1-8/+12
1998-08-17much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1-15/+40
1998-08-17some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1-11/+8
1998-08-16- some tidying up in files.cAndrew Tridgell1-3/+3
1998-08-16got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1-146/+207
1998-08-16changed find_free_file() to file_new().Andrew Tridgell1-1/+1
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1-0/+321