summaryrefslogtreecommitdiffstats
path: root/source3/smbd/files.c
Commit message (Expand)AuthorAgeFilesLines
* configure:Jeremy Allison2001-04-141-2/+3
* Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hardJeremy Allison2001-04-131-3/+3
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-2/+0
* more merging voodooAndrew Tridgell2000-05-101-0/+2
* Fix for misunderstanding of fsync added when vfs layerHerb Lewis2000-05-101-1/+1
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-241-10/+23
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-1/+7
* initialise fsp->fd to -1Andrew Tridgell2000-04-101-0/+1
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-101-106/+12
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-031-1/+1
* use string_set() instead of string_init()Andrew Tridgell2000-01-161-1/+1
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-12/+6
* 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