summaryrefslogtreecommitdiffstats
path: root/source/smbd/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure fsp->size is correct so readraw's return correct data.Jeremy Allison2002-01-221-9/+14
* Found and fixed the logic bug in write cache code. Amazingly helpfulJeremy Allison2002-01-211-4/+10
* Ensure identical between 2.2.3 and 3.0 - no need for difference here..Jeremy Allison2002-01-201-1/+0
* Fix file size calculations for write cache code.Jeremy Allison2002-01-201-5/+41
* Attempt to fix bugs in write cache code (yes I know it's going away :-).Jeremy Allison2002-01-201-3/+19
* #ifdefed DMF fix so not compiled by default. We need to look at this...Jeremy Allison2001-11-251-22/+39
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-5/+3
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-2/+0
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-161-80/+1
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-061-39/+16
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-4/+4
* Herb's fixes for profiling & compiler warnings.Jeremy Allison2000-10-051-47/+69
* Memleak fix for cache code.Jeremy Allison2000-10-021-1/+7
* vfs write data fix. Fix for name matching in addtosmbpassJeremy Allison2000-08-251-2/+2
* more merging voodooAndrew Tridgell2000-05-101-0/+2
* Fix for misunderstanding of fsync added when vfs layerHerb Lewis2000-05-101-1/+1
* Fix for read_file() returning -1.Jeremy Allison2000-05-051-0/+2
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-0/+2
* the changes to the main smb codeAndrew Tridgell2000-04-161-0/+9
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-101-28/+16
* Change to vfs API. POSIX states fsync should return an int, not a void.Jeremy Allison2000-04-041-2/+0
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-031-5/+6
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-211-3/+3
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-22/+545
* Changed arguments to fsync() function to break dependency onTim Potter1999-04-201-3/+2
* Use VFS operations for file I/O.Tim Potter1999-04-041-8/+7
* Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1998-10-181-2/+11
* config: Fix crypt prototype on RedHat Linux.Jeremy Allison1998-10-151-1/+1
* gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing aAndrew Tridgell1998-09-181-13/+9
* Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1998-09-111-2/+6
* Added ssize_t to configure code.Jeremy Allison1998-09-111-30/+30
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-4/+4
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-2/+2
* more splitting of server.cAndrew Tridgell1998-08-171-0/+12
* now that we have no global arrays we can start to split up the monsterAndrew Tridgell1998-08-171-0/+117