summaryrefslogtreecommitdiffstats
path: root/source3/smbd/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* r9985: Move the all the strict sync logic into file_sync().James Peach2007-10-101-3/+6
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-21/+21
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-1/+1
* r6949: Back-port Volker's cache fix, plus my change.Jeremy Allison2007-10-101-0/+38
* r6890: Refactor printing interface to take offset into job. Fixes bugJeremy Allison2007-10-101-3/+3
* r6841: Attempt to fix buf #2681. With "strict allocate = yes" we now zeroJeremy Allison2007-10-101-0/+5
* r6673: Fix the write cache based on some VERY good detective workJeremy Allison2007-10-101-59/+80
* r5731: Get delayed write semantics closer to W2K3. We need to store 2 times.Jeremy Allison2007-10-101-0/+6
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,Jeremy Allison2007-10-101-1/+1
* r3895: Fix for bug #2045. May also fix other timestamp bugs with ExcelJeremy Allison2007-10-101-0/+14
* r3067: patch based on volker's initial work in trunk that fixes the queu upda...Gerald Carter2007-10-101-2/+2
* Added per-share parameter "store dos attributes". When set, will storeJeremy Allison2004-04-021-2/+3
* remove unused seek_file(); don't hardcode '\' when printing the auth-userGerald Carter2004-01-061-25/+0
* 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