summaryrefslogtreecommitdiff
path: root/source3/smbd/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* Modify a comment to make things clearer.Jeremy Allison2008-09-121-1/+3
* smbd: some write time fixesStefan Metzmacher2008-09-081-8/+7
* Write times code update.Jeremy Allison2008-09-051-8/+39
* smbd: make it possible to change the write time delay for testingStefan Metzmacher2008-04-071-1/+7
* smbd: implement the strange write time update logicStefan Metzmacher2008-04-071-22/+38
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-071-2/+2
* Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-071-1/+1
* Remove unneeded parameter fd from SMB_VFS_PREAD().Michael Adam2008-01-071-2/+2
* Note when we're setting change time, not write time, and sendJeremy Allison2007-10-311-1/+2
* Fix some cases where file_set_dosmode was being passedJeremy Allison2007-10-311-2/+7
* Add new parameter, "min receivefile size" (by default setJeremy Allison2007-10-301-12/+29
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* r24164: Fix for write cache corruption bug reported by Jean-Francois Panisset...Jeremy Allison2007-10-101-10/+20
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23773: One pstring a day...Volker Lendecke2007-10-101-3/+5
* r23508: Fix sync_file() to return NTSTATUS and return thisJeremy Allison2007-10-101-4/+11
* r21714: Change the VFS interface to use struct timespecJeremy Allison2007-10-101-2/+2
* r17220: If we're going to fail a write with an errno, makeJeremy Allison2007-10-101-1/+1
* 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