summaryrefslogtreecommitdiff
path: root/source3/smbd/files.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy1-0/+4
2002-10-22Fix for systems that allow more than 65536 open files per process.Jeremy Allison1-1/+8
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-20Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison1-20/+57
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-04-14configure:Jeremy Allison1-2/+3
2001-04-13Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hardJeremy Allison1-3/+3
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-2/+0
2000-05-10more merging voodooAndrew Tridgell1-0/+2
2000-05-10Fix for misunderstanding of fsync added when vfs layerHerb Lewis1-1/+1
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-10/+23
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-1/+7
2000-04-10initialise fsp->fd to -1Andrew Tridgell1-0/+1
2000-04-10the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell1-106/+12
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter1-1/+1
2000-01-16use string_set() instead of string_init()Andrew Tridgell1-1/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-12/+6
1999-08-13spelling mistake.Luke Leighton1-1/+1
1999-04-20Changed arguments to fsync() function to break dependency onTim Potter1-2/+3
1999-04-04Use VFS operations for file I/O.Tim Potter1-3/+2
1998-11-18Fixed crash bug which was assuming that fd_ptr was always non-nullJeremy Allison1-2/+5
1998-10-23Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1-0/+35
1998-10-16Re-added code to tell the user how many open files theyJeremy Allison1-5/+15
1998-10-08- fixed a bunch of warnings and minor errorsAndrew Tridgell1-1/+1
1998-10-05added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1-27/+8
1998-10-01got rid of USE_FILES_ARRAY code (it was unused)Andrew Tridgell1-106/+4
1998-09-30(Finally) implemented "max open files" as a global smb.conf parameter.Jeremy Allison1-22/+44
1998-09-23First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1-13/+15
1998-09-10smb.h: Removed fdnum from file_fd_struct. Not needed.Jeremy Allison1-29/+109
1998-09-05some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1-4/+4
1998-09-05tridge the destroyer returns!Andrew Tridgell1-2/+3
1998-09-05Bugfix for leak in reference counted file struct.Jeremy Allison1-3/+3
1998-09-04Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison1-1/+7
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-1/+1
1998-08-31configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1-5/+5
1998-08-20Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison1-2/+2
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