summaryrefslogtreecommitdiffstats
path: root/source3/smbd/fileio.c
Commit message (Expand)AuthorAgeFilesLines
...
* Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison2004-01-061-11/+12
* Printf fixes for 64-bit size_t.Tim Potter2003-11-021-3/+3
* Fix SMBseek and get/set position information SMBs. Works againstJeremy Allison2003-08-141-2/+20
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-7/+7
* Fix VFS layer:Alexander Bokovoy2003-05-111-7/+7
* The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison2002-12-051-2/+13
* Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison2002-12-041-20/+36
* removed the following parametersGerald Carter2002-10-211-7/+3
* Added ASCII art to make this clearer.Jeremy Allison2002-10-031-1/+73
* Write cache bugfix from Rasmus Borup Hansen, system adm. Email: rbh@math....Jeremy Allison2002-10-031-0/+13
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-1/+1
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-384/+395
* Remove the "stat open" code - make it inline. This should fix theJeremy Allison2002-03-201-0/+12
* Fix lseek-on-pipe problem in VFS (where it belongs IMHO).Jeremy Allison2002-03-021-13/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* 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