summaryrefslogtreecommitdiff
path: root/source/smbd/files.c
Commit message (Expand)AuthorAgeFilesLines
* merge of smbd and related files, from cvs main.Luke Leighton2000-04-031-13/+7
* spelling mistake.Luke Leighton1999-08-131-1/+1
* Changed arguments to fsync() function to break dependency onTim Potter1999-04-201-2/+3
* Use VFS operations for file I/O.Tim Potter1999-04-041-3/+2
* Fixed crash bug which was assuming that fd_ptr was always non-nullJeremy Allison1998-11-181-2/+5
* Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1998-10-231-0/+35
* Re-added code to tell the user how many open files theyJeremy Allison1998-10-161-5/+15
* - fixed a bunch of warnings and minor errorsAndrew Tridgell1998-10-081-1/+1
* added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1998-10-051-27/+8
* got rid of USE_FILES_ARRAY code (it was unused)Andrew Tridgell1998-10-011-106/+4
* (Finally) implemented "max open files" as a global smb.conf parameter.Jeremy Allison1998-09-301-22/+44
* First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1998-09-231-13/+15
* smb.h: Removed fdnum from file_fd_struct. Not needed.Jeremy Allison1998-09-101-29/+109
* some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1998-09-051-4/+4
* tridge the destroyer returns!Andrew Tridgell1998-09-051-2/+3
* Bugfix for leak in reference counted file struct.Jeremy Allison1998-09-051-3/+3
* Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison1998-09-041-1/+7
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-1/+1
* configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1998-08-311-5/+5
* Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison1998-08-201-2/+2
* Fixed bug introduced by the recent changes where the chain_fnumJeremy Allison1998-08-171-1/+19
* added some optimisation for the case where the number of open files isAndrew Tridgell1998-08-171-33/+14
* moved connection_struct handling code into smbd/conn.c and changed itAndrew Tridgell1998-08-171-8/+12
* much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1998-08-171-15/+40
* some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1998-08-171-11/+8
* - some tidying up in files.cAndrew Tridgell1998-08-161-3/+3
* got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1998-08-161-146/+207
* changed find_free_file() to file_new().Andrew Tridgell1998-08-161-1/+1
* this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1998-08-151-0/+321